Skip to Content.
Sympa Menu

baslinux - Re: [BL] cdrom

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: James Miller <jamtat AT mailsnare.net>
  • To: Woonsig Hong <wshong AT ediagsolutions.com>, baslinux AT lists.ibiblio.org
  • Cc:
  • Subject: Re: [BL] cdrom
  • Date: Fri, 19 Mar 2004 21:32:24 -0600 (CST)

On Fri, 19 Mar 2004, Woonsig Hong wrote:

> Can I mount a cdrom in BL2.1(ram drive version) ?

Yes. I've done it many times.

> I found following messages from dmesg.
> ----------------------------------------------------------------------------------
> Uniform Multi-Platform E-IDE driver Revision: 6.31
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> hda: CRD-8322B, ATAPI CD/DVD-ROM drive <<<===============
> ide2: ports already in use, skipping probe
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> FDC 0 is a post-1991 82077
> Nand Flash disk driver, CompuLab
> Samsung 64 MB Nand flash detected.
> Partition check:
> nanda: nanda1
> NOR Flash (AMD) size: 2 MB total
> loop: loaded (max 8 devices)
> --------------------------------------------------------------------------------------

This is a little wierd. Is there something more you might tell us about
your setup? It's not at all typical to have a CDROM drive as the master
of the primary IDE channel (i.e., as /dev/hda). I also have no idea what
Nand or nanda1 mean: can you clarify? Where do you have DOS installed
(i.e., which drive on which IDE channel)?

> And mount command gave an error as follows.
> ~<#>mount -t vfat /dev/hda /mnt
> mount: /dev/hda is not a valid block device
> ~<#>

I don't think a vfat filesystem can be put on a CD. They're usually
iso9660. That said, I usually don't supply any "-t filesystem" argument
when I mount a CD. Rather, I just do mount /dev/hdx /where/uwannamount.
Provided you haven't already amounted something at the mount point in
question (in your example /mnt), this should work just fine. I'd say try
it without specifying the filesystem type (vfat is almost surely wrong for
a CD drive) and see if that gets it mounted.

James




Archive powered by MHonArc 2.6.24.

Top of Page