[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Business card iso



On 5/10/07, Karl E. Jorgensen <karl@jorgensen.org.uk> wrote:
On Thu, May 10, 2007 at 02:26:16PM +0300, Atis wrote:
> On 5/10/07, Joe Hart <j.hart@orange.nl> wrote:
> >I have tried twice (meaning I downloaded the file twice, and have
> >verified md5 checksums)
>
> Can you mount it trough loopback device?
> It was something like this (might be broken):
>
> # losetup ~/my.iso
> # mount /dev/loopback/0 /mnt/cdrom

A bit long-winded isn't it? I usually use:
    # mount -oloop -tiso9660 /path/to/file.iso /mnt

Right, this is more simple, just didn't knew that. Also, i was a bit
wrong (bad memory). Correct would be:

#losetup /dev/loop/0 a.iso
#mount -t iso9660 /dev/loop/0 /cdrom

Regards,
Atis



Reply to: