Date: Mon, 18 Feb 2002 09:06:24 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: mh <mheyes@concentric.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount question Message-ID: <20020218090624.G48401@blossom.cjclark.org> In-Reply-To: <3C71271A.4016EC39@concentric.net>; from mheyes@concentric.net on Mon, Feb 18, 2002 at 11:08:58AM -0500 References: <3C71271A.4016EC39@concentric.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020218090624.G48401>