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.
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.