Harddrive Mounting/Paritioning
I'm still quite a n00b at linux unfortunately and don't know how to partition my server into the following formats and filesystems like below.=====
/dev/hda6 on / type ext3 (rw,usrquota)
none on /proc type proc (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda5 on /home type ext3 (rw,usrquota)
none on /dev/shm type tmpfs (rw)
/dev/hda2 on /usr type ext3 (rw,usrquota)
/dev/hda7 on /var type ext3 (rw,usrquota)
=====
I was told this by cPanel support that I need it like that in order for quotas in users accounts to work. Can some please help me with the commands to do that :/
My current mounts are like this :
====
vzfs on / type vzfs (rw)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw)
====
Thanks in advance

Cheers
PuNkEr~