I am getting the message "Your Startup Disk Is Almost Full" frequently. I checked my disk space and removed some files from the /home. Now
command shows the following on the terminal :
Seems that map auto_home is still 100% and hence I'm still getting the message. How to get rid of it?
Code:
df -h
Code:
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1 112Gi 107Gi 4.2Gi 97% 28231154 1090572 96% /
devfs 185Ki 185Ki 0Bi 100% 641 0 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home
Seems that map auto_home is still 100% and hence I'm still getting the message. How to get rid of it?