LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ext3 + Debian + quota (https://www.linuxquestions.org/questions/linux-general-1/ext3-debian-quota-129353/)

Mikessu 12-27-2003 06:09 PM

ext3 + Debian + quota
 
How can I make debian with ext3 support quota?

I have modified this line in /etc/fstab :

Code:

/dev/hda6      /      ext3    usrquota,errors=remount-ro      0      1
Then I created:

Code:

/quota.mikessu (and chmoded it 600)
Then

Code:

shutdown -r now
But when I tried to run ...
Code:

edquota -u mikessu
... I got following:

Code:

edquota: Can't get quotafile name.
 No filesystems with quota detected



All times are GMT -5. The time now is 02:47 AM.