dd command for remote disk copy?
- From: mynick <anglomont@xxxxxxxxx>
- Date: Wed, 20 Jan 2010 18:05:45 -0800 (PST)
Imaging-copying a working remote share on WindowsNT to a local Linux
disk target is needed .
Is that possible with dd command(how if remote share is connected as
smb://ipnumber/share) and do you need root privilleges on local and
remote machine for that?
Perhaps
on source machine:
dd if=/dev/hda bs=16065b | netcat targethost-IP 1234
on target machine:
netcat -l -p 1234 | dd of=/dev/hdc bs=16065b
or
rsh 192.168.xx.yy "dd if=/dev/sda ibs=4096 conv=notrunc,noerror" | dd
of=/dev/sda obs=4096
?
(any difference to dd/privilleges if you use it as windows dd version
since remote is running windowsNT)?
.
- Follow-Ups:
- Re: dd command for remote disk copy?
- From: habibielwa7id
- Re: dd command for remote disk copy?
- From: Chris Davies
- Re: dd command for remote disk copy?
- From: goarilla@work
- Re: dd command for remote disk copy?
- Prev by Date: Re: problems with wvdial
- Next by Date: Re: dd command for remote disk copy?
- Previous by thread: Global Warming and what you can do to against it
- Next by thread: Re: dd command for remote disk copy?
- Index(es):
Relevant Pages
|