search for: testocfs

Displaying 2 results from an estimated 2 matches for "testocfs".

Did you mean: testfs
2004 Mar 02
0
Fail to create OCFS volumn on the hard disk via a QLA2312 fiberchannel card.
...of >OCFS tools and compile them, I found I can't create OCFS volume on the >disk connected via the fiber channel card, while EXT3 volume can be >created successful on the same disk. > > I run following command to create the OCFS volume. > >[host1]>mkfs.ocfs -F -b 128 -L testocfs -m /mnt/ocfs /dev/sdb2 >Error opening /dev/rawctl . >No such device, bindraw.c 62. > > > Does anybody know what's the cause? > > Thank you. > > > >********************************************* >Sonic Zhang >Software Engineer >Intel China Software Lab &g...
2004 Mar 18
0
mark_buffer_dirty() reports buffer_head is not uptodate in JBDroutine journal_create() in kernel 2.6.
...mark_buffer_dirty() reports buffer_head is not uptodate. See following bug description. ------------------------------------------------------- OS: Linux Kernel 2.6.1 Plarform: IA32 Steps: 1. Build the ocfs v2 driver under kernel 2.6. 2. insert ocfs2.ko into kernel 2.6. 3. mkfs.ocfs2 -F -b 4 -l testocfs -m /mnt/ocfs2 /dev/hdb2 4. mount -t ocfs2 /dev/hdb2 /mnt/ocfs2 Results: buffer layer error at fs/buffer.c:1266 Call Trace: [<>] mark_buffer_dirty [<>] journal_create [<>] ocfs_journal_create [<>] ocfs_check_volume [<>] ocfs_mount_volume ...... -----------------------...