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
