Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2001 13:40:16 +0000
From:      David Taylor <davidt@yadt.co.uk>
To:        Olexander Kunytsa <kunia@istc.kiev.ua>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: how to mount CDROM with mixed data/audio tracks?
Message-ID:  <20011104134016.B92029@gattaca.yadt.co.uk>
In-Reply-To: <Pine.LNX.4.33.0111032214080.10118-100000@wolf.istc.kiev.ua>; from kunia@istc.kiev.ua on Sat, Nov 03, 2001 at 22:23:44 %2B0200
References:  <Pine.LNX.4.33.0111032214080.10118-100000@wolf.istc.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 03 Nov 2001, Olexander Kunytsa wrote:

> Enigma# cdcontrol i
> Starting track = 1, ending track = 6, TOC size = 58 bytes
> track     start  duration   block  length   type
> -------------------------------------------------
>     1   0:02.00   4:21.48       0   19473  audio
>     2   4:21.48   3:42.59   19473   16559  audio
>     3   8:02.32   5:31.26   36032   24701  audio
>     4  13:31.58   4:10.05   60733   18605  audio
>     5  17:39.63   6:34.73   79338   29473  audio
>     6  24:12.61  15:25.42  108811   69267   data
>   170  39:36.28         -  178078       -      -
> Enigma#
> 
> There is no problem with those CDs which  have DATA session first, but
> such CD as listed above fails to mount:
> 
> Enigma# mount /cdrom
> cd9660: /dev/acd0c: Invalid argument
> 
> Enigma# mount_cd9660 -v -s 108811 /dev/acd0c /cdrom
> mount_cd9660: /dev/acd0c: Invalid argument
> 
> Which number  should I point as 'startsector' argument?
> 

Hmm.  I had a similar problem in -CURRENT last week or so.

I tried various combinations of (using your TOC, since I can't remember
mine):

mount /dev/acd0c /cdrom
mount /dev/acd0t6 /cdrom
mount_cd9660 -v -s 10881 /dev/acd0c /cdrom
mount_cd9660 -v /dev/acd0t6 /cdrom
mount_cd9660 -v -s 0 /dev/acd0t6 /cdrom

etc, and eventually managed to find a mount that 'succeeded', although the
mount point was still empty.

At that point, I gave up and rebooted into windows to copy the contents
over.

-- 
David Taylor
davidt@yadt.co.uk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011104134016.B92029>