Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] reading data cd/dvd
Date: Wed, 11 Nov 2015 17:45:21
Message-Id: 87k2poo2fv.fsf@nyu.edu
In Reply to: Re: [gentoo-user] reading data cd/dvd by Neil Bothwick
1 On Wed, Nov 11 2015, Neil Bothwick wrote:
2
3 > On Wed, 11 Nov 2015 11:01:10 +0100, David Haller wrote:
4 >
5 >> Add the device(s) to fstab like so:
6 >>
7 >> /dev/cdrom /cdrom auto noauto,ro,user,users
8 >> 0 0 /dev/dvd /dvd auto
9 >> noauto,ro,user,users 0 0
10 >>
11 >> if you have udev setting those symlinks, else use /dev/sr* instead.
12 >>
13 >> But what I think is missing is some feature of the desktop, aka
14 >> "device actions", possibly sys-apps/gnome-disk-utility and some
15 >> digging in the gnome-config.
16 >
17 > He doesn't have /dev/sr0 so no amount of fstab or automounter fiddling
18 > will mount a CD that isn't there. This appears to be a missing kernel
19 > option.
20
21 That was my thought as well.
22
23 > Is this a built in optical drive or a USB one?
24
25 Interesting question.
26 The old (successful) laptop has a built in optical drive
27 The new (unsuccessful) laptop has a USB optical drive
28 *However* My desktop machine (not mentioned previously)
29 has a built in optical and has the same problem as
30 the new laptop
31
32 Thank you all
33 allan