tmthanh 0 Posted February 16, 2003 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. Share this post Link to post
blueworm 0 Posted March 2, 2003 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 Share this post Link to post