equal
deleted
inserted
replaced
53 See |
53 See |
54 |
54 |
55 http://www.cdrkit.org/ |
55 http://www.cdrkit.org/ |
56 http://en.wikipedia.org/wiki/Cdrkit |
56 http://en.wikipedia.org/wiki/Cdrkit |
57 |
57 |
|
58 *** Installation. |
|
59 |
|
60 $ sudo apt-get install wodim genisoimage |
|
61 |
58 *** Make iso image. |
62 *** Make iso image. |
59 |
63 |
60 $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ... |
64 $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ... |
61 |
65 |
62 <info> is up to 128 bytes. -J adds Joliet directory records wich useful on |
66 <info> is up to 128 bytes. -J adds Joliet directory records wich useful on |
66 |
70 |
67 $ sudo mount -t iso9660 -o loop,ro <img-file> <mnt-point> |
71 $ sudo mount -t iso9660 -o loop,ro <img-file> <mnt-point> |
68 |
72 |
69 *** Burn iso image. |
73 *** Burn iso image. |
70 |
74 |
71 |
|
72 |
|
73 ** cdrskin. |
75 ** cdrskin. |
74 |
76 |
75 See |
77 See |
76 |
78 |
77 http://scdbackup.sourceforge.net/cdrskin_eng.html |
79 http://scdbackup.sourceforge.net/cdrskin_eng.html |
78 http://en.wikipedia.org/wiki/Cdrskin |
80 http://en.wikipedia.org/wiki/Cdrskin |
|
81 |
|
82 *** Installation. |
|
83 |
|
84 $ sudo apt-get install cdrskin |
|
85 |
|
86 ** xorriso. |
|
87 |
|
88 xorriso copies file objects from POSIX compliant filesystems into Rock Ridge |
|
89 enhanced ISO 9660 filesystems and allows session-wise manipulation of such |
|
90 filesystems. It can load the management information of existing ISO images and |
|
91 it writes the session results to optical media or to filesystem objects. |
|
92 |
|
93 Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. |
|
94 |
|
95 See |
|
96 |
|
97 http://scdbackup.webframe.org/xorriso_eng.html |
|
98 http://en.wikipedia.org/wiki/xorriso |