Skip to Content.
Sympa Menu

baslinux - Re: [BL] PCMCIA support -- BL3-50

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] PCMCIA support -- BL3-50
  • Date: Fri, 27 Jul 2007 18:43:35 +0000 (UTC)

On Fri, 27 Jul 2007, Simon wrote:

I created a mount point 'pcmcia' under /mnt and tried to mount the PCMCIA
card using the command:

mount -t vfat /dev/hdc/ /mnt/pcmcia

... but get:

Mounting /dev/hdc on /mntpcmcia failed: No such device

...so not sure what's going on.

In case you've recorded accurately what you did and the commands you issued, you made a mistake in issuing the mount command. It should be

----------------------------------------
mount -t vfat /dev/hdc1 /mnt/pcmcia
----------------------------------------

Note the numeral 1 after hdc, which points the mount command to a (presumably) valid partition on the drive hdc. Hope that solves your problem.

James




Archive powered by MHonArc 2.6.24.

Top of Page