From owner-freebsd-questions Tue Feb 19 14: 0:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-h001.c002.snv.cp.net [209.228.32.165]) by hub.freebsd.org (Postfix) with SMTP id DBCF437B417 for ; Tue, 19 Feb 2002 13:59:47 -0800 (PST) Received: (cpmta 24888 invoked from network); 19 Feb 2002 13:59:45 -0800 Received: from 63.233.221.86 (HELO 3rvs.com) by smtp.peoplepc.com (209.228.32.165) with SMTP; 19 Feb 2002 13:59:45 -0800 X-Sent: 19 Feb 2002 21:59:45 GMT Message-ID: <3C72CB07.70407@3rvs.com> Date: Tue, 19 Feb 2002 17:00:39 -0500 From: mh User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020207 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Cc: mheyes@concentric.net Subject: mount_cd9660 Content-Type: text/plain; charset=us-ascii; format=flowed 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 I'm trying to mount an iso9660 filesystem located at the end of an audio CD. Using cdcontrol, I found the following information about the CD: michael@~ sudo cdcontrol -f /dev/cdrom info Password: Starting track = 1, ending track = 15, TOC size = 130 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 3:22.22 0 15022 audio 2 3:22.22 5:00.73 15022 22423 audio 3 8:21.20 4:22.74 37445 19574 audio 4 12:42.19 4:55.00 57019 21975 audio 5 17:35.19 4:37.01 78994 20626 audio 6 22:10.20 4:08.01 99620 18451 audio 7 26:16.21 4:04.71 118071 18221 audio 8 30:19.17 4:19.02 136292 19277 audio 9 34:36.19 3:22.00 155569 15000 audio 10 37:56.19 3:25.72 170569 15297 audio 11 41:20.16 3:54.05 185866 17405 audio 12 45:12.21 5:15.70 203271 23545 audio 13 50:26.16 4:24.00 226816 19650 audio 14 54:48.16 5:52.26 246466 26276 audio 15 60:38.42 18:56.25 272742 85075 data 170 79:32.67 - 357817 - -: I then tried to mount that data and got the following results: michael@~ sudo mount_cd9660 -s 272742 /dev/cdrom /mnt mount_cd9660: /dev/cdrom: Invalid argument I've read the man for mount_cd9660 and can't figure out why this is an invalid argument. I've tried /dev/acd0c also, with the same error message. Any suggestions would be much appreciated. Thanks. Michael Heyes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message