Re: sr: unaligned transfer

Jens Axboe (axboe@kernel.org)
Fri, 21 Dec 2001 23:07:11 +0100


On Fri, Dec 21 2001, Bob_Tracy wrote:
> Jens Axboe wrote:
> > On Fri, Dec 21 2001, Bob_Tracy wrote:
> > > sr: unaligned transfer
> > > Unable to identify CD-ROM format.
> >
> > What fs?
>
> iso9660.
>
> > Please try and mount with -o loop instead.
>
> ??? Sorry if I'm being dense, but the file system is on a physical
> CD: it isn't an image file. The mount command that has worked for me
> in the past is
>
> mount -t iso9660 /dev/sr1 /mnt -r
>
> The sr1 device isn't a typo: it's my cd writer.

mount -o loop -t iso9660 /dev/scd1 /mnt

-- 
Jens Axboe

- 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/