ext4 quotas
by Nobby6 from LinuxQuestions.org on (#5AXHM)
So, anyone got any pointers to WTF the ext4 quota features are?
My google fu since to be failing, either that or I need to s/coffee/alcohol/ and come back next week
quotaon: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to use ext4 quota feature as
external quota files on ext4 are deprecated.
Also I see this
quotaon: Cannot stat() mounted device /dev/root: No such file or directory
...kinda funny since without /dev/sda1 aka /dev/root, the system wouldn't be there :)


My google fu since to be failing, either that or I need to s/coffee/alcohol/ and come back next week
quotaon: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to use ext4 quota feature as
external quota files on ext4 are deprecated.
Also I see this
quotaon: Cannot stat() mounted device /dev/root: No such file or directory
...kinda funny since without /dev/sda1 aka /dev/root, the system wouldn't be there :)