public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problem loopmounting CD on 2.6.0
@ 2003-12-19 13:10 Niels Elgaard Larsen
  2003-12-19 22:00 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Niels Elgaard Larsen @ 2003-12-19 13:10 UTC (permalink / raw)
  To: linux-kernel

A similar (probably the same) problem have been reported for cryptoloop.
With a ISO9660 CD (actually Knoppix) in drive /dev/hdc, no SCSI emulation:

amigos20:/mnt# losetup /dev/loop5 /dev/hdc
amigos20:/mnt# mount -r /dev/loop5 /mnt/foo

Gives kernel output:

===
hdc: cdrom_read_intr: data underrun (2 blocks)
end_request: I/O error, dev hdc, sector 64
isofs_fill_super: bread failed, dev=loop5, iso_blknum=16, block=32
===

It works in 2.4.20

Also

dd if=/dev/hdc of=/tmp/foo
losetup /dev/loop5 /tmp/foo
mount -r /dev/loop5 /mnt/foo

works

-- 
Niels Elgaard Larsen
elgaard@agol.dk
http://www.agol.dk/elgaard


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-22 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-19 13:10 Problem loopmounting CD on 2.6.0 Niels Elgaard Larsen
2003-12-19 22:00 ` Randy.Dunlap
2003-12-22 14:27   ` OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox