Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dd.raw

Status
Not open for further replies.

jamie1979

Technical User
Jan 24, 2005
1
GB
i have a raw IO device (RAID) connected to my linux box (redhat 6.2, kernel 2.2.14) and i'm trying to copy a file onto the RAID using the command dd.raw which is the newer version of dd.
here's what i did:
raw /dev/raw1/raw /dev/sdb
dd.raw if=inputfile of=/dev/raw1/raw
and i got this error message:
dd.raw: /dev/raw1/raw: invalid argument
but when i tried using the old dd it worked. does anyone have similar experience? thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top