The UDF (Universal Disk Format) is a format specification of a file system for storing files on optical media, usually DVD’s. Windows Vista and Windows 7 are two examples of DVD containing this file system.
By default when you mount an ISO image with the UDF ISO 13346 file system with the Archive mounter (by double clicking the iso file) you will see no archives in the mounted folder. This is what you have to do to mount it properly:
First let’s create a new directory in the /media folder:
sudo mkdir /media/dir_name
Now mount the the UDF iso:
sudo mount -t udf,iso9660 -o loop “imagen.iso” /media/dir_name
Needless to say you should replace “dir_name” with your directory name.
Cheers!

The How to mount UDF ISO 13346 images in Ubuntu by Red Mezzanine, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
One Comment on “How to mount UDF ISO 13346 images in Ubuntu”
You can track this conversation through its atom feed.







English







Gracias, eso era lo que necesitaba, lo malo es que monté en el virtualbox empieza la instalación del Windows7 y aparecen varios errores, no se si será por que está mal el ISO o que el VirtualBox no pueda montar correctamente esa clase de ISO.
Posted on 8 February 2010 at 7:21.