PHP中文网2017-04-17 16:42:33
1 From the screenshot, it is obvious that the /home directory does not use an independent partition;
2 /etc/fstab needs to be modified. How to modify google specifically?
迷茫2017-04-17 16:42:33
1./home
Not mounted to a separate disk partition...
2. I usually divide it like this:
/boot 200MB
/opt
/usr
/var
/
/home
/temp 4G
swap 2G
The size of other partitions depends on your personal needs....