Re: [SLUG] playing dvd's

From: Eben King (eben1@tampabay.rr.com)
Date: Wed Jan 18 2006 - 22:51:41 EST


On Wed, 18 Jan 2006, michael hast wrote:

> > Check the permissions for your DVD drive:
> >
> > ls -l /dev/hda
> >
> > You may find that the device offers read access only if you are a
> > member of a particular group (e.g. cdrom).
> >
> brw-rw---- 1 root disk 3, 0 2005-02-26 00:38 /dev/hda

The root user and members of the "disk" group have rw access, everybody else
has bupkis. Four solutions:

1. Add yourself to the "disk" group:
gpasswd -A you disk
Log out, log in for this to take effect.

2. Change that file to a group you _are_ in:
"groups" to list them, then "chown root.chosen_group /dev/hda".
Probably will break some things.

3. Make the device world-readable:
chmod o+r /dev/hda

4. Make a duplicate device:
mknod b 3 0 ~/mh-dvd

I'd choose option #1.

-- 
-eben    ebQenW1@EtaRmpTabYayU.rIr.OcoPm    home.tampabay.rr.com/hactar
GEMINI:  Your birthday party will be ruined once again by your explosive
flatulence. Your love life will run into trouble when your fiancee hurls a
javelin through your chest.  -- Weird Al, _Your Horoscope for Today_

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:47:17 EDT