"Chatsuda Kalawasoot" <[EMAIL PROTECTED]> wrote: > I'm struggle with mounting CF-card on M5280 board for some times now, > here is what I've done: > > /> mount -t msdos /dev/hda1 /var/tmp > mount failed: No such file or directory
As soon as you see "No such file or directory" you should immediately check that both '/dev/hda1' and '/var/tmp' actually exist. Do they? I suspect that there's no '/dev/hda1' since I see this in your attached output: [ 228.402247] sdb: sdb1 I would suggest that you need: mount -t msdos /dev/sdb1 /var/tmp But make sure the device node is actually there in /dev (and that the mount point exists too!) before trying this. -- Jim Ramsay "Me fail English? That's unpossible!"
signature.asc
Description: PGP signature
_______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
