You are not logged in.

1

Monday, March 7th 2005, 3:38am

Can't Mount CD through KDE

I added the device "/dev/acd0", my main CD drive, to my desktop, but it returns this error when I try to mount it with the icon:

Quoted

Could not mount device.
The reported error was:
cd9660: /dev/acd0: Operation not permitted
I have permissions set on the drive to 1777, which doesn't seem to mean a thing. I can also mount it using "sudo mount_9660 "/dev/acd0" "/mnt/dvd/". Can someone help me set it up properly?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Monday, March 7th 2005, 1:14pm

If you need sudo on the commandline you very likely don't have the necessary permission as a user.

Check if the mount options in /etc/fstab contains the user keyword

Cheers,
_
Qt/KDE Developer
Debian User

3

Monday, March 7th 2005, 11:53pm

They don't but what shouli I change the setup to to allow the user neil2?

4

Tuesday, March 8th 2005, 4:14am

Nevermind the above post, I added user to both drives.

Now, the given error is :

Quoted

Could not mount device.
The reported error was:
cd9660: -o user: option not supported
What can I do to fix this?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

5

Tuesday, March 8th 2005, 12:32pm

I have this for my CDROM

Source code

1
/dev/cdrom              /mnt/cdrom              iso9660 noauto,user,ro 0 0


Cheers,
_
Qt/KDE Developer
Debian User

6

Tuesday, March 8th 2005, 1:29pm

Source code

1
2
/dev/acd0               /cdrom          cd9660  ro,noauto,user  0       0
/dev/acd1               /cdrom1         cd9660  ro,noauto,user  0       0
These are mine. And yes, they do work when mounted manually with mount_cd9660.

7

Wednesday, March 9th 2005, 1:51pm

What type of CDrom drive is it, as i have never seen /dev/acd before. (Then again, i didnt see /dev/hdc as cdrom before FC3...)

8

Friday, March 11th 2005, 7:02am

One of them is a DVD-ROM drive, and the other is a CD-RW drive.

Note: I am under FreeBSD, not Linux. Hard drives are identified as adn, USB mass storage devices are identified as dan, CD drives are identified as acdn, and floppy drives are identified by fdn.

9

Friday, March 11th 2005, 9:29am

Ah. I never was a fan of FreeBSD. Hope you can figure it out.
Good luck.