View previous topic :: View next topic |
Author |
Message |
v3rtigo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 15 Jun 2004 Posts: 179
|
Posted: Wed Aug 24, 2005 9:06 am Post subject: can't mount cdrom[SOLVED] |
|
|
Code: |
mount /mnt/cdrom/
mount: special device /dev/cdroms/cdrom0 does not exist
|
Code: |
mount /dev/hdc /mnt/cdrom/
mount: block device /dev/hdc is write-protected, mounting read-only
mount: /dev/hdc: can't read superblock
|
But if i want to write to cd i have no problems, graveman detects my cdrom and writes, i just can't mount it don't know why, i havn't changed my kernel or did anything else, it worked few days ago but not now.
Last edited by v3rtigo on Wed Aug 24, 2005 10:23 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
v3rtigo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 15 Jun 2004 Posts: 179
|
Posted: Wed Aug 24, 2005 9:14 am Post subject: |
|
|
Now i checked and i have alot of lines like this
Code: |
ide: failed opcode was: unknown
end_request: I/O error, dev hdc, sector 16
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
end_request: I/O error, dev hdc, sector 20
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
end_request: I/O error, dev hdc, sector 128
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
EzInKy Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/owner.gif)
Joined: 11 Oct 2002 Posts: 1742 Location: Kentucky
|
Posted: Wed Aug 24, 2005 9:29 am Post subject: |
|
|
Have you tried mount -t iso9660 /dev/hdc /mnt/cdrom? Is the disc an audio cd or data cd? _________________ Time is what keeps everything from happening all at once. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
v3rtigo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 15 Jun 2004 Posts: 179
|
Posted: Wed Aug 24, 2005 10:23 am Post subject: |
|
|
EzInKy wrote: | Have you tried mount -t iso9660 /dev/hdc /mnt/cdrom? Is the disc an audio cd or data cd? |
with mount -t iso9660 /dev/hdc /mnt/cdrom it mounted it, but have no idea why it changed, tnx alot. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
EzInKy Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/owner.gif)
Joined: 11 Oct 2002 Posts: 1742 Location: Kentucky
|
Posted: Wed Aug 24, 2005 10:40 am Post subject: |
|
|
v3rtigo wrote: | EzInKy wrote: | Have you tried mount -t iso9660 /dev/hdc /mnt/cdrom? Is the disc an audio cd or data cd? |
with mount -t iso9660 /dev/hdc /mnt/cdrom it mounted it, but have no idea why it changed, tnx alot. |
Perhaps fstab has changed since you last mounted a cdrom. _________________ Time is what keeps everything from happening all at once. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|