From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 00:18:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764D916A4CE for ; Sat, 5 Jun 2004 00:18:39 -0700 (PDT) Received: from dime54.dizinc.com (66-194-239-69.dimenoc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C39C43D31 for ; Sat, 5 Jun 2004 00:18:39 -0700 (PDT) (envelope-from bhunter@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1BWVR4-0004Fh-JM for freebsd-questions@freebsd.org; Sat, 05 Jun 2004 03:17:46 -0400 From: Bruce Hunter To: freebsd-questions@freebsd.org In-Reply-To: <1086419312.652.26.camel@localhost> References: <1086414299.871.4.camel@solid.solisixoffice.com> <1086419312.652.26.camel@localhost> Content-Type: text/plain Organization: Solisix Software Message-Id: <1086419861.871.26.camel@solid.solisixoffice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 05 Jun 2004 03:17:41 -0400 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Problems mounting my cdrom drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 07:18:39 -0000 That didn't work for me. I did a man cdcontrol and tried #cdcontrol #cdcontrol>play and it started to play my cd. But won't mount the sucker?? i was trying to mount it to play with xmms. Hmm... THIS IS WHAT I DID ----------------------------- root@solid# cdcontrol Compact Disc Control utility, version 2.0 Type `?' for command list cdcontrol> info Starting track = 1, ending track = 12, TOC size = 106 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 4:23.20 0 19745 audio 2 4:25.20 3:26.02 19745 15452 audio 3 7:51.22 4:50.18 35197 21768 audio 4 12:41.40 3:59.57 56965 17982 audio 5 16:41.22 3:40.53 74947 16553 audio 6 20:22.00 4:50.12 91500 21762 audio 7 25:12.12 2:03.00 113262 9225 audio 8 27:15.12 3:29.38 122487 15713 audio 9 30:44.50 5:06.00 138200 22950 audio 10 35:50.50 5:03.62 161150 22787 audio 11 40:54.37 5:47.50 183937 26075 audio 12 46:42.12 9:03.25 210012 40750 audio 170 55:45.37 - 250762 - - cdcontrol> quit root@solid# mount -v -s 19745 /dev/acd0 /cdrom/ mount: illegal option -- s usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node mount [-adfpruvw] [ -F fstab] [-t ufs | external_type] mount [-dfpruvw] special | node root@solid# mount_cd9660 -v -s 19745 /dev/acd0 /cdrom/ ----------------------------- -Bruce- On Sat, 2004-06-05 at 03:08, Victor Gregorio wrote: > This has happened to me. The problem was with the file system > startsector. By default, mount_cd9660 uses a default of 15112. I had to > use mount_cd9660 along with -s startsector. > > Here is how I used cdcontrol to get the right startsector for a > particular track... > > # mount_cd9660 -v /dev/acd0 /mnt > using starting sector 15112 > mount_cd9660: /dev/acd0: Invalid argument > # cdcontrol > cdcontrol> info > Starting track = 1, ending track = 3, TOC size = 34 bytes > track start duration block length type > ------------------------------------------------- > 1 0:02.00 3:15.35 0 14660 data > 2 3:17.35 0:06.02 14660 452 data > 3 3:23.37 11:02.37 15112 49687 data > 170 14:25.74 - 64799 - - > > If I changed the startsector to 0, I saw the root FS and some data but > no folders. I had to use -s 14660. > > So the solution for me was: > root:/# mount_cd9660 -v -s 14660 /dev/acd0 /mnt > > Hope this helps. > > -Victor > > On Fri, 2004-06-04 at 22:44, Bruce Hunter wrote: > > I am having problems mounting my cdrom drive. > > > > i have also run the command > > mount_cd9660, and this is the result > > > > root@solid# mount_cd9660 /dev/acd0 /cdrom/ > > mount_cd9660: /dev/acd0: Invalid argument > > > > this is with the mount command > > > > root@solid# mount -v -t cd9660 /dev/acd0 /cdrom/ > > cd9660: /dev/acd0: Invalid argument > > > > Thanks guys, > > Bruce > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > >