Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 17:10:44 +0530
From:      Shantanu Mahajan <shantanoo+fbsd@ieee.org>
To:        "Justin P. Michel" <jpmichel@jcontinuum.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CD Recording
Message-ID:  <20030219114044.GB167@dhumketu.homeunix.net>

next in thread | raw e-mail | index | archive | help
+++ Justin P. Michel [freebsd] [19-02-03 00:05 -0500]:
| Date: Wed, 19 Feb 2003 00:05:53 -0500
| From: "Justin P. Michel" <jpmichel@jcontinuum.ca>
| Subject: CD Recording
| 
| Greetings,
| 
| Is there an easy process for CD duplication using FreeBSD V4.7-R, and a
| standard IDE/ATAPI burner?   I used to use "Nero" under Windows, but now am
| lost with "dd" and "burncd", as it seems I have to know beforehand how many
| tracks are on the CD's, and what types they are.
| 

# dd if=/cd/drive of=/partion/with/size/more/than/the/cd/tmp.iso \
bs=2048 && burncd -s speed -f ide-cdrw-device data tmp.iso && rm \
tmp.iso 


Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID	     :	137AFD9E
PGP keyID fingerprint:	C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030219114044.GB167>