pavement

Burncd

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
m (Reverted edits by DavidYoung (talk) to last revision by 173.88.199.104)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
When using burncd your data must be put into a CD Image (iso file) before hand.
 
 
Install mkisofs
 
# pkg_add -r cdrtools
 
 
Make sure /dev/acd* have 666 permissions so users can write cd's
 
# chmod 666 /dev/acd*
 
 
Make the iso
 
# mkisofs -o file.iso -r <files>
 
 
Burn the CD
 
# burncd -f /dev/acd1 data file.iso fixate
 
Or do both commands in one:
 
# mkisofs -r mystuff | burncd -s max data – fixate
 
  
 +
NOTE: In Release 9.0 and newer the burncd utility is obsolete and does not function any more. You have to use cdrtools system utilites for writing cd and dvd media.<br>
 +
<br>
 +
pkg_add -r cdrtools
  
  
 
[[Category:FreeBSD for Workstations]]
 
[[Category:FreeBSD for Workstations]]
 +
[[Category:Common Tasks]]

Latest revision as of 17:21, 25 August 2012

NOTE: In Release 9.0 and newer the burncd utility is obsolete and does not function any more. You have to use cdrtools system utilites for writing cd and dvd media.

pkg_add -r cdrtools

Personal tools