Hello,
could someone explain me what is the difference between a block device and a caracter device ??
I mean, if a caracter device is supposedly accessed by reading or writing one caracter at a time, why is the following workin g :
dd if=/dev/rhdisk0 of=/tmp/test bs=512 count=10
thanks in advance for your lights,
could someone explain me what is the difference between a block device and a caracter device ??
I mean, if a caracter device is supposedly accessed by reading or writing one caracter at a time, why is the following workin g :
dd if=/dev/rhdisk0 of=/tmp/test bs=512 count=10
thanks in advance for your lights,