From owner-freebsd-questions Sun Nov 17 12: 9:14 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 3EF3537B401 for ; Sun, 17 Nov 2002 12:09:12 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08BC43E42 for ; Sun, 17 Nov 2002 12:09:11 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (778727ce8afa12294e98d560b9de033e@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gAHKAxI8024997; Sun, 17 Nov 2002 12:10:59 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gAHKAxYW024996; Sun, 17 Nov 2002 12:10:59 -0800 (PST) (envelope-from monkey) Date: Sun, 17 Nov 2002 12:10:59 -0800 From: Adam Weinberger To: Peter Leftwich Cc: "Gary W. Swearingen" , FreeBSD Questions LIST Subject: Re: Seeking command similar to dd Message-ID: <20021117201059.GF1182@vectors.cx> References: <20021117143949.A80685-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021117143949.A80685-100000@earl-grey.cloud9.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.17.2002 @ 1156 PST): Peter Leftwich said, in 2.1K: << > On 15 Nov 2002, Gary W. Swearingen wrote: > > Peter Leftwich writes: > > > Is there a command similar to "dd" to analyze a CD that is in the drive? > > I use the "dd bs=2k" command on ISO 9660 CDs. > > Is there more to that command line? Or does it let you browse RAW data? 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 Please see http://www.freebsd.org/doc/handbook/creating-cds.html, section 12.5.5. > Does it sound like not having put "fixate" on the end has made this CD > never again readable? It's ok because I archived the data anyways. But > please comment. No, you can fixate it later. > Thanks for the tip. Is there a command line that makes the CD bootable in > any drive? For example, I've read the manpage and it looks as though you > can add -h for Macs and HFS, and -r for RockRidge extensions which get > around 8.3 format and... a couple other filename affecting flags...? mkisofs can have multiple superblock definitions provided. String together as many as you want, and just understand that it'll decrease the amount of data you can store on the drive. # Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE91/fSo8KM2ULHQ/0RAiFQAKCRJZnSbyCJwgREkhzhTQQkspNvMwCdEmXd feG93l4sjR3Gee8XJm9faPU= =pWs0 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message