From: Gordan B. <go...@bo...> - 2007-10-11 07:48:42
|
Guys, I have iscsi loading and letting me see the relevant shares. I can mount them. But how do I then remount root to a GFS share on iSCSI? I tried: mount -t gfs -o lockproto=lock_nolock,remount /dev/sdb2 / But this doesn't seem to do anything. No errors get reported, it just doesn't do it. Any ideas? Should this work? Or do I have to mount the new root somewhere else and then chroot into it and fire up init - or something like that? Gordan |