Difference between revisions of "Mkisofs"
From Knoppix Documentation Wiki
(Init from PHPWiki--note the wiki spam links were not converted. ;-)) |
|||
| Line 5: | Line 5: | ||
Ya'll we could use some example commands here for easy reference. | Ya'll we could use some example commands here for easy reference. | ||
| + | |||
| + | ==-pad== | ||
| + | ==-l== | ||
| + | ==-r== | ||
| + | ==-J== | ||
| + | ==-v== | ||
| + | ==-V== | ||
| + | ==-no-emul-boot== | ||
| + | ==-boot-load-size== | ||
| + | ==-boot-info-table== | ||
| + | ==-b== | ||
| + | ==-c== | ||
| + | ==-o== | ||
| + | ==-== | ||
| + | ==-publisher== | ||
| + | ==-cache-inods== | ||
| + | ==-no-bak== | ||
{{page-stub}} | {{page-stub}} | ||
[[Category:Useful Linux Commands]] | [[Category:Useful Linux Commands]] | ||
Revision as of 15:11, 5 July 2006
The mkisofs tool is used for premastering iso9660 filesystems which are used on CD or DVD. The output of mkisofs can be used in two ways. One, a file can be created for later recording onto a blank CD media. Two, mkisofs and cdrecord can be chained together with a pipe. The output of mkisofs is then sent to a CDROM writer with a utility such as cdrtools
Ya'll we could use some example commands here for easy reference.