I've read that in Unix, you can configure the file-system to reserve certain amount of space for root. Which configuration property is it?
Asked
Active
Viewed 89 times
0
1 Answers
0
If you meant /root as the directory then, you would need to create a new partition on the hard drive with fdisk or parted and assign it to be mounted as /root in either during install process or manually in /etc/fstab file. This way the mount point /root will be consuming just that partition.
along this how to will suffice. https://askubuntu.com/questions/154180/how-to-mount-a-new-drive-on-startup
df -T
to see your filesystem type – AnFi Aug 02 '14 at 20:36