From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 03:39:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A1A3E16A492 for ; Fri, 3 Nov 2006 03:39:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE2043D45 for ; Fri, 3 Nov 2006 03:39:38 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kA33dNTg009803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Nov 2006 05:39:26 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kA33dG8u016860; Fri, 3 Nov 2006 05:39:17 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kA33dGuJ016859; Fri, 3 Nov 2006 05:39:16 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 3 Nov 2006 05:39:15 +0200 From: Giorgos Keramidas To: Denise and Raul Message-ID: <20061103033915.GA16851@kobe.laptop> References: <454AB1FF.2040005@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <454AB1FF.2040005@adelphia.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.536, required 5, AWL -0.14, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: ISO files... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 03:39:39 -0000 On 2006-11-02 22:05, Denise and Raul wrote: > Hello, > > I have ISO files saved on cd's. > 1) 6.1-RELEASE-i386-bootonly.iso > 2) 6.1-RELEASE-i386-disc1.iso > 3) 6.1-RELEASE-i386-disc2.iso if you have saved these ISO images as "files" on a CD-ROM, there is something wrong here. These are meant to be written as "raw images" each on a separate CD-ROM disk. Most CD-burning software has two modes: * One that lets you select files from a disk directory, and burn these files as a collection of *files* on a CD-ROM disk. * One that lets you burn a CD-ROM disk *image* as an "image". You have to use the second mode, and burn 6.1-RELEASE-i386-disc1.iso on a disk of its own. Then 6.1-RELEASE-i386-disc2.iso on a second disk. After you have done these two steps, you can insert the first disk in a CD-ROM drive, and you will see the _contents_ of the CD-ROM disk :)