Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 10:57:12 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        V??clav Haisman <v.haisman@sh.cvut.cz>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: [6.0] Snapshot removes acls flag from fs.
Message-ID:  <20060106105712.GA46889@walton.maths.tcd.ie>
In-Reply-To: <43BE3D81.6090402@sh.cvut.cz>
References:  <43BE3D81.6090402@sh.cvut.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 06, 2006 at 10:50:57AM +0100, V??clav Haisman wrote:
> When I make snapshot of fs it removes "acls" flag from mount. While the
> command is "mount -u -o snapshot etc." I don't think it should remove
> the flag because it is not specified besides the snapshot option.

You probably want something like:

	mount -u -o cur,snapshot ...

See the "current" and "fstab" options in the mount man page. An
easier way to do this would be to use the mksnap_ffs command, which
should preserve the old options.

	David.



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