Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-09-2005, 05:06 AM
|
#1
|
|
LQ Newbie
Registered: Jul 2005
Posts: 5
Rep:
|
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. 
|
|
|
|
07-09-2005, 08:10 AM
|
#2
|
|
Senior Member
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284
Rep:
|
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.
|
|
|
|
07-09-2005, 08:32 AM
|
#3
|
|
LQ Newbie
Registered: Jul 2005
Posts: 5
Original Poster
Rep:
|
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
|
|
|
|
07-09-2005, 09:36 AM
|
#4
|
|
Moderator
Registered: Aug 2002
Posts: 10,700
|
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.
|
|
|
|
07-09-2005, 10:17 AM
|
#5
|
|
Senior Member
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284
Rep:
|
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.
|
|
|
|
07-09-2005, 10:49 AM
|
#6
|
|
Member
Registered: Sep 2003
Location: United States
Distribution: Slackware 10.1, Debian 3.0, WinXProSP1, Fedora Core 3
Posts: 425
Rep:
|
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
|
|
|
|
07-09-2005, 03:39 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2005
Posts: 5
Original Poster
Rep:
|
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
Last edited by raynmune; 07-09-2005 at 05:05 PM.
|
|
|
|
07-09-2005, 04:02 PM
|
#8
|
|
Senior Member
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:50 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|