×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    ISO images and Linux

    Making an ISO Image of a directory:

    mkisofs -o tmp.iso tmp/

    tmp.iso is where you want the ISO image to wind up, and where tmp/ is the drectory you want to be the base of the ISO

    Making an ISO Image of a CD/DVD:

    dd if=/dev/cdrom of=/home/dave/MyCD.iso

    Mounting an ISO image:

    mount -o loop /home/dave/MyCD.iso /mnt/iso

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.