PDA

View Full Version : [all variants] [SOLVED] Could not enter folder /media/cdrom1



RubenK
December 1st, 2008, 11:22 PM
That's the error I'm getting. The name of the cd does come up, so do the contents when I access the cdrom as follows:

sudo -i
cd /media/cdrom1
dir
So first of all, although it says cdrom1, I only have one drive. Also some weird stuff is going on in my fstab:

# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sdd1 :
UUID=11e97050-0376-481e-a9c2-0dc6835ce39b / ext3 relatime,errors=remount-ro 0 1
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
The scd1 is linked to the cdrom0 and the scd0 to the cdrom1. I have no idea what it actually means, but it my opinion that's just weird. :P
Please help me, I really need this stupid drive to work...

sisco311
December 1st, 2008, 11:27 PM
please post the output of:

ls -al /media
and

lshw -C disk

RubenK
December 2nd, 2008, 12:25 AM
ruben@ruben-desktop:~$ ls -al /media/
totaal 14
drwxr-xr-x 4 root root 4096 2008-12-01 23:12 .
drwxr-xr-x 22 root root 4096 2008-12-01 23:12 ..
lrwxrwxrwx 1 root root 6 2008-08-15 20:22 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2008-08-15 20:22 cdrom0
d--x--x--- 3 4294967295 4294967295 88 2008-11-25 15:57 cdrom1
lrwxrwxrwx 1 root root 45 2008-08-15 20:22 .directory -> /etc/kubuntu-default-settings/directory-media
-rw-r--r-- 1 root root 0 2008-12-01 23:12 .hal-mtab
lrwxrwxrwx 1 root root 42 2008-08-15 20:22 .hidden -> /etc/kubuntu-default-settings/hidden-media

ruben@ruben-desktop:~$ sudo lshw -C disk
[sudo] password for ruben:
*-cdrom
description: DVD-RAM writer
product: DVDRAM GSA-H44N
vendor: HL-DT-ST
physical id: 0.1.0
bus info: scsi@0:0.1.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/scd0
logical name: /dev/sr0
logical name: /media/cdrom1
version: RK00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 mount.fstype=udf mount.options=ro,nosuid,nodev,utf8 state=mounted status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
logical name: /media/cdrom1
configuration: mount.fstype=udf mount.options=ro,nosuid,nodev,utf8 state=mounted
*-disk
description: ATA Disk
product: ST3360320AS
vendor: Seagate
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sda
version: 3.AA
serial: 6QF1ZW4L
size: 335GiB (360GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=555d6f6d
*-disk:0
description: SCSI Disk
product: Flash HS-CF
vendor: Generic
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/sdb
version: 5.14
capabilities: removable
*-medium
physical id: 0
logical name: /dev/sdb
*-disk:1
description: SCSI Disk
product: Flash HS-MS/SD
vendor: Generic
physical id: 0.0.1
bus info: scsi@4:0.0.1
logical name: /dev/sdc
version: 5.14
capabilities: removable
*-medium
physical id: 0
logical name: /dev/sdc
*-disk:2
description: SCSI Disk
product: Flash HS-SM
vendor: Generic
physical id: 0.0.2
bus info: scsi@4:0.0.2
logical name: /dev/sdd
version: 5.14
capabilities: removable
*-medium
physical id: 0
logical name: /dev/sdd

Hope it helps...

sisco311
December 2nd, 2008, 12:43 AM
edit the fstab:

sudo nano /etc/fstab


# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sdd1 :
UUID=11e97050-0376-481e-a9c2-0dc6835ce39b / ext3 relatime,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
(Ctrl+o Enter = save, Ctrl+x = exit)

RubenK
December 2nd, 2008, 01:06 AM
Well that only seems to have solved the cdrom0 linking to the scd1 stuff. Although cdrom1 is still in the /media/ folder.
I'm still getting "Could not enter folder /media/cdrom0" Terminal output:

ruben@ruben-desktop:/$ cd /media/cdrom0
bash: cd: /media/cdrom0: Toegang geweigerd
Where 'Toegang geweigerd' is dutch for 'access denied'.
Again, access is gained only by using sudo -i. :confused:

sisco311
December 2nd, 2008, 01:20 AM
you can delete the /media/cdrom1 folder.

RubenK
December 2nd, 2008, 01:34 AM
Oh, another fun fact: normal audio cd's (or just cd's) aren't read at all. It makes hardly any noise (noise usually means it's working) and nothing shows up in both Dolphin and K3b. Is my hardware just messed up or is it something else?

RubenK
December 2nd, 2008, 04:28 PM
It appears the fault is with the dvd. It has some sort of extreme protection. Other normal dvd's are running fine. However, normal CD's are still not being read. However, consider this one solved.