Mohamed Haidar wrote: > Hello all, I finally got the nfs service to work. In retrospect i see > that it was kind of trivial but for a newbe nothing really is. My > question now is how to make the hole process automated. I have tried to > add the line > ip:folder /mnt/folder nfs rw,no_root_squash 0 0 > to my fstab but with no result. I still have to manually mount the > folder at startup. > Thx for your help everybody.
BTW, you almost certainly do not want to put an NFS mount point into your /etc/fstab as something that gets mounted at startup. It can take too long, esp. if the host isn't available, so it is generally not thought of as a "Good Idea" (tm). You might want to look into automounts, which will mount something when you first try to access it. -- Jonathan Arnold (mailto:[EMAIL PROTECTED]) Daemon Dancing in the Dark, an Open OS weblog: http://freebsd.amazingdev.com/blog/ UNIX is user-friendly. It's just a bit picky about who its friends are. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
