Hello, Joel.Ok comparing the content of the original image:
Joel Soete wrote:A small update:
your patch also works against 2.6.20
Glad to hear that.
but seems that open the door to numerous other pb:
1/ pb to burn cd:
# md5sum cd060213.iso
6a1248783a21722816b972aa9bae9d5e cd060213.iso
# ll cd060213.iso
-rwxr-xr-x 1 root root 3213312 Feb 13 2006 cd060213.iso
# dd if=/dev/sr0 bs=1 count=3213312 | md5sum
dd: reading `/dev/sr0': Input/output error
0337e9846d17779945c5c252d4f897f0 -
3129344+0 records in
3129344+0 records out
3129344 bytes (3.1 MB) copied, 36.6963 seconds, 85.3 kB/s
eventhought cdrecord seems to be successfull???
Hmm... 82K difference. Can you burn an iso and md5sum the files contained in the image and burned cd?
[snip]2/ (but that should be much more related to scsi api) sdcXX > sdc15 doesn't works ;-(
# sfdisk -l /dev/sdc
Disk /dev/sdc: 1826 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdc1 * 0+ 195 196- 1574338+ b W95 FAT32
/dev/sdc2 196 1825 1630 13092975 5 Extended
yes: it was dated from the early time I was testing various distro to choose one ;-)/dev/sdc23 881+ 1533 653- 5245191 83 Linux
/dev/sdc24 1795 1825 31 249007+ 83 Linux
Whee, you have 24 partitions?
Due to the way SCSI block device numbers are laid out, SCSI supports only upto 15 partitions per device.Ah, I never had chance to use a disk array with fc connection on one of my linux boxe, so I don't know how can it works with up to 255 luns?