hello.. I'm working on a VPS with debian 5. I want to install ISPConfig 3 and I follow the perfect server guide. But I can't figure out how to modify my fstab file. My /etc/fstab file contains: Code: proc /proc proc defaults 0 0 none /dev/pts devpts rw 0 0 I need to "add ,usrquota,grpquota to the partition with the mount point /". But were is that?
cat /proc/mounts Returns Code: /dev/vzfs / vzfs rw 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 tmpfs /lib/init/rw tmpfs rw,nosuid 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 devpts /dev/pts devpts rw,nosuid,noexec 0 0
thanks.. I have a problem with this command: mount -o remount / It returns Code: mount: permission denied I'm running the command as root.
nano /etc/fstab: Code: proc /proc proc defaults 0 0 none /dev/pts devpts rw 0 0 /dev/vzfs / vzfs defaults,usrquota,grpquota 0 0