Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: DVD Movie backups
Date: Sat, 17 Dec 2011 22:30:07
Message-Id: 201112172228.57247.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] Re: DVD Movie backups by Michael Mol
1 On Saturday 17 December 2011 21:19:27 Michael Mol wrote:
2 > On Sat, Dec 17, 2011 at 3:09 PM, walt <w41ter@×××××.com> wrote:
3 > > On 12/17/2011 03:26 AM, Peter Humphrey wrote:
4 > >> Do you know of any way to read a DVD that was created on a Mac of
5 some
6 > >> sort?
7 > >
8 > > I'm fuzzy on the details, but Apple has/had its own filesystems named
9 > > HFS and HFSplus. I'm guessing that data disks burned with a Mac will
10 > > use HFS, but I don't know about movie/audio disks. You can enable HFS
11 > > support in kernel menuconfig.
12 >
13 > The dead-easy way to tell would be to insert the disc, and then run
14 >
15 > file -s /dev/cdrom
16 >
17 > (or /dev/dvd, or /dev/sr0, or /dev/whatever...)
18
19 I got this:
20 $ sudo file -s /dev/sr0
21 /dev/sr0: ERROR: cannot read `/dev/sr0' (Input/output error)
22
23 So I recompiled the kernel to include both hfs and hfsplus and got the same
24 after booting with the new kernel and loading the modules.
25
26 Dmesg had this:
27 $ dmesg | tail
28 [...]
29 [ 208.369492] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK
30 driverbyte=DRIVER_SENSE
31 [ 208.369495] sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current]
32 [ 208.369497] sr 2:0:0:0: [sr0] Add. Sense: Illegal mode for this track
33 [ 208.369501] sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 10 00 00 01
34 00
35 [ 208.369505] end_request: I/O error, dev sr0, sector 64
36 [ 208.369516] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16,
37 block=16
38
39 The DVD is mostly wedding photos, with an audio track thrown in. Maybe it
40 wasn't written on a Mac, but I'd be surprised if so.
41
42 I'm stuck now. Thanks both for your help so far.
43
44 --
45 Rgds
46 Peter Linux Counter 5290, 1994-04-23

Replies

Subject Author
Re: [gentoo-user] Re: DVD Movie backups Michael Mol <mikemol@×××××.com>