Try switching if<=>of (mmy said:Dont workCode:dd if=a of=/dev/da0 skip=10 count=18 0+0 records in 0+0 records out 0 bytes transferred in 0.000091 secs (0 bytes/sec)
![]()
% dd of=a if=/dev/da0 skip=10 count=18
). Does it read da0 and create a 9KB file called "a" or not?If the device didn't exist he should getchavez243ca said:to see if such a device exists
dd: /dev/da0: No such file or directory
Sure! But are you reading any? Doesn't seem so...mmy said:Thanks for replies
Definitely not. FreeBSD doesn't have any sdb device.mmy said:I do in Linux without problem ,
can i do in FreeBSD 7.2 ?Code:dd if=abc of=/dev/[u]sdb[/u] bs=10 seek=13
chavez243ca said:actually... come to think of it, I think I've also seen some SATA drives end up as /dev/adX instead of /dev/daX