cdw(1) | General Commands Manual | cdw(1) |
cdw - front-end for cdrecord, mkisofs, growisofs, mkudffs and other tools
cdw [--help] [--version] [--enable-dvd-rp-dl] [--escdelay=X]
cdw is a front-end for command-line tools used for burning data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim, mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso. You can also use cdw to rip tracks from your audio CD to raw audio files. Limited support for copying content of CD and DVD discs to image files is also provided. cdw can utilize md5sum program to verify correctness of writing ISO image to CD and DVD disc. cdw can be also used to create UDF image file using mkudffs.
cdw uses ncurses library to build user-friendly interface and it can be used in UNIX terminal window and in terminal emulator (like konsole, rxvt or gnome-console) in X environment.
cdw supports ISO9660 file system for optical media: ISO9660 file system can be written to stand-alone .iso file, or burned to optical disc. cdw also supports UDF file system: UDF file system can be written to stand-alone .udf file. Currently there is no support for burning UDF file system directly to optical disc. Other filesystem for optical media are not supported nor recognized.
Scope of supported features depends on which tools are installed on end user's system. Full list of supported media and actions is listed below.
Dual-layer media other than DVD+R DL are not yet supported. DVD-RAM, Blu-ray, HD-DVD discs are not supported.
You can write data discs either by using previously created ISO image file, or by selecting files from hard drive and writing them directly to disc. cdw provides UI elements for both actions.
First action before creating new ISO/UDF image or writing files to disc is selecting files from your hard drive. You can do this by selecting "Add files" in left-hand menu. You will be presented with simple file selector. Use Up/Down arrows or Page Up/Page Down keys to move, Enter key to change current directory, Space key to select files or directories. Selected items will be added to list displayed in main window. Use Escape key to close file selector window. The selector window shows you all files and directories (including hidden files) in current directory. You will see file size information for every file on the list. You can also delete previously selected files from list: select "Delete files" from the menu and use Up/Down arrow keys to move and Delete key to delete highlighted item. Use Escape key when you finish deleting files from list of selected files.
Now you can select "Create image" from left-hand menu. cdw will display a wizard window where you can change most common options for creating ISO9660 or UDF image, and where you can select path to target image file on your hard disc.
You can also select "Write files to disc" to write selected files to optical disc. If you select the option, cdw will display a wizard dialog window, in which you can adjust most common options related to burning files to disc (for this function only ISO9660 file system is supported).
If you want to write ISO image file to optical disc, use "Write image to disc" option in left hand menu. You will be presented with file picker dialog that allows you to select existing ISO image file from your hard disc. After that cdw will display a wizard window, where you can modify most common options available for burning a disc.
cdw allows you to verify correctness of this operation by checking a digest (e.g. md5 sum) of ISO file and of track written to disc. You can request this by checking "Verify write" checkbox that will appear in write wizard. Please note that this checkbox is visible only when you are writing ISO file to empty CD or DVD disc. This function is still experimental. Make sure that a program for calculating digests is installed on your machine. cdw supports following programs: md5sum sha1sum sha224sum sha256sum sha384sum sha512sum
Another operation you can perform is erasing optical disc - CD-RW, DVD-RW (both Sequential Recording and Restricted Overwrite) or DVD+RW. You can do this by selecting "Erase disc" option in cdw left-hand menu. Please note that extensive erasing of DVD-RW may render your disc unusable. In case of CD-RW and DVD-RW you will be asked what type of blanking you want to perform. You can choose fast mode or full mode. First one doesn't take too much time (in case of CD-RW it only erases table of content of your disc), second one can be very time-consuming, depending on disc size and selected speed.
When you will attempt to blank DVD-RW disc, blanking wizard will display dropdown that allows you to choose mode (format) of DVD-RW disc: Restricted Overwrite or Sequential Recording.
cdw can be useful when you want to copy your data CD or DVD to ISO image on your hard drive. You do this by selecting "Read disc" option from left-hand menu. This function allows you to copy first track from your data CD or DVD. Reading second and following tracks from data discs, and reading discs written in mixed mode (one or more data tracks + audio tracks) are not supported.
You can also use cdw to copy your audio CD to separate files (each track will be written to separate file). You do this by selecting "Read disc" option from menu. cdw can't convert audio tracks to any popular audio format. The tracks are written to files in the same format as they appear on CD (2 channels, 44100 samples per second, 16 bit signed PCM, little endian (intel)). The file names have following name format: track_xx.raw (where xx is track number). You can convert raw track file to wav file using e.g. sox command:
sox -c 2 -r 44100 -L -2 -s track_name.raw -t wav track_name.wav
The last operation that cdw offers is verification of data. You can use it for two purposes:
cdw has Configuration window, accessed by selecting "Configuration" item in left-hand menu. The window allows you to set up some options for tools used by cdw, and for cdw itself. Configuration window has following tabs (you can access them using keys F2-F6):
All options available in Configuration window are described below, in CONFIGURATION section.
You have to use F9 or F10 key to save any changes made in Configuration window and close the window. To close Configuration window without saving changes use Escape key. Values from "Tools" tab are saved only temporarily, they aren't stored in permanent configuration file.
You can control cdw using application's menu (visible on left side of screen), or using hotkeys.
This section describes Configuration module available via "Configuration" button in left-hand menu in main cdw window. You have to press F9/F10 in Configuration window to save changes made in the window and exit or press Escape key to close configuration window without saving changes. Please note that changes made in "Tools" tab are saved only for current session with cdw.
First thing that you will see in this tab "Configure tools manually" checkbox, it is unchecked by default, and this is safe default value. In this state cdw select tools itself. If you check this checkbox you will be presented with six dropdowns: first three allow you to select tools or families of tools intended for specific tasks. Remaining dropdowns allow you to select paths to some tools used by cdw for some tasks. All these dropdowns are explained below.
Remember that these settings are saved only for your current session with cdw, and that the settings will be discarded when you close cdw.
Notice that cdw doesn't specify (almost) any default options for mkudffs or rsync. User has to select himself the best set of options for these programs that suit his needs.
"-a" option for rsync is a good starting point. If your version of rsync supports "--info=progress2" and you enter this option in rsync options field, cdw will show a better progress indication.
Command line options are following:
cdw uses log file ($HOME/.cdw/cdw.log by default) to store information about actions performed. You can access this file using your file manager, or pressing 'L' key in cdw window. Read this file for any hints if you experience any problems.
There are still some bugs related to memory management.
cdw is developed and tested almost exclusively on x64 GNU/Linux, running cdw on other platforms may produce some platform-specific bugs. Currently I can't verify them in any way.
cdw still fails to detect some problems reported by wodim/cdrecord mkisofs/genisoimage or growisofs, although things have improved in latest few versions. Support for xorriso is brand new, so there is a lot error messages printed by xorriso, that cdw is unaware of, and will happily ignore them. It is recommended to read log file after every operation.
Copying data CDs to ISO image may finish with message "Problems occurred when copying tracks". This does not have to mean that output ISO file is corrupted: this be a sign of some low-level problems when reading from optical disc. Similar message displayed after ripping audio CD may mean that one or more track files created on your hard disc is corrupted and it is caused by invalid audio CD.
If you notice any other bugs please let me know. You can do this either using bug tracker on cdw project site (http://sourceforge.net/projects/cdw/) or by sending me an e-mail: acerion@wp.pl.
cdw is currently developed by Kamil Ignacak (acerion@wp.pl). First developer of cdw was Varkonyi Balazs (http://sourceforge.net/users/vbali/).
Copyright (C) 2002 Varkonyi Balazs, Copyright (C) 2007 - 2016 Kamil Ignacak. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See http://www.gnu.org/licenses/old-licenses/gpl-2.0.html for details.
cdrecord(1), mkisofs(8), growisofs(1), dvd+rw-mediainfo(1), dvd+rw-format(1), cdrdao, mybashburn, k3b(1), gnomebaker(1), xorriso(1), libisoburn1, libburn4, mkudffs(1), rsync(1), libcdio.
2 April 2016 | 0.8.1 |