[SuSE Linux] Adding HD space
Hello, I few days ago I installed SuSE 5.3 in a 260 Mb partition (with another 32Mb swap partition). But soon, before I could start to play around, I ran out of disk space in that partition. Then, I decided to steal a few more Megs from the Win95 disk, so now I have another 250 Mb partition for Linux, in a different disk. But, how could I make this new partition really increase the little free space I have in the partition where I first installed everything? Could I move the contents of, let's say, /usr of the old partition into my new one and then mount it over /usr? Could YaST help in this? Any suggestions? Thank you very much. Gonzalo Díaz diazg@en.ono.es - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Fri, Mar 05, 1999 at 10:19:57AM +0100, Díaz ,Gonzalo wrote:
the Win95 disk, so now I have another 250 Mb partition for Linux, in a different disk. But, how could I make this new partition really increase the little free space I have in the partition where I first installed everything? Could I move the contents of, let's say, /usr of the old partition into my new one and then mount it over /usr? Could YaST help in this? Any suggestions?
i do this: mount new filesystem on /mnt/tmp cd /usr && find . -print0 | cpio -p0vumd /mnt/tmp then, reboot from a floppy and do cd / mv usr usr.old mkdir /usr chown root.root /usr chmod 755 usr try a test mount of the new partition, and if it works, edit your /etc/fstab to reflect the new mount point. Yours, Andy - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (2)
-
andyford@nothnbut.net
-
diazg@en.ono.es