From owner-freebsd-stable Wed Nov 27 1: 0:33 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B6037B401 for ; Wed, 27 Nov 2002 01:00:32 -0800 (PST) Received: from dns1.net.informatik.tu-muenchen.de (dns1.net.informatik.tu-muenchen.de [131.159.14.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B2A043ECF for ; Wed, 27 Nov 2002 01:00:27 -0800 (PST) (envelope-from jw@falcon.net.informatik.tu-muenchen.de) Received: (qmail 22855 invoked from network); 27 Nov 2002 09:00:21 -0000 Received: from unknown (HELO falcon.net.informatik.tu-muenchen.de) (131.159.14.30) by dns1.net.informatik.tu-muenchen.de with SMTP; 27 Nov 2002 09:00:21 -0000 Received: from falcon.net.informatik.tu-muenchen.de (localhost [127.0.0.1]) by falcon.net.informatik.tu-muenchen.de (8.12.6/8.12.6) with ESMTP id gAR90Ix5058656; Wed, 27 Nov 2002 10:00:18 +0100 (CET) (envelope-from jw@falcon.net.informatik.tu-muenchen.de) Received: (from jw@localhost) by falcon.net.informatik.tu-muenchen.de (8.12.6/8.12.6/Submit) id gAR90DVW058655; Wed, 27 Nov 2002 10:00:13 +0100 (CET) (envelope-from jw) Date: Wed, 27 Nov 2002 10:00:13 +0100 From: Joerg Wallerich To: "Daniel O'Connor" Cc: freebsd-stable@freebsd.org Subject: Re: Mounting a mixed-mode CD Message-ID: <20021127090013.GA58575@falcon.net.informatik.tu-muench> Reply-To: Joerg Wallerich References: <1038378879.10876.4.camel@chowder.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1038378879.10876.4.camel@chowder.gsoft.com.au> Disposition-Notification-To: Joerg Wallerich User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 27, 2002 at 05:04:40PM +1030, Daniel O'Connor wrote: > I have made a CD in Nero for Windows which has 16 audio tracks and 1 > data track at the end. > > Unfortunately I can't mount it in FreeBSD :( > It shows up in Windows though. > (SNIPP) > 17 68:09.47 8:28.56 306572 38156 data > Hi, ever tried mount -t cd9660 /dev/acd0c -s 306572 /mnt ?? Specifying the ISO start sector explicitly should help. The value for the -s option comes from the track information you sent. J.W. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message