Mailinglist Archive: opensuse (3232 mails)
| < Previous | Next > |
Re: [SLE] HDD Upgrade
- From: jdd sur free <jdanield@xxxxxxx>
- Date: Tue, 1 Aug 2006 16:53:08 +0000 (UTC)
- Message-id: <44CF86EE.3020306@xxxxxxx>
> login as root
backup all !!!
init 1 will do and enter maintenance mode
mkdir /home as mounting point
> mount /home /your new disk partition (hdb1?)
return to init 3 or 5 (your usual one)
test and retest the move, where there soft links in /home?
wait some time before
double check all!!!
jdd
--
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos
backup all !!!
2. partition new drive (one primary partition is fine)
logout all users
init 1 will do and enter maintenance mode
mv /home /oldhome (rename, wont use more disk room)
mkdir /home as mounting point
> mount /home /your new disk partition (hdb1?)
make /etc/fstab entry for /home (5. modify /etc/fstab to include /dev/hdxx /home reiserfsacl,user_xattr 1 3)
move contents of /oldhome to /homemv wont do across disks AKAIK. cp -a or tar instead
return to init 3 or 5 (your usual one)
test and retest the move, where there soft links in /home?
wait some time before
delete /oldhome and contents (rm -R /oldhome, IIRC)
double check all!!!
jdd
--
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos
| < Previous | Next > |