Hello,

On Wed, 11 Nov 2015, Philip Webb wrote:
>151110 allan gottlieb wrote:
>> All my machines run gentoo / systemd / gnome3
>> On my older laptop when I plug in a data cd I get a popup
>> suggesting that I open it with files.  All is well
>> On my newer laptop the disk spins up but no popup appears.
>> What must I configure?
>> On the old machine there is a dir /run/media/ with a subdir gottlieb.
>> The data cd is mounted there.  Looking at df gives
>> /dev/sr0        286490   286490      0 100% /run/media/gottlieb/COD3E
>> The new machine does not even have /dev/sr0.
>> Am I missing a kernel option ?
> 
>My note from recently installing Gentoo on a newly built machine :
>"for DVD drive, use BLK_DEV_SR to create /dev/sr0 ".

That's the "SCSI CDROM support" he already has.

>BTW I try to do things as simply as possible :
>using Fluxbox + Openrc, I mount  /dev/sr0  on  /mnt/dvd  (as root),
>then (as user) 'cd /mnt/dvd' & use Most/Mupdf/Feh/etc to look at the files.
>Quick, effective, foolproof ... (smile)

Add the device(s) to fstab like so:

/dev/cdrom              /cdrom  auto            noauto,ro,user,users    0 0
/dev/dvd                /dvd    auto            noauto,ro,user,users    0 0

if you have udev setting those symlinks, else use /dev/sr* instead.

But what I think is missing is some feature of the desktop, aka
"device actions", possibly sys-apps/gnome-disk-utility and some
digging in the gnome-config. I do not use gnome.

HTH,
-dnh

-- 
> Wenn er SSH sperrt aber Telnet offen läßt ist er kein Admin.
Sondern ein Bonfigt?       -- J. Nieveler u. S. Posner in dasr

Reply via email to