On Monday 25 August 2003 08:49 pm, Redmond Militante wrote:
> hi
>
> thanks for responding.
>
> my /etc/fstab looks like
> /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
>
> ls /mnt gives me
> cdrom
>
> it might be very likely i have a typo somewhere - any other places to
> check?
>
> thanks
> redmond
>
> [Mon, Aug 25, 2003 at 08:40:59PM -0400]
>
> This one time, at band camp, Ernie Schroder said:
> > A quick look makes me think that you have a typo in /etc/fstab or
> > /mnt/[CDROM_MOUNT_POINT]
> > Check the entry for your cdrom device then check the name of the
> > mount point in /mnt.
> > --
> > Regards, Ernie
> > 100% Microsoft and Intel free
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
Assuming your cdrom device is IDE and not SCSI, hopefully you know where
on the bus it is.
As root do:
dmesg | grep hd
On my machine I get:
Kernel command line: root=/dev/hda5
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: Maxtor 6Y080P0, ATA DISK drive
hdc: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
hdd: LITE-ON LTR-32123S, ATAPI CD/DVD-ROM drive
hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63
Note that I have a cdrom drive at /dev/hdc and a CR-RW at /dev/hdd
Let's say, for instance your CD-ROM is at /dev/hdc or master on the
secondary channel. Put a data cd in the drive and, as root do:
# mount /dev/hdc /mnt/cdrom
No output means that the drive is mounted if you get errors, probably
not depending on the disk you may need to specify a file system. At any
rate, post your /etc/fsab and we can probably fix you up
--
Regards, Ernie
100% Microsoft and Intel free
--
[EMAIL PROTECTED] mailing list