> # dd if=/dev/cdrom of=/tmp/cd1.iso
> dd: /dev/cdrom: Input/output error
> 1440+0 records in
> 1440+0 records out
>
> # dd if=/dev/cdrom of=/tmp/cd2.iso bs=2k
> dd: /dev/cdrom: Input/output error
> 360+0 records in
> 360+0 records out
>
> # cp /dev/cdrom /tmp/cd3.iso
> cp: /dev/cdrom: Input/output error
>
> # ls -l /tmp/cd*
> -rw------- 1 root root 737280 Sep 17 14:09 /tmp/cd1.iso
> -rw------- 1 root root 737280 Sep 17 14:10 /tmp/cd2.iso
> -rw------- 1 root root 737280 Sep 17 14:11 /tmp/cd3.iso
AFAIK, that's normal because when a cd is burned, the last 2 sectors are
always unreadable.
-- Lab tests show that use of micro$oft causes cancer in lab animals - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Sep 23 2001 - 21:00:25 EST