Hello friends,
I would like to apply quotas to my VPS but I got a couple of doubts... Tthe handbook makes you adding an entry to FSTAB:
What is not clear for me if the /home must be mount on its own partition; the VPS created by default one partition OS:
Is it required to have a separate /home partition or it doesn't matter and the quotas are applied to the folders rather than the partition?
Thanks in advance,
F.
I would like to apply quotas to my VPS but I got a couple of doubts... Tthe handbook makes you adding an entry to FSTAB:
Code:
/dev/da1s2g /home ufs rw,userquota,groupquota 1 2
What is not clear for me if the /home must be mount on its own partition; the VPS created by default one partition OS:
Code:
cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ufs/rootfs / ufs rw 1 1
Is it required to have a separate /home partition or it doesn't matter and the quotas are applied to the folders rather than the partition?
Thanks in advance,
F.