G
Gorka
Guest
I'm trying to enable hard disk quota, but I keep getting the "hard disk quota not supported" message.
Far as I can tell disk quotas are enabled on fstab and running ok, but:
--------------------------------------------------------
#/usr/local/psa/admin/sbin/usermng --isquotable
usermng: Unable to turn on user quota. User quota not supported on device '/dev/md4'
System error 18: Invalid cross-device link
usermng: Unable to turn on user quota. User quota not supported on device '/dev/md4'
System error 18: Invalid cross-device link
1
--------------------------------------------------------
The fstab entries:
--------------------------------------------------------
# cat /etc/fstab
/dev/md0 /boot ext3 errors=remount-ro 0 1
/dev/md2 / reiserfs defaults,usrquota,grpquota 0 0
/dev/md1 none swap sw 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/md4 /usr reiserfs auto,defaults,noatime,nodiratime,usrquota 0 0
--------------------------------------------------------
I already followed some other threads on the forum and did the remount+quotaoff+quotacheck+quotaon procedure to no success.
Could anybody help with this?
Far as I can tell disk quotas are enabled on fstab and running ok, but:
--------------------------------------------------------
#/usr/local/psa/admin/sbin/usermng --isquotable
usermng: Unable to turn on user quota. User quota not supported on device '/dev/md4'
System error 18: Invalid cross-device link
usermng: Unable to turn on user quota. User quota not supported on device '/dev/md4'
System error 18: Invalid cross-device link
1
--------------------------------------------------------
The fstab entries:
--------------------------------------------------------
# cat /etc/fstab
/dev/md0 /boot ext3 errors=remount-ro 0 1
/dev/md2 / reiserfs defaults,usrquota,grpquota 0 0
/dev/md1 none swap sw 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/md4 /usr reiserfs auto,defaults,noatime,nodiratime,usrquota 0 0
--------------------------------------------------------
I already followed some other threads on the forum and did the remount+quotaoff+quotacheck+quotaon procedure to no success.
Could anybody help with this?