LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to use USB flash drive (https://www.linuxquestions.org/questions/slackware-14/how-to-use-usb-flash-drive-704923/)

captain_juno 02-15-2009 10:18 PM

How to use USB flash drive
 
I cannot figure out how to use a USB flash drive with Slackware 12.2. I saw some things about automounting and mounting but where should the drive show up? Also, do I need to do anything for automounting?

DavidHindman 02-15-2009 11:05 PM

Quote:

Originally Posted by captain_juno (Post 3444901)
I cannot figure out how to use a USB flash drive with Slackware 12.2. I saw some things about automounting and mounting but where should the drive show up? Also, do I need to do anything for automounting?

Start KDE. Then plug in the USB stick. A window should open and ask what you want to do. One of the choices is to open a Konqueror file manager window that displays an index of the USB flash drive. That's automounting.

When you remove the USB flash drive, you probably want to "Safely Remove" it. This allows all writes to the flash drive to complete. To "Safely Remove" a drive in KDE, bring up a Konqueror window, click "Go" then "Storage Media", right click on the USB flash drive icon, then select "Safely Remove".

captain_juno 02-15-2009 11:21 PM

Thanks for the help. I was actually in fluxbox and that was my problem. It works now in KDE and I was actually planning on using KDE instead so it all works out.

MannyNix 02-15-2009 11:58 PM

From fluxbox you may want to try something like:
Code:

mount -t vfat /dev/sda1 /somedir
(Remember to unmount it after use: umount /dev/sda1)


All times are GMT -5. The time now is 08:59 PM.