From owner-freebsd-questions Sun Nov 17 15: 6: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFE537B401; Sun, 17 Nov 2002 15:06:07 -0800 (PST) Received: from hardtime.linuxman.net (hardtime.linuxman.net [66.147.26.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EE043E6E; Sun, 17 Nov 2002 15:06:05 -0800 (PST) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (localhost [127.0.0.1]) by hardtime.linuxman.net (8.11.6/8.11.6) with ESMTP id gAI1Gbk03245; Sun, 17 Nov 2002 19:16:37 -0600 Received: by mortis.over-yonder.net (Postfix, from userid 100) id 2705D1F2E; Sun, 17 Nov 2002 17:05:57 -0600 (CST) Date: Sun, 17 Nov 2002 17:05:56 -0600 From: "Matthew D. Fuller" To: Adam Weinberger Cc: Peter Leftwich , "Gary W. Swearingen" , FreeBSD Questions LIST Subject: Re: Seeking command similar to dd Message-ID: <20021117230556.GI17611@over-yonder.net> References: <20021117143949.A80685-100000@earl-grey.cloud9.net> <20021117201059.GF1182@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021117201059.GF1182@vectors.cx> User-Agent: Mutt/1.4i-fullermd.1 X-Editor: vi X-OS: FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 17, 2002 at 12:10:59PM -0800 I heard the voice of Adam Weinberger, and lo! it spake thus: > > If the CD is all data (i.e. just one track): > dd if=/dev/cdrom of=cd.iso bs=2048 > If the CD is multiple tracks: > for i in `/compat/linux/usr/bin/seq 1 100`; do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > dd if=/dev/acd0t$i of=track$i.cdr bs=2352; > done /usr/bin/jot 100 1 100 -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message