Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2001 14:28:59 +0000
From:      Nuno Teixeira <nuno.mailinglists@pt-quorum.com>
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:  <20011104142859.A401@gateway.bogus>
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 10:23:44PM %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, Nov 03, 2001 at 10:23:44PM +0200, Olexander Kunytsa wrote:
: 
: 	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

  
  Hi,
  
  Maybe there is a way of mounting data track.
  
  Go to /dev and see if you got acd0tn (where n>=0 && n<=99). If not you can make 
  those devices:
  
  # cd /dev
  # sh MAKEDEV acd0t99
  
  Now you can access to each track independently:
  
  # mount_cd9660 /dev/acd0t6 /mnt (where '6' is data track)
  
  Try this.
  
  I've learn this method to extract audio tracks with dd.
  
  
  Bye,
  
  
  
  
-- 
 Nuno Teixeira
 Dir. Técnico
 pt-quorum.com

 /* 
 PGP Public Key:
 http://www.pt-quorum.com/pgp/nunoteixeira.asc
 Key fingerprint:
 8C2C B364 D4DC 0C92 56F5  CE6F 8F07 720A 63A0 4FC7
 */

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?20011104142859.A401>