Can you open a terminal window on that tablet? If so, the general format of the command is:
mount -t [type] -o [options] device directory where - [type] is the type of filesystem (try ext3) - [options] are numerous options - device is the location of the SD card - directory is the "mount point" you have set (probably /media in your case) You can probably find more specific answers in the Ubuntu forums, but here's a good start: http://ubuntuforums.org/showthread.php?t=299939 Finally, to avoid having to re-do this every time you reboot, it's advisable to add a line to your /etc/fstab file so that it tries to mount the SD card at boot time. The line you need is basically a re-arrangement of the mount command given above. -- aubuti ------------------------------------------------------------------------ aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread: http://forums.slimdevices.com/showthread.php?t=88689 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
