[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Error target causes entire device to error
- From: Phillip Susi <psusi cfl rr com>
- To: device-mapper development <dm-devel redhat com>
- Subject: [dm-devel] Error target causes entire device to error
- Date: Mon, 10 Nov 2008 17:16:28 -0500
$ sudo dmsetup create foo
0 1 zero
1 1 error
$ sudo dd if=/dev/mapper/foo bs=512 count=1
dd: reading `/dev/mapper/foo': Input/output error
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000715356 seconds, 0.0 kB/s
Why can't you read the first sector mapped to the zero target without
getting an error? It doesn't seem to matter where the error target is
in the table, or how big the virtual device is; any attempt to read
anywhere returns an error if there are any sectors mapped to the error
target.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]