mounting and creating iso files
Jeremy M. Teale
lists at hypnogogic.org
Sat May 5 03:01:21 UTC 2007
CJ Kelley wrote:
> i know this question was asked before, but i lost this email when i
> formatted my computer.
>
> How do i create iso files in linux and how do i mount them?
>
> --cj
>
You'd use mkisofs.
Run 'man mkisofs' for a description.
Say that I had a directory called "foo" that I wanted to add an iso
called "foo.iso".
I would run 'mkisofs -o foo.iso -R -J ./foo'
To mount the iso I just created to a directory called "mountpoint" I
would run
sudo mount -t iso9660 foo.iso ./mountpoint
--
Jeremy Teale
More information about the ubuntu-users
mailing list