Ok - I'm not exactly a newbie to linux, and I'd always thought it was better to have multiple partitions rather than dumping everything but swap in /.
My problem is, after reading some guides online, it seemed like it was a good idea to create seperate /usr and /usr/local partitions...well, now it seems that my /usr/local has BARELY been used, and everything is still going into /usr
Is it possible to merge those back together, or even ge /usr/local back in the /usr partition and use the current /usr/local for something else? perhaps a mount point within my /home Also my /var is already 30% full - what's that REALLY used for, and should I have made it bigger? I REALLY don't want to re-setup my system - I hope I haven't fubar'ed it too badly.
Just curious...here's a dump of my partition layout...
My problem is, after reading some guides online, it seemed like it was a good idea to create seperate /usr and /usr/local partitions...well, now it seems that my /usr/local has BARELY been used, and everything is still going into /usr
Is it possible to merge those back together, or even ge /usr/local back in the /usr partition and use the current /usr/local for something else? perhaps a mount point within my /home Also my /var is already 30% full - what's that REALLY used for, and should I have made it bigger? I REALLY don't want to re-setup my system - I hope I haven't fubar'ed it too badly.
Just curious...here's a dump of my partition layout...
Code:
Size Used Avail Use% Mounted on /dev/hda1 471M 44M 403M 10% /boot /dev/hdb5 191G 888M 190G 1% /home /dev/hdb6 35G 544K 35G 1% /home/backup /dev/hda6 66G 3.2G 63G 5% /home/downloads /dev/hdb3 968M 712K 968M 1% /tmp /dev/hda3 20G 3.6G 16G 19% /usr /dev/hda5 20G 421M 19G 3% /usr/local /dev/hdb2 3.9G 1.2G 2.8G 30% /var
Comment