Roger Olofsson wrote:
Dear mailing list,

What would be the correct way to do the following:

mount_nfs -L server:/path mnt

when using the /etc/fstab file?

Greetings from Sweden

/Roger


Any options passed to mount(8)may be added (comma separated) to the Options section in /etc/fstab.

For example:

# Device       Mountpoint   FSType   Options   Dump   Pass#
server:/path   /mnt              nfs           rw,-L      0            0
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to