Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-23-2006, 08:26 AM
|
#1
|
LQ Newbie
Registered: Jan 2006
Posts: 4
Rep:
|
How do I use my USB flash drive on Linux
How do I go about using my ScanDisk Cruzer Mini 1.0 GB usb drive on Red Hat 9?
|
|
|
01-23-2006, 08:52 AM
|
#2
|
Member
Registered: May 2004
Location: Cornwall, UK
Distribution: Ubuntu 8.04
Posts: 464
Rep:
|
1. Plug it in.
2. Check dmesg to see if the device is recognised and to see what dev it uses.
3. mount it. (plenty of posts here about mounting devices no need to repeat it)
4. Use it.
5. unmount it.
6. remove it.
|
|
|
01-23-2006, 08:59 AM
|
#3
|
LQ Newbie
Registered: Jan 2006
Posts: 4
Original Poster
Rep:
|
dmesg:
hub.c: new USB device 00:1f.4-2, assigned address 3
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
/var/log/messages
Jan 23 09:01:54 localhost kernel: hub.c: new USB device 00:1f.4-2, assigned address 3
Jan 23 09:01:57 localhost /etc/hotplug/usb.agent: Setup usb-storage for USB product 781/5150/20
Jan 23 09:01:57 localhost devlabel: devlabel service started/restarted
|
|
|
01-23-2006, 09:18 AM
|
#4
|
LQ Newbie
Registered: Jan 2006
Posts: 4
Original Poster
Rep:
|
so how do i mount it?
|
|
|
01-23-2006, 09:45 AM
|
#5
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
did you already try the search as indicated by okmyx ?
usually the usb stick-will be something like /dev/sda or /dev/sda1; find that one first
next try to mount it (check the search results)
this is one that I found; it might contain an error, so check man page for mount
|
|
|
01-23-2006, 09:57 AM
|
#6
|
LQ Newbie
Registered: Jan 2006
Posts: 4
Original Poster
Rep:
|
used mount -t vfat /dev/sda1 /mnt/usb came back with mount: mount point /mnt/usb does not exist
|
|
|
01-23-2006, 11:16 AM
|
#7
|
Member
Registered: May 2004
Location: Cornwall, UK
Distribution: Ubuntu 8.04
Posts: 464
Rep:
|
Manually create the folder as root.
|
|
|
01-23-2006, 10:27 PM
|
#8
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
Have a look where your floppy (fd0) will be mounted. You can find this in /etc/fstab. The directory name might vary, but will be something like /mnt or /media. Create the mountpoint usb (or stick or whatever name you like) and use that name (so e.g. /media/stick).
Once you have it working, add the 'command' to /etc/fstab. After a reboot, mounting can be done by typing something like mount /media/stick (saves you some typing).
|
|
|
All times are GMT -5. The time now is 10:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|