Date: Wed, 24 Apr 2013 16:19:03 -0700 From: "Marc G. Fournier" <scrappy@hub.org> To: "freebsd-fs@freebsd.org" <freebsd-fs@freebsd.org> Subject: =?windows-1252?Q?What_are_my_mount_options_=85_=3F?= Message-ID: <D5BF94C7-9FDC-4E4D-B9B8-6E5C2715B02A@hub.org>
next in thread | raw e-mail | index | archive | help
I realize that *in theory*, I should find them in /etc/fstab, but if I'm = experimenting with various mount options, is there some way of = determining what my current options are? For instance, if I do a 'mount' command, it tells me: 192.168.1.1:/vol/ports on /usr/ports (nfs) 192.168.1.1:/vol/vm on /vm (nfs) for instance, on Ubuntu, it tells me everything I set as options: 10.5.253.130:/vol/vm on /mnt type nfs = (rw,rsize=3D32768,wsize=3D32768,addr=3D10.5.253.130) I tried 'mount -p', and even that seems to drop any options as listed in = /etc/fstab: 192.168.1.1:/vol/ports /usr/ports nfs rw = 0 0 192.168.1.1:/vol/vm /vm nfs rw = 0 0 while my /etc/fstab has: 192.168.1.1:/vol/ports /usr/ports nfs = rw,rsize=3D32768,wsize=3D32768 0 0 192.168.1.1:/vol/vm /vm nfs = rw,rsize=3D32768,wsize=3D32768 0 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D5BF94C7-9FDC-4E4D-B9B8-6E5C2715B02A>