Why can't I mount my CDROM drive?

Why can't I mount my CDROM drive?

Post by Ditis » Mon, 05 Apr 1999 05:00:00



I have a CDR-CDRW drive connected as master and a plain CDROM drive connected
as slave to the second IDE controller. My /etc/fstab indicates /mnt/cdrom and
/dev/cdrom to hdc. I can read CDs onI my CDR/CDRW drive. When I add another
line in fstab for a /mnt/cdrom to /dev/hdd, I cannot mount my plain CDROM ! It
gives me an eror message saying bad file system or big blocks.

 What am I doing wrong? How can I get both drives to work?

Any help will be greatly appreciated.

 
 
 

Why can't I mount my CDROM drive?

Post by Dima Pasechni » Tue, 06 Apr 1999 04:00:00



> I have a CDR-CDRW drive connected as master and a plain CDROM drive connected
> as slave to the second IDE controller. My /etc/fstab indicates /mnt/cdrom and
> /dev/cdrom to hdc. I can read CDs onI my CDR/CDRW drive. When I add another
> line in fstab for a /mnt/cdrom to /dev/hdd, I cannot mount my plain CDROM ! It
> gives me an eror message saying bad file system or big blocks.

Aren't you trying to mount 2 things at one mounting point? Anyway,
I think you got to set up SCSI emulation.
(it looks as if you still keep ATAPI/IDE CDROM setup, otherwise, you'd talk about
/dev/sg0 and /dev/sg1..)

It's not possible to write CDs without it, anyway.

Dmitrii

 
 
 

Why can't I mount my CDROM drive?

Post by Thomas Zaji » Tue, 06 Apr 1999 04:00:00



> I have a CDR-CDRW drive connected as master and a plain CDROM drive
> connected as slave to the second IDE controller. My /etc/fstab
> indicates /mnt/cdrom and /dev/cdrom to hdc. I can read CDs onI my
> CDR/CDRW drive. When I add another line in fstab for a /mnt/cdrom
> to /dev/hdd, I cannot mount my plain CDROM ! It gives me an eror
> message saying bad file system or big blocks.
> What am I doing wrong? How can I get both drives to work?
> Any help will be greatly appreciated.

Youll need a separate mount point for your CD-ROM. Id suggest to

  mkdir /mnt/cdrw
  ln -sf /dev/hdc /dev/cdrw
  ln -sf /dev/hdd /dev/cdrom

and modify your /etc/fstab to look like

  /dev/cdrw    /mnt/cdrw    iso9660 ...
  /dev/cdrom   /mnt/cdrom   iso9660 ...

Thus, you can mount CDs in your CD-RW and CD-ROM simultaneously.

HTH,
Thomas
--
=---------------------------------------------------------------------=
-        Thomas Zajic aka ZlatkO ThE GoDFatheR, Vienna/Austria        -
-        Spam-proof e-mail: thomas(DOT)zajic(AT)teleweb(DOT)at        -
=---------------------------------------------------------------------=

 
 
 

Why can't I mount my CDROM drive?

Post by wcc » Mon, 03 May 1999 04:00:00


Hi!

I have 2 SCSI HDs.  I use the 2nd HD (1GB, sdb1, sdb2) to install the linux.  And
the first (4.3GB, sda1) win98 FAT32.

How to mount the 1st HD on my linux?  I use the order:

 mount -t vfat /dev/sda1 /fat

But the system did not recognize it.  How can I do? Help me thx a lot!

 
 
 

Why can't I mount my CDROM drive?

Post by Erik » Mon, 03 May 1999 04:00:00



Quote:>Hi!

>I have 2 SCSI HDs.  I use the 2nd HD (1GB, sdb1, sdb2) to install the
linux.  And
>the first (4.3GB, sda1) win98 FAT32.

>How to mount the 1st HD on my linux?  I use the order:

> mount -t vfat /dev/sda1 /fat

>But the system did not recognize it.  How can I do? Help me thx a lot!

Assuming /fat (you do have a directory /fat right?) is a symbolic link to
/mnt/dos you should do:
  mount /dev/sda1 -t vfat /fat        (notice the difference)

Regards,
  Erik Akkermans

 
 
 

1. Can't mount all cdrom. Why ?

Hi

My pc is a 486 Dx 33 with a IDE Mitsumi cdrom drive (2x). I have both
DOS and LINUX on separate partition. My Kernel is 1.1.18 (it is old but
it is still working).

For my job, we have bought a RICOH RS-1060C Compact disc recorder
player. When I try to mount a cdrom which was written with this
recorder, it fails with "dev/mcd: can't read superblock". But with DOS,
I have no problem for reading this CDROM.

I suppose that the linux driver can't handle multisession CDROM.

How can I mount this cdrom?

Any help will be appreciated.
Thanks


2. Keyboard input dead after initial install

3. Can't mount MITSUMI FX-001 single-speed CDROM... why?

4. help! CDROM problem

5. Why won't fstab mount /cdrom as exec

6. SCSI CDROM on an IBM Thinkpad .. I can't make it work.

7. mount error: mount only root can mount /dev/cdrom on cdrom

8. Windows and HIPAA

9. Why Can't I Mount My C:/hda1 Drive?

10. Can't mount any cdroms: bad superblock: OS was installed from same drive!!

11. System doesn't mount 2nd cdrom drive

12. CDROM drive sees CDROM, not files inside... why?