How Edit /etc/fstab For Quota with Raid1?

Discussion in 'General' started by rdells, Mar 18, 2006.

  1. rdells

    rdells New Member

    Hi,
    How would the /etc/fstab be edited For Quota with Raid1?
    Ie: from Perfect Setup - Fedora Core 4..

    First line of /etc/fstab looks like this (where I'd like quota to be set on):

    /dev/md1 / ext3 defaults 11

    Been awhile, I forget the error message I got on the next step after editing this file. After the error message, I gave up on trying to set the quota...

    Thanks for any input!
    Robert
     
  2. falko

    falko Super Moderator ISPConfig Developer

    The line must look like this:

    Code:
    /dev/md1 / ext3 defaults,usrquota,grpquota 11
     

Share This Page