Re: Migrate OS to smaller drive?
- From: Ron Johnson <ron.l.johnson@xxxxxxx>
- Date: Sun, 11 Apr 2010 17:21:08 -0500
On 2010-04-11 15:54, Sjoerd Hardeman wrote:
Ron Johnson schreef:On 2010-04-11 08:11, Clive McBarton wrote:I thought symlinks keep point via a file location memo, like "look atSjoerd Hardeman wrote:One note is that I've had issues where symlinks remain pointing to the old drive. (That was a long time ago, though, and maybe I did somethingmount the new device (mount -odev /dev/newdevice), and do aWhat exactly is the advantage of this approach over "cp -a" or "mv"?
rsync -ax / /media/newdevice.
I would have suggested mv. It has the useful property that you can
easily spot aborted transfers by the fact that the original device is
not empty afterwards.
wrong.)
/usr/share/the/file/you/want", which is the old location just after
copying, but the new location when you boot from your new device and
that becomes root.
Note how at the bottom or this example bar/shoe still points to ../snuffle/shoe/. When you try to "cp -axv / /some/new/root" the same thing will happen. In /usr/bin all the symlinks to /etc/alternatives will still point to the *current* /etc/alternatives not to /some/new/root/etc/alternatives.
$ mkdir foo/snaggle snuffle/shoe
$ cd foo
$ ln -sf ../snuffle/shoe .
$ dir
total 44
drwxr-xr-x 3 me me 4096 2010-04-11 17:12:44 ./
drwxr-xr-x 206 me me 36864 2010-04-11 17:12:04 ../
lrwxrwxrwx 1 me me 15 2010-04-11 17:12:44 shoe -> ../snuffle/shoe/
drwxr-xr-x 2 me me 4096 2010-04-11 17:12:04 snaggle/
$ cd ..
$ cp -av foo bar
`foo' -> `bar'
`foo/snaggle' -> `bar/snaggle'
`foo/shoe' -> `bar/shoe'
$ dir bar
total 44
drwxr-xr-x 3 me me 4096 2010-04-11 17:12:44 ./
drwxr-xr-x 207 me me 36864 2010-04-11 17:13:54 ../
lrwxrwxrwx 1 me me 15 2010-04-11 17:12:44 shoe -> ../snuffle/shoe/
drwxr-xr-x 2 me me 4096 2010-04-11 17:12:04 snaggle/
--
Dissent is patriotic, remember?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/4BC24B54.5060804@xxxxxxx
- References:
- Migrate OS to smaller drive?
- From: vr
- Re: Migrate OS to smaller drive?
- From: Sjoerd Hardeman
- Re: Migrate OS to smaller drive?
- From: Clive McBarton
- Re: Migrate OS to smaller drive?
- From: Ron Johnson
- Re: Migrate OS to smaller drive?
- From: Sjoerd Hardeman
- Migrate OS to smaller drive?
- Prev by Date: Re: Migrate OS to smaller drive?
- Next by Date: Re: Re (2): skype alternative
- Previous by thread: Re: Migrate OS to smaller drive?
- Next by thread: Re: Migrate OS to smaller drive?
- Index(es):
Relevant Pages
|