You are not logged in.

#1 2010-03-31 02:42:20

cadogan222
Member
Registered: 2010-03-31
Posts: 6

help with dd command

hi,iam trying too create a image file of my windows mobile phone and save it too my desktop.iam using archlinux in vmware.my windows phone mounts as "/dev/sdb" and my vmware hard drive is on "/dev/sda" i need a sector by sector image made.whats the proper  dd command too use to do this?thanks

Offline

#2 2010-03-31 02:44:26

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: help with dd command

cadogan222 wrote:

hi,iam trying too create a image file of my windows mobile phone and save it too my desktop.iam using archlinux in vmware.my windows phone mounts as "/dev/sdb" and my vmware hard drive is on "/dev/sda" i need a sector by sector image made.whats the proper  dd command too use to do this?thanks

I don't know offhand, but:

man dd

might provide some information

EDIT: And welcome to Arch, or at least the forums big_smile

Last edited by cesura (2010-03-31 02:45:17)

Offline

#3 2010-03-31 02:47:39

cadogan222
Member
Registered: 2010-03-31
Posts: 6

Re: help with dd command

thanks i tried the man command,but it just made me more confused.lol.i just dont want too type the wrong thing and overwrite my hard drive or anything.

Offline

#4 2010-03-31 04:12:41

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: help with dd command

dd if=/dev/sdb of=winmobile.img bs=512

...although this would be pretty tedious, I recommend a byte size of 1M or more instead.

Offline

#5 2010-03-31 04:33:36

cadogan222
Member
Registered: 2010-03-31
Posts: 6

Re: help with dd command

i believe the total size of the phones partition is 120mb.so change the bs= too 1024? i want it too be quick as possible,but not too the point of it missing files.as far as the command "of=winmobile.img",how does it know where too create the image file too?i dont have too tell it where too save the file to?thanks by the way.

Offline

#6 2010-03-31 04:49:17

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: help with dd command

Sure, try it with bs=1024. If it gets too slow, increase it by twice as much to 2048 and so forth if necessary.

Using "of=winmobile.img" will put the image in your current working directory at time you enter the command. You can specify an absolute path instead if you want the file to be in a different location.

Offline

#7 2010-03-31 04:55:35

cadogan222
Member
Registered: 2010-03-31
Posts: 6

Re: help with dd command

thank you so much,i really appreciate the help! smile

Offline

Board footer

Powered by FluxBB