From: Mark H. <hla...@at...> - 2007-10-11 15:08:09
|
On Thursday 11 October 2007 16:55:28 Gordan Bobic wrote: > On Thu, 11 Oct 2007, Marc Grimme wrote: > > What does mount (/proc/mounts) and ifconfig -a look like? > > /proc/mounts: > rootfs / rootfs rw 0 0 > proc /proc proc rw 0 0 > none /sys sysfs rw 0 0 > none /dev tmpfs rw 0 0 > /proc/bus/usb /proc/bus/usb usbfs rw 0 0 > none /dev/pts devpts rw 0 0 > > > ifconfig -a: > lo looks normal > eth0 is disabled > eth1 is set for 10.10.10.152/255.255.255.0, and verified working. I can > ping things and access the subnet. But then again I knew that because I > can mount the iSCSI share manually. I just cannot seem to remount it as > root. > > It all goes wrong, seemingly, when it tries to mount configfs. That's the > first failure message. can you please post the output of lsmod and uname -a. Could you also verify that the /lib/modules for your kernel are installed in the initrd ? configfs support is enabled with the load of the dlm module. Thanks Mark |