LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mount: /dev/cdrom: can't read superblock (https://www.linuxquestions.org/questions/linux-hardware-18/mount-dev-cdrom-cant-read-superblock-341541/)

raynmune 07-09-2005 05:06 AM

mount: /dev/cdrom: can't read superblock
 
when i try to mount my cdrom:

$ mount /mnt/cdrom
mount: /dev/cdrom: can't read superblock
$ echo $?
32
$

is my disk damaged or what? how can i do rescue the information?
i will thank you a lot for any suggestion.:(

fouldsy 07-09-2005 08:10 AM

Shouldn't that be "mount /dev/cdrom /mnt/cdrom" ? Actually, you shouldn't need the "/mnt/cdrom", as usually yuor system will already have an entry in /etc/fstab that tells it where to mount the cdrom. Also, be careful about what kind of CD is it that you are trying to mount? Mounting an audio CD will return that kind of message, but a normal data CD should mount fine.

raynmune 07-09-2005 08:32 AM

every thing with /etc/*tab is ok.
my disk is DATA, i dont know what filesystem type, so this is one more question, how can i know the file system without mounting the disk. :).
My disk did work fine without problems. But in the time it torns slow and finally, dead. Many of my disks have thit same problem. :,(

thank you fouldsy

michaelk 07-09-2005 09:36 AM

The filesystem for a CDROM drive is iso9660. A CD created with Nero InCD or Roxio DirectCD will be UDF. Is the CD store bought or one that you have burned? Have you tried these CDs in another PC? It is possible your drive is failing.

With CDs you have burned yourself make sure they are kept out of the sunlight and in a temp controlled environment.


fouldsy 07-09-2005 10:17 AM

Yeah, i'd check the drive itself. If it seems to be struggling spinning the CD's up and then slowly spinning down and sitting doing nothing, it sounds like it might be hardware, unless all the cd's yuo are trying are fautly. Follow michaelk's suggestions of trying manufactured cd's that aren't scratched or been exposed to extended sunlight, etc.

securehack 07-09-2005 10:49 AM

try:
Code:

mount -t iso9660 /dev/cdrom
That's mounting the filesystem iso9660 for cdrom at location /dev/cdrom.

If this works and doesn't work the second time, as others have mentioned, check the cdrom for hardware issues.

--S.A.K

raynmune 07-09-2005 03:39 PM

mount -t iso9660 /dev/cdrom /mnt/cdrom
is working, thank you every one, nice people. :) :)

Now. when the mounting finalize, i read very slow the content and some folders fails :(
why that is happening? what can i do?

THANKS

fouldsy 07-09-2005 04:02 PM

It's still going back to a possible hardware problem or corrupt CD's from the sound of it, I'm afraid. Try other CD's, or if possible, replace the CD drive and use the same command to get the CD's mounted and see if you can then browse all files + folders correctly.


All times are GMT -5. The time now is 06:37 PM.