> Hi list,
>  
> Anyone has a good solution to exchange / mounted on /dev/sda5 and /tmp
> mounted on /dev/sda9. The reason is space problems with /
> I've moved around partitions earlier using cp -a, but not / What
> about mounting/rebounting/unmounting / etc? What about the boot sector?
> Pointers?

In single-user mode,
unmount /tmp
mk2tfs it (or clear files some other way)

I always like tar to copy things
mount /dev/sda9 /mnt/floppy
tar c -C / --one-file-system . | tar xp -C /mnt/floppy
vim /mnt/floppy/etc/fstab
vim /mnt/floppy/etc/lilo.conf
lilo -C /mnt/floppy/etc/lilo.conf 
  or
lilo -r /mnt/floppy

Should be ready to shutdown and reboot.

Don't scrub /dev/sda5 for a while.
-- 
Cheers
John Summerfield
http://www2.ami.com.au/ for OS/2 & linux information.
Configuration, networking, combined IBM ftpsites index.

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my disposition.





_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to