Gentoo Archives: gentoo-amd64

From: Drake Donahue <donahue95@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Can't mount cdrom?
Date: Sat, 24 Dec 2005 00:18:49
Message-Id: 001e01c6081f$3f774fb0$0200a8c0@donahues.us
In Reply to: Re: [gentoo-amd64] Can't mount cdrom? by Peter Martin
1 ----- Original Message -----
2 From: "Peter Martin" <pjmartin@×××××.ca>
3 To: <gentoo-amd64@l.g.o>
4 Sent: Friday, December 23, 2005 6:03 PM
5 Subject: Re: [gentoo-amd64] Can't mount cdrom?
6
7
8 >
9 >
10 > Drake Donahue wrote:
11 >
12 >> <snipping>
13 >>
14 >>> etc/fstab has;
15 >>> /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,user 0 0
16 >>
17 >> <snipping>
18 >> as Peter Humphrey correctly pointed out,
19 >>
20 >>> That no longer works here; /dev/hdc works though.
21 >>
22 >>
23 >> so change to:
24 >> dev/hdc /mnt/cdrom iso9660 noauto,user 0 0
25
26 i trust you caught my typo - missing / in
27
28 /dev/hdc /mnt/cdrom iso9660 noauto,user 0 0
29
30
31 >
32 > I just tried this (with out rebooting) and the fault is still the same,
33 > but now 'mount' is reporting the fault is with /dev/hdc instead of
34 > /dev/cdroms/cdrom0
35 >
36 The error now is:
37 "Mount: wrong fs type, bad option, bad superblock on /dev/hdc, or too many
38 mounted file systems."
39 ?
40 The cd is an ide/ata type not scsi or usb or sata or 1394 or ?
41 reboot not needed here, might try auto vice iso9660,(which should change
42 nothing)
43
44 it looks like you need to: (section 7.c)
45 cd /usr/src/linux
46 make menuconfig
47 and take a hard look at device drivers and file systems
48 if lspci will run, any thing it has to say about the cd would be useful, it
49 is part of the package pciutils
50 >
51 >>
52 >>
53 >> and all should be well
54 >
55 >
56 > --
57 > gentoo-amd64@g.o mailing list
58 >
59 >
60
61 --
62 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Can't mount cdrom? Harm Geerts <harmgeerts@××××.nl>
Re: [gentoo-amd64] Can't mount cdrom? Harm Geerts <harmgeerts@××××.nl>
Re: [gentoo-amd64] Can't mount cdrom? Peter Martin <pjmartin@×××××.ca>