Sometime Today, Kompalli SuryaPrakash assembled some asciibets to say:
Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda7 349989 162741 169179 50% / /dev/hda5 980308 896632 33880 97% /usr /dev/hda8 666480 414096 252384 63% /mnt/d-dos Is it possible for me to use some of the disk space of / to the /usr without affecting data on either one? BTW, If we need to add some extra space to any partition, without affecting the data, how do we do it? Thnx in advance...
Create a directory called /local in / mv /usr/local/* /local rmdir /usr/local ln -s /local /usr/local
Or do something similar.