Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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-08-2005, 06:38 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 5
Rep:
|
USB Pendrives
Your going to be sick and tired of me by the end of today. You know you love it really though. I have a USB pen drive that I am trying to negotiate into working with Fedora Core 3. The orange light flashes when I plug it into the USB port but it doesn't get mounted. Does it have to be mounted manually or have I missed something?
|
|
|
01-08-2005, 06:43 AM
|
#2
|
Member
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202
Rep:
|
You need to mount it manually. Do a
Code:
mount -t vfat /dev/sda1 /mountpoint
. This assumes that you want to mount it in /mountpoint, and must create that directory. It also assumes that it is the only scsi hardrive connected to your computer, and it has the fat, or fat16, or fat32 filesystem. You can see start->systemtools->hardware browser for all the specifications.
|
|
|
01-08-2005, 12:35 PM
|
#3
|
Member
Registered: Oct 2003
Location: Iowa
Distribution: LFS 5.0, building 6.3, win98se, multiboot
Posts: 288
Rep:
|
mount -t msdos for fat16, vfat is for fat32. Actually, you can probably skip the -t option, as mount _usually_ can figure it out for itself.
|
|
|
01-08-2005, 02:28 PM
|
#4
|
Member
Registered: Nov 2002
Location: Pennsylvania
Distribution: Mandrake 9.1 and Redhat 9
Posts: 144
Rep:
|
I do not use fedora, but I know that in mandrake 9 you mount it at least partially by yourself. For example, when i put my USB drive in, an icon will show up (/dev/sda1/). However, I still have to click it, and when I do, Mandrake creates a temporary mount point /mnt/removable and mounts it for me. Do you have such capabilities?
|
|
|
01-08-2005, 03:16 PM
|
#5
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Rep:
|
try /dev/sda
Too see what's really in the device use the command ' "dmesg | grep remov '
and mount that using the mount command
remember to unmount it before physically removing the pen drive
|
|
|
01-08-2005, 05:19 PM
|
#6
|
Member
Registered: Sep 2004
Distribution: Slackware 10.2
Posts: 276
Rep:
|
mount /dev/sda1 /where/ever/you/want
Need to be root.
Then, when done:
umount /dev/sda1
|
|
|
01-08-2005, 05:41 PM
|
#7
|
Member
Registered: Apr 2004
Location: Paris, FRANCE
Distribution: Ubuntu
Posts: 54
Rep:
|
Usefull to know what is the problem :
- unplug your pendrive
- in a console, as root, type :
Code:
tail -f /var/log/messages
- plug your pendrive and observe the messages in the console ; if there's an error, it will probably be printed here
|
|
|
All times are GMT -5. The time now is 04:00 PM.
|
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
|
|