mount_nfs from fstab with -L option?

Steve Polyack korvus at comcast.net
Wed Dec 3 09:30:58 PST 2008


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


More information about the freebsd-questions mailing list