Hi to all I just want to add one more thing.
While shutting down it also says unmounting NFS file system [failed]. I have booted my above system with knoppix-5.1.1 Live DVD, normally it detects all partition(s). It detected 3 partitions hda1, hda2 and hda3. I could access hda2 boot partition, but I was not able to access other 2 partitions. Since it is new installation without any valuable data, it is not better I reinstall all from scratch? or it is possible to salvage the situation. --- In [email protected], "Todd Walton" <[EMAIL PROTECTED]> wrote: > > On Fri, Jul 18, 2008 at 9:39 AM, Paul Hardcastle <[EMAIL PROTECTED]> wrote: > > Seems like it is the nfs drive/share/export (call it as you will) not > > mounting. Since you know about it then don't worry about it. If you wat to > > prove this (and get rid of the boot message) then comment out the nfs line > > in fstab by putting a '#' at the begining. Then when the nfs drive is > > available you can just uncomment it. > > Better is to give it the "noauto" option, like this: > > 192.168.1.99:/usr/data /mnt/rhserver nfs > rw,hard,intr,noauto 0 0 > > Then it won't try mounting it when you boot up, but when you want it > you can say `mount /mnt/rhserver` and it will be available. Or > there's an autofs thing, but I don't know how that works. > > -todd >
