How to setup USB Flash Memory on Mandrake 9.0

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. .

Linux Hardware 765 This topic was started by ,


data/avatar/default/avatar03.webp

2 Posts
Location -
Joined 2003-02-16
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.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
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