How do I mount an img (DVD image) file in ubuntu 7.10

Keith Richie disturbed1976 at gmail.com
Wed Jan 2 03:41:50 UTC 2008


On Dec 31, 2007 1:28 PM, Rick Barry <existentialsailor at yahoo.com> wrote:
> or is my only option to burn it to disk? My search of
> the Synaptic package manager did not turn anything up.
> I already use Gmount for ISO files, is there an
> equivalent?
>
> Thank you and happy new year to those who mark it.
>
>
>       ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>


sudo mount -t udf -o loop /home/name/file.img /home/name/some/folder/to/mount/to

The -t udf is important. If it is a DVD-VIDEO .img file, it has to be udf.

You can also change it to file.img.iso and open with archive manager
and extract it.




More information about the ubuntu-users mailing list