Jens Benecke wrote:
> 
> On Sat, May 26, 2001 at 09:24:12AM -0500, Joe Menola wrote:
> 
> > just like baking a cake... once you know the recipe, extremely simple! :)
> 
> sure. I meant it's very straight forward, you can mount a file just like a
> filesystem. Apart from the "-o loop", no extra configuration is needed.
> 
I made a short shell script on my system, called "mloop" and consisting
of:

#/bin/sh
mount -t iso9660 -o ro,loop=/dev/loop0 $1 /mnt/loop

Obviously, you first have to create the directory "/mnt/loop"!
Then, at the prompt, type "mloop some.iso". This helps me, since I have
a tiny brain and can't ever type "iso9696" ... uh, I mean "iso9660"
without trying two or three times, let alone remembering how to specify
the loop device and so forth.

Tony
_______________________________________________
Win4Lin-users mailing list
[EMAIL PROTECTED]
https://lists.netraverse.com/mailman/listinfo/win4lin-users

Reply via email to