Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 17:05:56 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Adam Weinberger <adamw@FreeBSD.ORG>
Cc:        Peter Leftwich <Hostmaster@Video2Video.Com>, "Gary W. Swearingen" <swear@attbi.com>, FreeBSD Questions LIST <FreeBSD-Questions@FreeBSD.ORG>
Subject:   Re: Seeking command similar to dd
Message-ID:  <20021117230556.GI17611@over-yonder.net>
In-Reply-To: <20021117201059.GF1182@vectors.cx>
References:  <t6ptt6edo8.tt6@localhost.localdomain> <20021117143949.A80685-100000@earl-grey.cloud9.net> <20021117201059.GF1182@vectors.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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