Hello,<br><br>I&#39;m running two linux boxes with Centos kernel distribution with kernel 2.6.9-55.plus.smp. My firewire disk is known by both machines and the ocfs2 stack is loaded and up.<br><br>But if I run the mount option I get the following error :
<br><br>/dev/sdb1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 125&nbsp;&nbsp;&nbsp;&nbsp; 1004031&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 126&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14715&nbsp;&nbsp; 117194175&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14716&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 29305&nbsp;&nbsp; 117194175&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 29306&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 38913&nbsp;&nbsp;&nbsp; 77176260&nbsp;&nbsp; 83&nbsp; Linux
<br>[root@linuxbox2 ~]#<br>[root@linuxbox2 ~]# mount -t ocfs2 -o datavolume,nointr /dev/sdb1 /oracrs<br>mount.ocfs2: No such device while mounting /dev/sdb1 on /oracrs. Check &#39;dmesg&#39; for more information on this error.
<br><br>[root@linuxbox2 ~]# dmesg | tail<br>i2c /dev entries driver<br>eth0: no IPv6 routers present<br>parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]<br>parport0: irq 7 detected<br>lp0: using parport0 (polling).<br>
lp0: console ready<br>eth1: no IPv6 routers present<br>ocfs2: Unknown symbol debugfs_remove<br>ocfs2: Unknown symbol debugfs_create_file<br>ocfs2: Unknown symbol debugfs_create_dir<br>[root@linuxbox2 ~]# uname -a<br>Linux linuxbox2 
2.6.9-55.plus.c4smp #1 SMP Sun May 20 10:29:12 EDT 2007 i686 i686 i386 GNU/Linux<br><br>The log mentions the function related to debugfs. I did install the ocfs2 from the rpm provided on the Oracle site and installed also the ocfs2 tools, console and debug.
<br><br>Did somebody already have seen that problem ?<br><br>Note : I tried to compile ocfs2 from the tarball but the configure tool stopped and complained about unknown kernel version ( probably related to the centosplus kernel).
<br><br>Thanks in advance<br><br>Yassine<br>