View Single Post

   
  #2 (permalink)  
Old 02-18-2008, 10:46 AM
Rene Herman
 
Posts: n/a
Default Re: eject doesn't like user

gh wrote:

> root :~# ls -l /dev/hdc
> brw-rw---- 1 root disk 22, 0 Jun 9 2002 /dev/hdc
>
> Any tips on how to get this working under user?


Add the user to the "disk" group. That is, open up /etc/group in an
editor, add the username to the end of list for the disk group, save it
and log the user out and in again.

Rene.

Reply With Quote