Linux Adviser CD Afire
14 September 00:56
K3B ([http://www.k3b.org|Website: k3b.org]) is a CD and DVD burner for Linux. Technically, it is a front-end for some of the commands accustomed in the using the animate area below.
K3B requires KDE (see aswell ) to run.
An ISO angel is a book which contains all the data appropriate on the CD or DVD - that is, all the files additional the agenda structure. An ISO book is about the aforementioned admeasurement as all the files it is created from.
There are several ISO formats avaliable,
To create the ISO in Linux, use mkisofs. mkisofs has some options to ascendancy how to handle CD and DVD conception - these cover how linux-style filenames are adapted to plan for Windows and Angel Mac, and options for conception of a boot-cd. However, the accepted command is:
; mkisofs -r -o
The easiest way to create an CD/ DVD angel is to archetype all the files appropriate in a new directory, such as myproject. Then just run the command
mkisofs -r -o /tmp/myimage.iso myproject
to make the image. The angel admeasurement should not be beyond than the admeasurement of the CD (~ 700MB) or DVD (~ 4.4GB).
Note aswell that the FAT32 book arrangement can alone administer files of beneath than 4GB (which is beneath then the best DVD size)
To bake the CD or DVD , able-bodied use cdrecord. The afterward command lists all the CD-R and DVD-R drives. and provides an abode (a SCSI-style address)
cdrecord -scanbus
Burn the CD or DVD with:
cdrecord -v speed=2 dev= [blank=fast] -data
Use blank=fast to bright all data from a CD-RW. cd_image is the ISO book created in move 1.
Example:
cdrecord -v speed=2 dev=0,6,0 -data /tmp/myimage.img
For DVDs to plan in a DVD player, the movies and book anatomy haveto be actual specific. A adviser to creating a DVD video is accustomed at [http://wiki.videolan.org/ VideoLan Wiki] - see [http://wiki.videolan.org/index.php/How_to_Create_a_DVD Authoritative a DVD Video with VLC].
K3B ([http://www.k3b.org|Website: k3b.org]) is a CD and DVD burner for Linux. Technically, it is a front-end for some of the commands accustomed in the using the animate area below.
K3B requires KDE (see aswell ) to run.
An ISO angel is a book which contains all the data appropriate on the CD or DVD - that is, all the files additional the agenda structure. An ISO book is about the aforementioned admeasurement as all the files it is created from.
There are several ISO formats avaliable,
To create the ISO in Linux, use mkisofs. mkisofs has some options to ascendancy how to handle CD and DVD conception - these cover how linux-style filenames are adapted to plan for Windows and Angel Mac, and options for conception of a boot-cd. However, the accepted command is:
; mkisofs -r -o
The easiest way to create an CD/ DVD angel is to archetype all the files appropriate in a new directory, such as myproject. Then just run the command
mkisofs -r -o /tmp/myimage.iso myproject
to make the image. The angel admeasurement should not be beyond than the admeasurement of the CD (~ 700MB) or DVD (~ 4.4GB).
Note aswell that the FAT32 book arrangement can alone administer files of beneath than 4GB (which is beneath then the best DVD size)
To bake the CD or DVD , able-bodied use cdrecord. The afterward command lists all the CD-R and DVD-R drives. and provides an abode (a SCSI-style address)
cdrecord -scanbus
Burn the CD or DVD with:
cdrecord -v speed=2 dev=
Use blank=fast to bright all data from a CD-RW. cd_image is the ISO book created in move 1.
Example:
cdrecord -v speed=2 dev=0,6,0 -data /tmp/myimage.img
For DVDs to plan in a DVD player, the movies and book anatomy haveto be actual specific. A adviser to creating a DVD video is accustomed at [http://wiki.videolan.org/ VideoLan Wiki] - see [http://wiki.videolan.org/index.php/How_to_Create_a_DVD Authoritative a DVD Video with VLC].
|
Tags: files, image, guide, command linux, image, cdrecord, mkisofs, files, videolan, guide, command, , http wiki videolan, |
Also see ...
PermalinkArticle In : Computers & Technology - Linux