How to setup USB Flash Memory on Mandrake 9.0

Printed from http://www.compatdb.org/support/topics/1233_how_to_setup_usb_flash_memory_on_mandrake_9_0.html

How to setup USB Flash Memory on Mandrake 9.0 - 02/16/03 09:18 AM

Hi all,
I have an USB Flash Memory (Apacer Handy Steno 1.1) but can not
use it on Mandrake Linux 9.0.
Please let me know How to setup to use.
TIA.

Re: How to setup USB Flash Memory on Mandrake 9.0 - 03/02/03 01:38 PM

as root
mkdir /mnt/flash
chmod 666 /mnt/flash
mount -t msdos /dev/sda1 /mnt/flash

if you for some reason want to plug in a second usb flash
change the device to /dev/sdb1