]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/Makefile.in
mke2fs: support creation of filesystem with quota feature
authorAditya Kali <adityakali@google.com>
Wed, 20 Jul 2011 18:40:04 +0000 (11:40 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2011 20:31:49 +0000 (16:31 -0400)
commit1f5d7a890e8b2ad03ee91fd891b0b5b4327da030
tree70a5dc4bee4fa6547d5f1b8580d2b0a54f449ce2
parent624e4a6466dba9889f5f80dc168f2bb7c2a3f5d0
mke2fs: support creation of filesystem with quota feature

mke2fs also creates quota inodes (userquota: inode# 3 and
groupquota: inode #4) inodes while creating a filesystem when 'quota'
feature is set.
 # To set quota feature and initialize quota inodes during mke2fs:
 $mke2fs -t ext4 -O quota /dev/ram1

Signed-off-by: Aditya Kali <adityakali@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in
misc/mke2fs.8.in
misc/mke2fs.c