Re: Getting structure of directories from an ISO file

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

 



Paul Smith wrote:
After burning an ISO file onto a DVD, one gets a tree structure of
directories on the DVD. Can one get the same tree structure of
directories on the hard disk without burning first the ISO file? I
mean: can one get the tree structure of directories directly from the
ISO file?

Loopback mount the ISO image:

# mkdir /mnt/iso
# mount -r -o loop /path/to/your/file.iso /mnt/iso

Paul.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux