[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#761501: partman-ext3: add acl mount options for ext4?



On Sun, Sep 14, 2014 at 01:19:22PM +0200, Petter Reinholdtsen wrote:
> 
> Package: partman-ext3
> Version: 78
> Severity: wishlist
> User: debian-edu@lists.debian.org
> Usertags: debian-edu
> 
> Hi.  In bug report #638822 we discuss the wish to add user_attr and acl
> as file system options in Debian Edu to make samba exporting work
> better.  But this do not work with d-i, as the acl option is not listed
> in the /lib/partman/mountoptions/ext4 file.  According to the mount
> manual page, ext4 support the [no]acl option in a way that is backward
> compatible with ext3 and ext2.
> 
> Would it be possible to add acl to the list of supported options in
> ext4?

Looking at /etc/mke2fs.conf, I see
[defaults]
       base_features =
sparse_super,filetype,resize_inode,dir_index,ext_attr
       default_mntopts = acl,user_xattr


And it looks like the ext4 fs created by d-i indeed has this default
mount options set (i.e. they don't need to be listed in fstab).


Is there something missing?


Reply to: