From owner-freebsd-questions Mon Feb 18 13:27:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-mx006.c002.snv.cp.net [209.228.32.164]) by hub.freebsd.org (Postfix) with SMTP id 3A7AD37B404 for ; Mon, 18 Feb 2002 13:27:16 -0800 (PST) Received: (cpmta 25062 invoked from network); 18 Feb 2002 13:27:10 -0800 Received: from 63.233.207.147 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.164) with SMTP; 18 Feb 2002 13:27:10 -0800 X-Sent: 18 Feb 2002 21:27:10 GMT Message-ID: <3C7171E2.937D2125@concentric.net> Date: Mon, 18 Feb 2002 16:28:02 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Crist J. Clark" , freebsd-questions@FreeBSD.org Subject: Re: mount question References: <3C71271A.4016EC39@concentric.net> <20020218090624.G48401@blossom.cjclark.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 "Crist J. Clark" wrote: > > On Mon, Feb 18, 2002 at 11:08:58AM -0500, mh wrote: > > I have an audio cd that has some MPEG files at the end of the disk. I am > > trying to mount the CD and use xine to view them. When I try to mount > > the CD with: "mount_cd9660 /dev/acd0c /mnt" I get: "mount_cd9660: > > /dev/acd0c: Invalid argument." > > > > In Linux I can mount -t iso9660 /dev/hdd /mnt and the disk is mounted > > and I can see the MPEG files. > > > > What am I doing wrong? Thanks for any help. > > Audio CDs are not ISO-9660 format. You cannot mount them. > > Off the top of my head, I'm not sure what tool in the base system you > could use to read a raw track off of a data CD. I don't think > cdcontrol(1) will do that, and I don't think dd(1) will work with > track devices. > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org Yes, but then how would this be possible, using an audio cd with some extra multimedia tracks, and Debian: debian:/home/michael# mount -t iso9660 /dev/hdd /mnt mount: block device /dev/hdd is write-protected, mounting read-only debian:/home/michael# ls -la /mnt total 170129 dr-xr-xr-x 1 root root 2048 Apr 16 2001 . drwxr-xr-x 34 root root 1024 Feb 4 16:38 .. -r-xr-xr-x 1 root root 27 Apr 10 2001 AUTORUN.INF -r-xr-xr-x 1 root root 55293956 Apr 2 2001 Basnici.mpg -r-xr-xr-x 1 root root 58046468 Apr 2 2001 Kouzla.mpg -r-xr-xr-x 1 root root 6083557 Apr 10 2001 MEJLA.EXE -r-xr-xr-x 1 root root 54435844 Apr 2 2001 Magicka.mpg debian:/home/michael# I'm suprised that there is apparently some difference in "mount" between FreeBSD and Linux. Michael Heyes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message