From owner-freebsd-questions@FreeBSD.ORG Thu Mar 27 10:43:03 2003 Return-Path: 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 1354937B401 for ; Thu, 27 Mar 2003 10:43:02 -0800 (PST) Received: from hades.frm2.tu-muenchen.de (hades.frm2.tu-muenchen.de [129.187.179.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A3843FBD for ; Thu, 27 Mar 2003 10:43:01 -0800 (PST) (envelope-from jpulz@hades.frm2.tu-muenchen.de) Received: from hades.frm2.tu-muenchen.de (hades [127.0.0.1]) h2RIgZMb031862 for ; Thu, 27 Mar 2003 19:42:35 +0100 Received: (from jpulz@localhost) by hades.frm2.tu-muenchen.de (8.12.8/8.12.2/Submit) id h2RIgYFf031860; Thu, 27 Mar 2003 19:42:34 +0100 Date: Thu, 27 Mar 2003 19:42:31 +0100 (CET) From: "jpulz@frm2.tu-muenchen.de" To: freebsd-questions@freebsd.org In-Reply-To: <200303271923.17657.dgw@liwest.at> Message-ID: References: <200303271923.17657.dgw@liwest.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-38.2 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_PINE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: Burning Nero .bin images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 18:43:06 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 27 Mar 2003, Daniela wrote: > Hi! > > Can anyone tell me how I could burn the Nero .bin and .cue files (without > installing Nero)? Is there a program (preferably a command line tool) to turn > them into simple ISO images? Please help me. Thanks in advance. > > Daniela you should try 'cdrdao' a simple command line could look like: cdrdao write --device 0,0,0 --speed 12 the disadvantage: it works only for SCSI devices. i think ti should also be possible to burn the bin-file directly with 'cdrecord' or 'burncd' if you now wich mode the file must be burned. you can find the required mode in the cue-file. i don't know if it really works, because i use 'cdrdao' joerg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+g0YaSPOsGF+KA+MRAqQwAKCExVrif2WiIZUOw6eYAMRJswwfNQCeObUV L+xkDABi2Bml0Dn4PZBOHs8= =Gb02 -----END PGP SIGNATURE-----