Mailinglist Archive: opensuse (4053 mails)
| < Previous | Next > |
moving lib
- From: stephane parenton <sparenton@xxxxxxxxxxx>
- Date: Mon, 27 Aug 2001 17:04:44 +0200
- Message-id: <3B8A618C.D963A785@xxxxxxxxxxx>
hi,
On an old Suse, I have 2 disks, one small 300 Mb, and one larger 2Gb... The very small is way too short, and does not have room anymore... Is it possible to move the /usr/lib directory to the second disk ?... the way i wanted to do it was this one :
(the syntax may not be correct... it's just the method...)
cp /usr/lib/ /new_usr/lib -R
ln /new_usr/lib/ /usr/lib
rm /usr/lib/*
does it seem right, is it "clever" ?.... what troubles am i heading for ?
Regards
stephane
On an old Suse, I have 2 disks, one small 300 Mb, and one larger 2Gb... The very small is way too short, and does not have room anymore... Is it possible to move the /usr/lib directory to the second disk ?... the way i wanted to do it was this one :
(the syntax may not be correct... it's just the method...)
cp /usr/lib/ /new_usr/lib -R
ln /new_usr/lib/ /usr/lib
rm /usr/lib/*
does it seem right, is it "clever" ?.... what troubles am i heading for ?
Regards
stephane
| < Previous | Next > |