Re: Mounting CF and SD cards

From: Kevin Judd <pie3.1415926_at_gmail.com>
Date: Thu, 27 Oct 2005 14:50:11 +0800

On 10/27/05, pHilipp Zabel <philipp.zabel_at_gmail.com> wrote:
>
> On 10/26/05, Kevin Judd <pie3.1415926_at_gmail.com> wrote:
> > The CF appears to be an ide device /dev/hda1. Its fat16 formated, the
> same
> > one I used for flashing.
> > Trying to mount it (various options tried) all give "Invalid arguement"
> or
> > "no such device". I see various errors in dmesg log, for example, the
> > defaults options report 'Unrecognized mount option "user" or missing
> value'
> > when trying fat type.
>
> Remove the user option from the /dev/hda1 entry in /etc/fstab, the
> busybox mount command doesn't support it :-/

I have tried this. From the root shell I do this even

# mount -t vfat -o rw /dev/hda1 /media/cf
mount: Mounting /dev/hda1 on /media/cf failed: Invalid argument
# dmesg
[ .. lot of stuff ...]
Probing IDE interface ide0...
hda: 512MB CKS, CFA DISK drive
ide0 at 0xc57a0000-0x57a0007,0x57a000e on irq 92
hda: max request size: 128KiB
hda: 1006992 sectors (515 MB) w/0KiB Cache, CHS=999/16/63
hda: cache flushes not supported
hda: hda1
ide-cs: hda: Vcc = 3.3, Vpp = 0.0
hda: hda1
Unable to load NLS charset iso8859-1
FAT: IO charset iso8859-1 not found

If I do staight "mount /media/cf" same error. I have

# cat /etc/fstab
[ .. irrelevant stuff ..]
/dev/hda1 /media/cf auto defaults,noauto,noatime,exec,suid 0 0

Kevin
Received on Thu Oct 27 2005 - 02:56:06 EDT

This archive was generated by hypermail 2.2.0 : Thu Oct 27 2005 - 02:56:11 EDT