cdrom mount question

2005-07-08 Thread Bryan Maynard
I am not sure which list to post this to, I'll start here. :-) I am trying to 
play a CD through amaroK in KDE, but when I try to mount the disc I get the 
following error:

cd9660: /dev/acdo: Operation not permitted

I am not running as root when trying to access the device and I'm sure this is 
the problem. . . I just don't know how to fix it :-).

Thanks for all your help!

Bryan
-- 
Open Source: by the people, for the people.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdrom mount question

2005-07-08 Thread Alejandro Pulver
On Fri, 8 Jul 2005 14:42:22 +
Bryan Maynard [EMAIL PROTECTED] wrote:

 I am not sure which list to post this to, I'll start here. :-) I am
 trying to  play a CD through amaroK in KDE, but when I try to mount
 the disc I get the  following error:
 
 cd9660: /dev/acdo: Operation not permitted
 
 I am not running as root when trying to access the device and I'm sure
 this is  the problem. . . I just don't know how to fix it :-).
 
 Thanks for all your help!
 
 Bryan
 -- 
 Open Source: by the people, for the people.

Hello,

The instructions to allow a normal user to mount devices is in the FAQ:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

Best Regards,
Ale
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdrom mount question

2005-07-08 Thread Roland Smith
On Fri, Jul 08, 2005 at 02:42:22PM +, Bryan Maynard wrote:

 I am not sure which list to post this to, I'll start here. :-) I am
 trying to play a CD through amaroK in KDE, but when I try to mount the
 disc I get the following error:

You don't have to mount a music CD.
 
 cd9660: /dev/acdo: Operation not permitted

You do need permission to access the device though.

As root, type 'chmod 666 /dev/acdo'.

To keep this setting after reboot, add the following to /etc/devfs.conf:

perm  acd0  0666


Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgptGPZbx4X02.pgp
Description: PGP signature


[Fwd: Re: cdrom mount question]

2005-07-08 Thread Garrett Cooper

On Fri, 8 Jul 2005, Garrett Cooper wrote:

Andreas Davour wrote:


On Fri, 8 Jul 2005, Bryan Maynard wrote:



I am not running as root when trying to access the device and I'm 
sure this is the problem. . . I just don't know how to fix it :-) .



I don't know if I used amaroK or whatever KDE player was in the menu, 
but I just acted like the disc was mounted and it worked. It was a bit 
strange, since I had tried hard to change the protection on the device 
without getting it to work. Maybe the player ran setuid root or 
something, and tried to do magic on its own.


Have amaroK actually complained about the disc not being mounted? If
not, just try without mountinga and you might be lucky.



Audio CDs shouldn't be mounted... If you try and do that you will most 
likely encounter issues with reading the CD. All that you would have to 
do most likely is change the permissions for the device to allow full 
read access to you on a user or group level (ie 0666, 0660 or 
equivalent). Modifying /etc/devfsd.conf to your liking is the best way 
to go to retain changes across boots.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]