Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2008 12:17:27 -0500
From:      Steve Polyack <korvus@comcast.net>
To:        raggen@passagen.se
Cc:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: mount_nfs from fstab with -L option?
Message-ID:  <4936BF27.3030607@comcast.net>
In-Reply-To: <4936B5D5.1090709@passagen.se>
References:  <4936B5D5.1090709@passagen.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4936BF27.3030607>