Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 22:23:44 +0200 (EET)
From:      Olexander Kunytsa <kunia@istc.kiev.ua>
To:        <freebsd-stable@FreeBSD.ORG>
Subject:   how to mount CDROM with mixed data/audio tracks?
Message-ID:  <Pine.LNX.4.33.0111032214080.10118-100000@wolf.istc.kiev.ua>

next in thread | raw e-mail | index | archive | help

	hello,
I have AudioCD with data session on it,
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

In the mount_cd9660(8) man page it is pointed to '-s' flag, but it is
failed too:

Enigma# mount_cd9660 -v -s 108811 /dev/acd0c /cdrom
mount_cd9660: /dev/acd0c: Invalid argument

Which number  should I point as 'startsector' argument?


/Olexander


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?Pine.LNX.4.33.0111032214080.10118-100000>