Q: Hi guys, I m running out of
space for my / home directory. But my / backup directory is still 30GB left. I want the / home directory partition to get 20GB of space such as / backup directory. How can I do? Thanks!
regards,
Larva
cPanel Website Backup Software – Must Have
Re:Hi Guys,
if I link this directory with others as follows:
ln -s /backup/home/guy /home/guy
and when I do a search some files on /home/guy, will linux search for /backup/home/guy also ? Thanks !
Any partition tool to resize this drive ? Thanks !
regards,
Larva
Article Directory Pro – Create Your Own Profitable Article Directory!
Re:<< I have similar problem:
Can I used Norton Ghost 2001 to backup Linux partition? >>
it works with ext2 but i dont remember how well.
<< If yes, how? >>
use it as you would a windows partition…
<< Do I need to backup every Linux partition(presently 3, min) and fdisk/format and restore each partition according(boot to boot, swap to swap etc)? >>
yes, but you dont need to back up your swap partition.
<< How do I format the linux partition to be linux file system before restoring the data? I only know that when installing the Linux, the hard disk will be formatted. >>
use cfdisk, partition it how you want and make them ext2 partitions, make a swap partition, and make the root or /boot partition (if you have one) bootable.
<< Will the LILO work after restoring the partition? Presently, I am booting in from a floppy disk, dual with win98 and I restore the hard drive with only 1 OS, ie Linux, will it be able to boot directly into Linux w/o the floppy? >>
you'll need to have lilo installed and have it write to the MBR on your hard drive.
personally i see no point in using ghost, just tar up your filesystem, back it up on CD or on another hard drive, and untar them back, edit fstab, and reinstall lilo in the MBR. i guess it might be complex if you're not comfortable with all that, but i dont think this is too tough. ghost just seems like overkill when you're just talking about one machine, and linux no less, where you already have the available tools for free.
Remo Outlook Backup & Migrate
Re:I have similar problem:
Can I used Norton Ghost 2001 to backup Linux partition?
If yes, how?
Do I need to backup every Linux partition(presently 3, min) and fdisk/format and restore each partition according(boot to boot, swap to swap etc)?
How do I format the linux partition to be linux file system before restoring the data? I only know that when installing the Linux, the hard disk will be formatted.
Will the LILO work after restoring the partition? Presently, I am booting in from a floppy disk, dual with win98 and I restore the hard drive with only 1 OS, ie Linux, will it be able to boot directly into Linux w/o the floppy?
I am using Redhat 6.2.
Thanks. Any help appreciated.
![]()
My Article Site Pro – Article Directory Website
Re:Or you can do it the lazy UNIX admin way..
1) mkdir /backup/home
2) mv /home/<myusername> /backup/home/<myusername> (repeat as needed for more users)
3) ln -s /backup/home/<myusername> /home/</myusername>
hehehe…
Directory Submitter 3.0
Re:most painless way is to just back up your stuff, repartition and format, then restore your data. remember to make any necessary changes to /etc/fstab.
0 Comments.