EnglishFrenchSpanish

Ad


OnWorks favicon

burn - Online in the Cloud

Run burn in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command burn that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


burn - record from various sources to optical media (CD, DVD)

SYNOPSIS


burn MAIN_MODE [OPTIONS]... [FILE/S]...
burn --help

DESCRIPTION


CD-writing program/script. Features Data-CD, Audio-CD, Copy on the fly, Iso-CD.

CONFIGURATION


Configuration files for burn are: ~/.burnrc or /etc/burn.conf. You can edit them to
change values.

If you don't have these files you can:

1. use burn-configure utility

2. take the configuration template, edit and copy it as ~/.burnrc or /etc/burn.conf

MAIN MODES


-D, --data-cd
To create Data-CD

-I, --iso-cd
To create ISO-CD

-C, --copy-cd
To copy CDs

-A, --audio-cd
To create an audio CD from WAV, MP3 and ogg files

EXAMPLES


# burn -D -p /etc/

Creates a CD with /etc/ contents. (you will find files and directories contained in /etc
in CD's root.)

# burn -D -p /home/bigpaul/video/summer_2003/spain.tar.gz

Creates a CD with spain.tar.gz in CD's root

# burn -D -r /etc/

Creates a CD containing the whole /etc/ directory. (-r preserves path)

# burn -D -c /mail_2003 /home/bigpaul/Mail -p /boot/vmli*

Creates a CD containing the whole /home/bigpaul/Mail renamed into /mail_2003. (-c changes
path name). This command also adds in CD's root every vmli* file in /boot/ directory

# burn -I -n image.iso

Burns image.iso

# burn -C

Copy CDs (disk at once).

# burn -A -a *.wav

Creates an Audio CD. Tracks come from wav files

# burn -A -a *.mp3

Creates an Audio CD. Tracks come from mp3 files

# burn -A -a *.ogg

Creates an Audio CD. Tracks come from Ogg Vorbis files

# burn -A -a *.mp3 file.ogg track01.wav

Creates an Audio CD preserving input order. In this example the first audio tracks will
come from mp3 files, than we will find the one from file.ogg and finally the one from
track01.wav

GENERAL OPTIONS


-s, --simulate
to perform a burn simulation

DATA-CD OPTIONS


-p, --path
add file/s or path's content to CD-ROM's root. e.g.: -p /cvs/myproj/. In this
example we will find CD-ROM's root filled with /cvs/myproj/ contents, but no
/cvs/myproj/ will be created

-r, --preserve-path
add file/s or path's content to CD-ROM preserving original path. e.g.: -r
/cvs/myproj/. In this example we will find /cvs/myproj/ in CD-ROM's root

-x, --exclude-path
every file or directory matching this string will not be included

-c, --change-path
old_path will be named new_path in CD-ROM. e.g.: -c /my_home/2004_Jan/
/home/bigpaul/. Thus /home/bigpaul/ will be named /my_home/2004_Jan/ in CD-ROM.

-l, --follow-symlink
this option allows burn to follow symbolic link directories

-m, --multisession
this option allows multisession CDs

ISO-CD OPTIONS


-n, --name
image name

AUDIO-CD OPTIONS


-a, --audio-file
mp3, ogg or wav file/s

Use burn online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad