Think this might be permissions related.
Tried to play a cd and got told the system couldn't mount it!
Tried to open it in dolphin and got told I do not have read permissions on that volume (and YES I have all the correct groups in my user account.
Did cat /etc/fstab in terminal and got this:
UUID=21d2d5ee-52c7-4166-960c-6b4ef6b12aac none swap sw 0 0
/dev/hda /media/cdrom0 auto user,atime,noauto,rw,dev,exec,suid 0 0
so tried sudo mount:
sudo mount /dev/cdrom /media/cdrom0
and got
mount: special device /dev/cdrom does not exist
then tried:
sudo mount /media/cdrom0
mount: special device /dev/hda does not exist
What's going on here?
Tried to play a cd and got told the system couldn't mount it!
Tried to open it in dolphin and got told I do not have read permissions on that volume (and YES I have all the correct groups in my user account.
Did cat /etc/fstab in terminal and got this:
UUID=21d2d5ee-52c7-4166-960c-6b4ef6b12aac none swap sw 0 0
/dev/hda /media/cdrom0 auto user,atime,noauto,rw,dev,exec,suid 0 0
so tried sudo mount:
sudo mount /dev/cdrom /media/cdrom0
and got
mount: special device /dev/cdrom does not exist
then tried:
sudo mount /media/cdrom0
mount: special device /dev/hda does not exist
What's going on here?
Comment