Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 12:14:26 +0200
From:      "Theo van Klaveren" <t.vanklaveren@student.utwente.nl>
To:        "Soren Schmidt" <sos@freebsd.dk>
Cc:        "Koster K.J." <K.J.Koster@kpn.com>, "FreeBSD Hackers" <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: audiofs mixing audio and data tracks
Message-ID:  <000b01c002b3$c3cd7f40$19e55982@student.utwente.nl>
References:  <200008100937.LAA30319@freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Soren Schmidt wrote:

| Well, the idea is that you get one device pr CD track, that way you can
| do what you want with them, ie to rip audio track 4 you do:
|
| dd if=/dev/acdNt4 of=track4.raw bs=2352
|
| To mount data track5 with an ISO filesys:
|
| mount -t cd9660 /dev/acdNt5 /cdrom
|
| If you want to collect all audio tracks together you would just
| use the normal /dev/acd0c device, read the TOC of the CD so
| you know where they are, set the right blocksize, and there
| you go (that works now BTW).

Ah, okay, that's great, but that's what audiofs already does (or will do
with that function of yours), so I'll just go on hacking now :-)

Theo van Klaveren




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c002b3$c3cd7f40$19e55982>