Thanks to everyone on debian-user and #debian. Special thanks to Netgod and Asterix. You all saved my laptop from ruination (repartition).
Everthing went smoothly. Now I have three partitions of equal size (1Gb). Yet, now I fear a problem coming on. My first partition is 11% filled, my 2nd partition contains only /usr and is 88% to capacity, and the last has /home which is %15 percent (due to monsterous soffice install). Is there a command in fdisk or someother app that will allow my 2nd partion (88% /usr) to grow if need be? Rather, what can I do to ensure that /usr can have more room to grow. 12% percent is not enough. I doubt /home will ever need 1gb. Thanks. >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/10/99, 1:33:38 AM, Mike Merten <[EMAIL PROTECTED]> wrote regarding Re: Maximal Mount Count: > On Wed, Mar 10, 1999 at 02:12:48AM +0000, Paul Puri wrote: > > What is the command that I use to mv /usr to /dev/hda2? > > > > I tried 'mv /usr /hda2/usr', but that gave me the error, 'mv: cannot > > move '/usr' across filesystems: Not a regular file. > > > > Thank you... > > > Actually, what I did was something more like this: > # mount /dev/hda2 /mnt > # cp -a /usr/* /mnt > # umount /mnt > # rm -r /usr/* > # mount /dev/hda2 /usr > Then edited /etc/fstab to add a line > /dev/hda2 /usr ext2 defaults 0 2 > Mike > -- > Mike Merten > [EMAIL PROTECTED] > ICQ# 28460680 > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null