Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] reading data cd/dvd
Date: Wed, 11 Nov 2015 15:49:30
Message-Id: 20151111154911.GA12926@waltdnes.org
In Reply to: Re: [gentoo-user] reading data cd/dvd by Philip Webb
1 On Wed, Nov 11, 2015 at 04:05:29AM -0500, Philip Webb wrote
2
3 > My note from recently installing Gentoo on a newly built machine :
4 > "for DVD drive, use BLK_DEV_SR to create /dev/sr0 ".
5 > Use 'make menuconfig' + search to find that string, then set the option.
6 >
7 > BTW I try to do things as simply as possible :
8 > using Fluxbox + Openrc, I mount /dev/sr0 on /mnt/dvd (as root),
9 > then (as user) 'cd /mnt/dvd' & use Most/Mupdf/Feh/etc to look at the files.
10 > Quick, effective, foolproof ... (smile)
11
12 In my /etc/fstab, I have...
13
14 /dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0
15 /dev/sr0 /mnt/dvd auto noauto,users,ro 0 0
16
17 ...to handle the 2 devices on my system. The corresponding lines will
18 probably be different on your system. The advantage is that I can mount
19 and umount as a regular user. BTW, I run ICEWM.
20
21 --
22 Walter Dnes <waltdnes@××××××××.org>
23 I don't run "desktop environments"; I run useful applications