sur la machine destination, booter un live CD
installer sshfs si non présent
mkdir source
sshfs root@192.168.0.106:/ source/
mkdir target
mount -t ext3 /dev/sdb1 target/
# ls -alh target/
total 216K
drwxr-xr-x 26 root root 4,0K 2007-07-31 08:40 .
drwxr-xr-x 8 root root 140 2007-07-31 10:59 ..
-rw-r–r– 1 root root 0 2007-07-31 08:38 .autofsck
-rw-r–r– 1 root root 0 2007-07-26 11:22 .autorelabel
drwxr-xr-x 2 root root 4,0K 2007-07-27 02:05 bin
drwxr-xr-x 3 root root 4,0K 2007-07-31 08:30 boot
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:03 data1
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:03 data2
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:33 dev
drwxr-xr-x 96 root root 12K 2007-07-31 08:40 etc
drwxr-xr-x 3 root root 4,0K 2007-07-26 11:20 home
drwxr-xr-x 12 root root 4,0K 2007-07-27 02:05 lib
drwxr-xr-x 8 root root 4,0K 2007-07-27 02:03 lib64
drwx—— 2 root root 16K 2007-07-26 09:30 lost+found
drwxr-xr-x 2 root root 4,0K 2007-07-31 08:40 media
dr-xr-xr-x 2 root root 4,0K 2007-07-31 08:40 misc
drwxr-xr-x 2 root root 4,0K 2007-03-29 17:00 mnt
dr-xr-xr-x 2 root root 4,0K 2007-07-31 08:40 net
drwxr-xr-x 2 root root 4,0K 2007-03-29 17:00 opt
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:03 proc
drwxr-x— 19 root root 4,0K 2007-07-31 08:41 root
drwxr-xr-x 2 root root 12K 2007-07-27 02:06 sbin
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:33 selinux
drwxr-xr-x 2 root root 4,0K 2007-03-29 17:00 srv
drwxr-xr-x 2 root root 4,0K 2007-07-26 10:03 sys
drwxrwxrwt 28 root root 4,0K 2007-07-31 08:41 tmp
drwxr-xr-x 16 root root 4,0K 2007-07-30 09:22 usr
drwxr-xr-x 23 root root 4,0K 2007-07-26 10:45 var
on enlève : /tmp, /dev, /proc, /sys, le contenu des points de montage
il reste :
bin data1 dev home lib64 media mnt opt root selinux sys usr
boot data2 etc lib lost+found misc net proc sbin srv tmp var