Recent Changes - Search:

Softwares

.

ISO-FILE-SYSTEM

Main.ISO-FILE-SYSTEM History

Show minor edits - Show changes to output

December 14, 2012, at 04:55 PM by 101.62.115.249 -
Changed lines 3-5 from:
to:
(:Google1:)
(:Googletxt:)
----
Changed lines 45-48 from:
@]
to:
@]

----
(:Googlemm:)
October 29, 2012, at 09:30 AM by 223.178.193.222 -
Added lines 1-43:
!!Creating ISO filesystem


[@

Creating And Mounting Iso File System Using makeisofs utility

One file containing all the directory and files of CD-ROM.

First insert the cd in cd-rom for which you want to make the ISO image file.

# which mkisofs

# fdisk –l

# mkdir iso

# cd iso

# mkisofs –o mega.iso –J –v –R /media/cdrom

-o - Output File

-J – Joilet (The file is also redable by other applications in windows).

For more details of switches see the man pages of mkisofs
# man mkisofs

Mounting ISO file

# cat /proc/filesystems

Display list of filesystems supported by Linux or Kernel.

# mkdir mount

# mount –t iso9660 –o loop mega.iso /root/iso/mount

# cd /root/iso/mount

# ls

@]
Edit - History - Print - Recent Changes - Search
Page last modified on December 14, 2012, at 04:55 PM