|
在第五章的sources目录下载完所有软件包后,重新启动,发现了很奇怪的问题。
- [root@localhost root]# mkreiserfs /dev/hda12
-
- <-------------mkreiserfs, 2003------------->
- reiserfsprogs 3.6.8
-
- mkreiserfs: Guessing about desired format..
- mkreiserfs: Kernel 2.4.22-1.2115.nptl is running.
- Format 3.6 with standard journal
- Count of blocks on the device: 1222940
- Number of blocks consumed by mkreiserfs formatting process: 8249
- Blocksize: 4096
- Hash function used to sort names: "r5"
- Journal Size 8193 blocks (first block 18)
- Journal Max transaction length 1024
- inode generation number: 0
- UUID: 327a2669-b26e-4a87-b08f-b8362f228eee
- ATTENTION: YOU SHOULD REBOOT AFTER FDISK!
- ALL DATA WILL BE LOST ON '/dev/hda12'!
- Continue (y/n):y
- Initializing journal - 0%....20%....40%....60%....80%....100%
- Syncing..ok
-
- The Defense Advanced Research Projects Agency (DARPA) is the primary sponsor of
- Reiser4. DARPA does not endorse this project; it merely sponsors it.
-
- Continuing core development of version 3 is mostly paid for by Hans Reiser from
- money made selling licenses in addition to the GPL to companies who don't want
- it known that they use ReiserFS as a foundation for their proprietary product.
- And my lawyer asked 'People pay you money for this?'. Yup. Hee Hee. Life is
- good. If you buy ReiserFS, you can focus on your value add rather than
- reinventing an entire FS. You should buy some free software too....
-
- SuSE pays for continuing work on journaling for version 3, and paid for much of
- the previous version 3 work. Reiserfs integration in their distro is
- consistently solid.
-
- MP3.com paid for initial journaling development.
-
- Bigstorage.com contributes to our general fund every month, and has done so for
- quite a long time.
-
- Thanks to all of those sponsors, including the secret ones. Without you, Hans
- would still have that day job, and the merry band of hackers would be missing
- quite a few....
-
- Have fun.
- [root@localhost root]# df /dev/hda12
- Filesystem 1K-blocks Used Available Use% Mounted on
- /dev/hda10 8064272 3998636 3655984 53% /
- [root@localhost root]# mount /dev/hda12 /mnt/lfs
- [root@localhost root]# df /dev/hda12
- Filesystem 1K-blocks Used Available Use% Mounted on
- /dev/hda12 4891604 32840 4858764 1% /mnt/lfs
- [root@localhost root]# ls /mnt/lfs
- [root@localhost root]# umount /mnt/lfs
- [root@localhost root]# reiserfsck /dev/hda12
-
- <-------------reiserfsck, 2003------------->
- reiserfsprogs 3.6.8
-
- *************************************************************
- ** If you are using the latest reiserfsprogs and it fails **
- ** please email bug reports to [email]reiserfs-list@namesys.com[/email], **
- ** providing as much information as possible -- your **
- ** hardware, kernel, patches, settings, all reiserfsck **
- ** messages (including version), the reiserfsck logfile, **
- ** check the syslog file for any related information. **
- ** If you would like advice on using this program, support **
- ** is available for $25 at [url]www.namesys.com/support.html.[/url] **
- *************************************************************
-
- Will read-only check consistency of the filesystem on /dev/hda12
- Will put log info to 'stdout'
-
- Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
- ###########
- reiserfsck --check started at Sun Feb 1 20:33:20 2004
- ###########
- Replaying journal..
- 0 transactions replayed
- Checking internal tree..finished
- Comparing bitmaps..finished
- Checking Semantic tree:
- finished
- No corruptions found
- There are on the filesystem:
- Leaves 1
- Internal nodes 0
- Directories 1
- Other files 0
- Data block pointers 0 (0 of them are zero)
- Safe links 0
- ###########
- reiserfsck finished at Sun Feb 1 20:33:21 2004
- ###########
- [root@localhost root]# ls /mnt/lfs
- redhat sources tools
- [root@localhost root]# umount /mnt/lfs
- umount: /mnt/lfs: not mounted
复制代码
没有挂载上实际分区的挂载点居然会有目录结构!
请tram老大帮忙。 |
|