[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: xplaycd can't open /dev/hdd, permission denied.



On 30-Agz-97 Cheng-Chang Wu wrote:
>
> When xplaycd runs, it says "can't not open /dev/hdd,
>permission denied." How can I correct this problem? I like
>hear music with Linux-:)
>
>$ ls -l hdd
>brw-rw----   1 root     disk      22,  64 May 28 02:50 hdd
>

  This is most likely because you are trying to access the device
as a normal user.  But as you can see, you don't have any access to
the device as a normal user.

  You have two options, as root do:

chmod o+rw /dev/hdd

  Which will give everyone read/write access to /dev/hdd, or 
alternatively you can add all users that are to have access to
the cdrom as members of the group 'disk'.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: