mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson

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


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Steve Polyack

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  00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson



Steve Polyack skrev:

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  00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.9.13/1826 - Release Date: 2008-12-03 09:34




Thank you Steve!

/Roger
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]