cd:write_directory_to_cd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cd:write_directory_to_cd [2017/03/31 13:11] – peter | cd:write_directory_to_cd [2019/11/26 21:41] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Write directory to CD ====== | ||
- | |||
- | One step: | ||
- | |||
- | <code bash> | ||
- | mkisofs -r -R -J -l -L /home/user1 | cdrecord dev=0,4,0 -v --eject speed=4 - | ||
- | </ | ||
- | |||
- | or the two step variation of the process: | ||
- | |||
- | <code bash> | ||
- | mkisofs -r -R -J -l -L -allow-multidot -o / | ||
- | cdrecord dev=0,4,0 -v --eject speed=4 / | ||
- | </ | ||
- | |||
- | or | ||
- | |||
- | <code bash> | ||
- | mkisofs -r -R -J -l -L -o / | ||
- | </ | ||
- | |||
- | Hidden files beginning with " | ||
- | |||
- | <WRAP warning> | ||
- | **WARNING: | ||
- | </ | ||
cd/write_directory_to_cd.1490965872.txt.gz · Last modified: 2020/07/15 09:30 (external edit)