Hello,<br><br>This problem discussed before, but there were no solution for me.<br><br>I patched 2.6.18 vanilla kernel, and installed lustre modules (ver: 1.6.4.2) successfully.<br><br>I am giving this command to construct mds:<br>
mkfs.lustre --mdt --mgs --fsname=large-fs /dev/sda1<br><br>but it gives me this error:<br>
----<br>mkfs.lustre: Unable to mount /dev/sda1: No such device<br>Is the ldiskfs module available?<br><br>mkfs.lustre FATAL: failed to write local files<br>mkfs.lustre: exiting with 19 (No such device)<br>----<br><br>here is the result of "modprobe -v ldiskfs" command:<br>

----<br>insmod /lib/modules/2.6.18/kernel/fs/lustre-ldiskfs/ldiskfs.ko <br>FATAL: Error inserting ldiskfs (/lib/modules/2.6.18/kernel/fs/lustre-ldiskfs/ldiskfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)<br>

----<br><br>and for "dmesg | grep ldiskfs":<br>----<br>ldiskfs: Unknown symbol __d_move<br>ldiskfs: Unknown symbol __d_move<br>ldiskfs: Unknown symbol __d_move<br>ldiskfs: Unknown symbol __d_move<br>ldiskfs: Unknown symbol __d_move<br>

ldiskfs: Unknown symbol __d_move<br>----<br><br>How can I solve this problem ? (needless to say, of course I have /dev/sda1)<br><br>Thanks in advance<br>