Mkisofs: Difference between revisions

From ICO wiki
Jump to navigationJump to search
Line 10: Line 10:
mkisofs is effectively a pre-mastering program to generate an ISO9660/JOLIET/HFS hybrid filesystem.  
mkisofs is effectively a pre-mastering program to generate an ISO9660/JOLIET/HFS hybrid filesystem.  
mkisofs is capable of generating the System Use Sharing Protocol records (SUSP) specified by the Rock Ridge Interchange Protocol. This is used to further describe the files in the iso9660 filesystem to a unix host, and provides information such as longer filenames, uid/gid, posix permissions, symbolic links, block and character devices.
mkisofs is capable of generating the System Use Sharing Protocol records (SUSP) specified by the Rock Ridge Interchange Protocol. This is used to further describe the files in the iso9660 filesystem to a unix host, and provides information such as longer filenames, uid/gid, posix permissions, symbolic links, block and character devices.
vt siit lisaks:
http://wiki.osdev.org/Mkisofs
http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/


== Käsu formaat [http://manpages.ubuntu.com/manpages/gutsy/en/man8/mkisofs.8.html [2]]==
== Käsu formaat [http://manpages.ubuntu.com/manpages/gutsy/en/man8/mkisofs.8.html [2]]==

Revision as of 23:57, 29 December 2014

Autor

Raivo Tammus - AK21



Sissejuhatus ja ülevaade [1]

Mkisofs (make iso files) on käsk, mida kasutatakse CD kuvandite tegemiseks ISO 9660 standardi järgi. An ISO 9660 file system is a standard CD-ROM file system that allows you to read the same CD-ROM whether you're on a PC, Mac, or other major computer platform.[3] mkisofs is effectively a pre-mastering program to generate an ISO9660/JOLIET/HFS hybrid filesystem. mkisofs is capable of generating the System Use Sharing Protocol records (SUSP) specified by the Rock Ridge Interchange Protocol. This is used to further describe the files in the iso9660 filesystem to a unix host, and provides information such as longer filenames, uid/gid, posix permissions, symbolic links, block and character devices.

vt siit lisaks:

http://wiki.osdev.org/Mkisofs

http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/

Käsu formaat [2]

mkisofs [ options ] [ -o filename ] pathspec [pathspec ...]  mkisofs  [ options ] [ -o filename ] -find [find expression]

Näited

...

Kokkuvõte

...

Kasutatud kirjandus

Kogu dokumentatsioon on kirjutatud tuginedes järgnevatele allikatele ja juhenditele:

[1]http://linux.die.net/man/8/mkisofs

[2]http://manpages.ubuntu.com/manpages/gutsy/en/man8/mkisofs.8.html

[3]http://whatis.techtarget.com/definition/ISO-9660

Category: Operatsioonisüsteemide administreerimine ja sidumine