From owner-freebsd-questions Sun Mar 18 7:44:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mmu.edu.my (ext-dns.mmu.edu.my [203.106.62.11]) by hub.freebsd.org (Postfix) with ESMTP id 15D7F37B718 for ; Sun, 18 Mar 2001 07:44:46 -0800 (PST) (envelope-from t0j0@yahoo.com) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by mmu.edu.my (8.9.1b+Sun/8.9.1) with ESMTP id XAA05317 for ; Sun, 18 Mar 2001 23:43:22 +0800 (MYT) Received: from spritzer (hb1b-136.cyber.mmu.edu.my [10.100.98.156]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with SMTP id XAA13968 for ; Sun, 18 Mar 2001 23:38:59 +0800 (SGT) Message-ID: <000901c0afc2$e671d570$9c62640a@spritzer> From: "Johan Yusoff bin Abu Bakar" To: Subject: CD-rom mounting error Date: Sun, 18 Mar 2001 23:48:38 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm having problem in mounting some type of cdrom especially VCD. i'm not sure what the problem is all about but i manage to check the difference of normal CD and VCD through the use of cdcontrol "info" command which i found out from the mount_cd9660 command. This is my outcome from cdcontrol command on 2 different cdrom. the first one is a vcd and the second is a normal data cd. spritzer# cdcontrol -f /dev/acd0c Compact Disc Control utility, version 2.0 Type `?' for command list cdcontrol> info Starting track = 1, ending track = 3, TOC size = 34 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 0:38.02 0 2702 data 2 0:38.02 0:20.01 2702 1351 data 3 0:56.03 55:40.34 4053 250384 data 170 56:34.37 - 254437 - - cdcontrol> quit spritzer# cdcontrol -f /dev/acd0c Compact Disc Control utility, version 2.0 Type `?' for command list cdcontrol> info Starting track = 1, ending track = 1, TOC size = 18 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 38:02.00 0 171000 data 170 38:02.00 - 171000 - - cdcontrol> quit from the mount_cd9660 man page i guess it's possible to mount even VCD but i'm not sure how. anybody has tried this before ? i've tried "mount_cd9660 -s 254436 /dev/acd0c /cdrom" but it doesn't work. my normal mount to the VCD will only produce this error.. acd0: READ_BIG - ILLEGAL REQUEST asc=64 ascq=00 error=04 thanks, johan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message