S
schu@
Guest
Ok, I am a Linux noob and I really don't want to screw anything up. I'm trying to enable user quotas so I can turn hard drive quotas on in Plesk but my FSTAB doesn't match the one in the KB article (http://kb.swsoft.com/en/768) so I'd like to know where to add this command. Here is what my FSTAB looks like (can't get it to format correctly in this post but I hope you get the idea)
LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
I understand that I'm supposed to add ,usrquota after defaults, but I'm not sure which line I'm supposed to do it on. This is on a Fedora Core 6 box if that makes any difference.
LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
I understand that I'm supposed to add ,usrquota after defaults, but I'm not sure which line I'm supposed to do it on. This is on a Fedora Core 6 box if that makes any difference.