LarsN Posted June 19, 2016 Posted June 19, 2016 Hi, I can't seem to mount any drives with journaled user/group quota. I just get this error: root@bananapipro:~# mount -o rw,defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 UUID=56790abd-531d-43b7-8cf8-9bfc85105f6a /media/56790abd-531d-43b7-8cf8-9bfc85105f6a mount: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so. If I run the mount command without the quota stuff the drive mounts without any problems and is browseable.
wildcat_paris Posted June 19, 2016 Posted June 19, 2016 @LarsN have you tried "dmesg"? is UUID=56790abd-531d-43b7-8cf8-9bfc85105f6a really /dev/sda1? I don't know if quota are enabled in kernel by default. maybe not.
zador.blood.stained Posted June 19, 2016 Posted June 19, 2016 I don't know if quota are enabled in kernel by default. maybe not. linux-sun7i-default.config: CONFIG_QUOTA=y linux-sunxi-next.config: # CONFIG_QUOTA is not set 1
wildcat_paris Posted June 19, 2016 Posted June 19, 2016 @LarsN zador.blood.stained just added quota for sunxi-next but you will need to compile your kernel with http://www.armbian.com/using-armbian-tools/ 1
LarsN Posted June 19, 2016 Author Posted June 19, 2016 @LarsN zador.blood.stained just added quota for sunxi-next but you will need to compile your kernel with http://www.armbian.com/using-armbian-tools/ Ah I see. Could we get it enabled by default, as OpenMediaVault bugs out because not being able to mount ext4 disks/partitions. I can't read These are the default mount values for OpenMediaVault: defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 I'll try and compile the kernel with quota enabled and see if it fixes the problem. Thanks for the super fast replies from both of you.
zador.blood.stained Posted June 19, 2016 Posted June 19, 2016 Ah I see. Could we get it enabled by default, as OpenMediaVault bugs out because not being able to mount ext4 disks/partitions. It will be enabled by default in new Armbian releases 1
Recommended Posts