User Tools

Site Tools


cd:write_directory_to_cd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cd:write_directory_to_cd [2017/03/31 10:44] – created petercd: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 - 
-</code> 
- 
-or the two step variation of the process: 
- 
-<code bash> 
-mkisofs -r -R -J -l -L -allow-multidot -o /tmp/backup.iso -graft-points "/home/user1=/home/user1" 
-cdrecord dev=0,4,0 -v --eject speed=4 /tmp/backup.iso 
-</code> 
- 
-<WRAP warning> 
-**WARNING:**  Ensure that the directory does not hold more than CD capacity (700Mb typically).  Check with the command: <code>du -s /home/user1</code> 
-</WRAP> 
cd/write_directory_to_cd.1490957070.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki