On Tue, 2003-01-21 at 12:20, Anna Hayes wrote:
> I'm trying to install a JRE on a 64MB CF card. The only filesystem type
> that I've been able format the card as and successfully mount is VFAT,
> formatting the card as EXT2 or EXT3 will
> work but calling
> # mount -t ext2 /dev/hda1 /disk
> gives the following error:
> # mount: Mounting /dev/hda1 on /disk failed: No such device
Make sure to create the directory /disk before executing the mount
command:
mkdir /disk
If you are using ext3, you may have to install the ext3 kernel module
package:
ipkg install ext3-modules-2.4.18-rmk3
-Jamey
Received on Tue Jan 21 2003 - 18:46:57 EST
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 18:33:21 EDT