On 09 Feb 2003 22:58:02 -0700, Scott S. Jones D.C. wrote: >I am trying to find some way to either 1) expand the size of my linux >partition dynamically, without destroying the data it contains, or 2) >move some of my folders to an alternate partition on my system, where I >have room, by creatively using mount and /etc/fstab entries, to point my >system to alternate locations.
In the past I have added partitons that I mounted in places like /usr and /opt and /home. That usually cleared alot of space. Its a simple way to go for now. Just mount the new partition for say /usr under say /extra. mv /usr/* /extra. umount /extra and mount the new partition as /usr. Really quite simple... The other option is to get a bigger HD and just move everything over.... Stayler _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
