How to setup USB Flash Memory on Mandrake 9.0
This is a discussion about How to setup USB Flash Memory on Mandrake 9.0 in the Linux Hardware category; 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. .
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.
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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Feb 16
Mar 2
0
<1 minute
Responses to this topic
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
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