https://bugzilla.novell.com/show_bug.cgi?id=246576 User doiggl@velocitynet.com.au added comment https://bugzilla.novell.com/show_bug.cgi?id=246576#c9 --- Comment #9 from Glenn Doig <doiggl@velocitynet.com.au> 2008-07-17 08:58:59 MDT --- (More info) from http://marc.info/?l=reiserfs-devel&m=121604278724981&w=2 Module used: # rpm -qa | grep -i reiser4 reiser4-kmp-default-0.1_2.6.25.9_1.1-22.2 http://download.opensuse.org/repositories/drivers:/filesystems/openSUSE_Fact... 64/reiser4-kmp-default-0.1_2.6.25.9_1.1-22.2.x86_64.rpm # rpm -qa | grep -i kernel kernel-default-2.6.25.9-0.2 kernel-syms-2.6.25.9-0.2 kernel-source-2.6.25.9-0.2 linux-kernel-headers-2.6.25-8.1 nfs-kernel-server-1.1.2-8.1 kernel-xen-2.6.25.9-0.2 I used the following commands to make a reiser4 partition on a unformatted /dev/sda # mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/sda -fy # fsck.reiser4 --fix /dev/sda -y # mkdir /reiser4 # mount -t reiser4 /dev/sda /reiser4 Other output notes, shows: ------------------------- # modprobe -v reiser4 insmod /lib/modules/2.6.25.9-0.2-default/kernel/lib/zlib_deflate/zlib_deflate.ko insmod /lib/modules/2.6.25.9-0.2-default/kernel/lib/lzo/lzo_compress.ko insmod /lib/modules/2.6.25.9-0.2-default/kernel/lib/lzo/lzo_decompress.ko insmod /lib/modules/2.6.25.9-0.2-default/weak-updates/reiser4.ko # fsck.reiser4 --fix /dev/sda -y ******************************************************************* This is an EXPERIMENTAL version of fsck.reiser4. Read README first. ******************************************************************* Fscking the /dev/sda block device. Will fix minor corruptions of the Reiser4 SuperBlock. Will fix minor corruptions of the Reiser4 FileSystem. ***** fsck.reiser4 started at Mon Jul 14 22:40:14 2008 Reiser4 fs was detected on /dev/sda. Master super block (16): magic: ReIsEr4 blksize: 4096 format: 0x0 (format40) uuid: 68060169-f8c4-4b80-9e04-38372aabf266 label: <none> Format super block (17): plugin: format40 description: Disk-format plugin. version: 0 magic: ReIsEr40FoRmAt mkfs id: 0x2cebf3b flushes: 0 blocks: 122096640 free blocks: 122092867 root block: 23 tail policy: 0x2 (smart) next oid: 0x10000 file count: 1 tree height: 2 key policy: LARGE CHECKING THE STORAGE TREE Read nodes 2 Nodes left in the tree 2 Leaves of them 1, Twigs of them 1 Time interval: Mon Jul 14 22:40:40 2008 - Mon Jul 14 22:40:40 2008 CHECKING EXTENT REGIONS. Read twigs 1 Time interval: Mon Jul 14 22:40:40 2008 - Mon Jul 14 22:40:40 2008 CHECKING THE SEMANTIC TREE Found 1 objects (some could be encountered more then once). Time interval: Mon Jul 14 22:40:40 2008 - Mon Jul 14 22:40:40 2008 ***** fsck.reiser4 finished at Mon Jul 14 22:40:40 2008 Closing fs...done FS is consistent. On unmounting the filesystem I'll use: # umount /dev/sda -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.