Fstab question

Discussion in 'Installation/Configuration' started by bernholdt, Sep 1, 2009.

  1. bernholdt

    bernholdt Member

    I need to install ispconfig and cant figure out where to put
    ,usrquota,grpquota

    here is my original
    Im not 100%sure som please correct me if im reading i wrong.
    The system is running with raid 0
    if /dev/md1/boot is the disk the system boots from
    and /dev/md2 / is the disk where the raid files are written to then my fstab must look something like this?
    Or should i remove the /boot defaults and make it look like this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Change:

    proc /proc proc defaults 0 0
    none /dev/pts devpts gid=5,mode=620 0 0
    /dev/md0 none swap sw 0 0
    /dev/md1 /boot ext3 defaults 0 0
    /dev/md2 / ext3 defaults 0 0

    to:

    proc /proc proc defaults 0 0
    none /dev/pts devpts gid=5,mode=620 0 0
    /dev/md0 none swap sw 0 0
    /dev/md1 /boot ext3 defaults 0 0
    /dev/md2 / ext3 defaults,usrquota,grpquota 0 0
     

Share This Page