Results 1 to 6 of 6

Thread: Why I used cdrecord from the CLI and no GUI

  1. #1
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

    Why I used cdrecord from the CLI and no GUI

    Back when I was still amongst the uninformed masses and still using wimpdoze it took nearly all of my processor and RAM to burn a cd. Now, running X but not using a GUI for cdrecord I use about 0.3% of my cpu and a total of 2.2% of my RAM! Is wimpdoze a resource hog or WHAT?

    Learning to use the CLI to record discs is not that hard. There are all sorts of tutorials but one of my favorites is here
    They give plenty of examples too. Also check out Dave Bechtels page of tips page.
    He has listed some good examples for burning cd's and copying floppies.
    Remember: you can always use the -dummy option w/ cdrecord and not burn any coasters. Don't forget to look at cdrdao, cdda2wav, readcd, and mkisofs.

    In case you weren't aware, these programs I have just listed are what GUI's like Xcdroast and K3b use to burn a disc it's just that with a GUI you get a nice pretty screen to look at. Keep this is mind: in the time it takes you to configure one of these you could have already burned your disc from the CLI.

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Mkisofs and cdrecord are two tools well worth taking the small amount of time they take to learn. I have multiple computers but not multible burners, but since these are command line tools it's easy to ssh into another computer and use these tools to do my burning. I have put an alias in my .bashrc file too in order to make burning iso's even quicker.

    alias burn='cdrecord -v speed=4 dev=0,0,0'

    Now when I want to burn an image (assuming it's already made), all I have to do is cd into the directory where it's located, type "burn", type a few letters of the name of the file, hit tab to complete the rest of the name of the file, and hit enter to burn. Burning can't get any easier or faster than that. It would be easy to make a mkisofs alias too if I wanted to save a coulple of key strokes. K3B is nice but not nearly this fast and is still kind of buggy too.

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Another cli tool that should get more airplay (especially to newbies) is wget. Wget is a command line utility that you can use to download files. It is very feature rich. I always use it to download Knoppix. I see a lot of posts on this forum with problems related to bad downloads. I tend to think that using wget would aleviate some of these problems. If you use the -c option wget can resume lost downloads. Since it is a command line based tool, it has the same remote acess benefits as cdrecord does. Some computers on my lan have larger hard drives than others. When I need to download knoppix, I usually ssh into a computer with a larger drive, copy the http or ftp link to the knoppix image, and paste it into the cli with Konsole. Looks something like this:

    wget -c ftp://csociety-ftp.ecn.purdue.edu/pu...3-05-20-EN.iso

    This will download the image on the remote machine. I really don't use anything else to download large files except wget. It's great and you'll usually find it on just about every linux system.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Code:
    # wget -c ftp://mirror.mcs.anl.gov/pub/suse/i3...86-Int-RC2.iso
    --16:36:47--  ftp://mirror.mcs.anl.gov/pub/suse/i3...86-Int-RC2.iso
               => `SuSE-8.2-LiveEval-i386-Int-RC2.iso'
    Resolving mirror.mcs.anl.gov... done.
    Connecting to mirror.mcs.anl.gov[140.221.9.138]:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD /pub/suse/i386/live-eval-8.2 ... done.
    ==> PASV ... done.    ==> RETR SuSE-8.2-LiveEval-i386-Int-RC2.iso ... done.
    Length: 680,067,072 (unauthoritative)
    
    100%[====================================>] 680,067,072  242.78K/s    ETA 00:00
    
    17:22:25 (242.78 KB/s) - `SuSE-8.2-LiveEval-i386-Int-RC2.iso' saved [680067072]
    17.22 minutes to download 680+ megs on a cable modem @ an average of 242.78K- not too shabby eh?

    Code:
    7f6a7e347067a5478f87e8948ed40177  SuSE-8.2-LiveEval-i386-Int-RC2.iso md5sum
    Code:
    $ md5sum SuSE-8.2-LiveEval-i386-Int-RC2.iso
    7f6a7e347067a5478f87e8948ed40177  SuSE-8.2-LiveEval-i386-Int-RC2.iso
    Not only is wget fast, easy and straightforward, it has fewer calories than the next leading brand and it helps reduce the bandwidth usage on the servers that so graciously host projects just like Knoppix.

    As aay has already pointed out the -c option will resume a broken download. Ever tried to download with a browser only to have it stall at 80%? It sucks I tell you. :P

  5. #5
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Hello all,
    Thanks for discussing cdrecord.
    I am using a shell to blank RWCD and
    make backups. All works well. But
    I miss one feature from the GUI -- I
    do not see any progress. I get spooked
    out thinking nothing is happening, and
    the old windoz behaviour come out in me
    and I stat doing multiple clicks-- all of
    which linux faithfull carry out!

    So, when my shell is running -- is there a
    process indicator I can add to my script?

    Best Wishes
    paradocs

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by paradocs

    So, when my shell is running -- is there a
    process indicator I can add to my script?

    Best Wishes
    paradocs
    Look at man cdrecord and the -v option.

Similar Threads

  1. cdrecord does not recognise the cd-drive
    By gjhicks in forum Hardware & Booting
    Replies: 0
    Last Post: 06-04-2005, 12:18 PM
  2. CDRtools Package & CDrecord Installing? HOW?
    By Johnny3 in forum General Support
    Replies: 1
    Last Post: 11-04-2003, 09:01 PM
  3. unable to find cdrecord executable
    By extradudeguy in forum General Support
    Replies: 5
    Last Post: 10-20-2003, 02:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM System X3850-X5 Server w/4x Intel  Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD picture

IBM System X3850-X5 Server w/4x Intel Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD

$1599.99



IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU picture

IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU

$225.00



IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5

IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5" Bay Server No RAM

$179.99



DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR picture

DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR

$1100.00



IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES

$111.70



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$349.99



IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ picture

IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ

$20.00



IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU picture

IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU

$450.00



IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity picture

IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity

$100.00



IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671 picture

IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671

$230.00