Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 14:46:34 -0400 (EDT)
From:      Jim.Pirzyk@disney.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/13882: Missing mount options when specifing 'mount -p'
Message-ID:  <199909211846.OAA85260@amigo.faf.fa.disney.com>

next in thread | raw e-mail | index | archive | help

>Number:         13882
>Category:       bin
>Synopsis:       mount -p is missing the quota options
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 21 11:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	Have a filesystem mounted with the quota's options on.  Then mount -p
	will not keep the fstab options displayed

>Description:

	Here is my fstab file:

# Device			Mountpoint	FStype	Options				Dump	Pass#
/dev/wd0s1b		none			swap		sw					0	0
/dev/wd0s1a		/			ufs		rw					1	1
/dev/wd0s1e		/tmp			mfs		rw,nosuid,nodev		2	2
/dev/wcd0c		/cdrom		cd9660	ro,noauto				0	0
/dev/vinum/garage	/export		ufs		rw,nosuid,nodev,userquota 2	2
proc				/proc		procfs	rw					0	0

	Note that /export is mounted with userquota.  When 'mount -p' is run,
	this is the output:

/dev/wd0s1a	/	ufs rw	1 1
mfs:31	/tmp	mfs rw,nosuid,nodev,async	2 2
/dev/vinum/garage	/export	ufs rw,nosuid,nodev	2 2
procfs	/proc	procfs rw	0 0

>How-To-Repeat:

	Mount a filesystem with quotas on, then do a 'mount -p'

>Fix:
	
	


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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