[wellylug] turn UDF cd into normal ISO9660 cd
Arnim Littek
arnim at med-dev.co.nz
Wed Oct 8 22:26:25 NZDT 2003
On Wed, 8 Oct 2003, Rob Stockley wrote:
> # mount the_udf_imagefile /mnt/a_mount_point -t iso9660 -o loop
>
> I'm not 100% sure of the syntax but I do remember playing with this
> myself a while back. HTH
I'm not familiar with UDF, and if it isn't ISO 9660, then it won't
mount this way, but the loop command on an ISO image works like
mount -t iso9660 -o ro,loop=/dev/loop0 filename.img /mnt
or whatever your mount point. I have to assume that if you've got a
kernel that can handle UDF, that there will be another filesystem name
to enter after the -t flag.
All of the above assumes you've got your kernel configured for loops
in the first place.
Arnim
More information about the wellylug
mailing list