| Fedora This forum is for the discussion of the Fedora Project. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-10-2004, 03:22 PM
|
#1
|
|
Member
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181
Rep:
|
USB pendrive help
I have checked and my my Atache' pen drive does mount, I know this because I opend a terminal and typed in usbview with my pendrive connected, and it got all the information about the pendrive, how can I view the contents of my pen drive...I am running on FC1
|
|
|
|
09-10-2004, 05:04 PM
|
#2
|
|
Member
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100
Rep:
|
You could try mounting it with (after logging as su)
Code:
mount /dev/sda1 /mnt/removable
In /mnt/removable directory, you should be able to see the content... That's how I mount!
cheers!
|
|
|
|
09-10-2004, 05:12 PM
|
#3
|
|
Member
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181
Original Poster
Rep:
|
I only have 2 folders in my mnt directory, cdrom, and floppy, do I just make a new folder for the pen drive?
|
|
|
|
09-10-2004, 05:24 PM
|
#4
|
|
Member
Registered: Feb 2004
Location: Townsville, Queensland, Oz
Distribution: Red Hat 9
Posts: 107
Rep:
|
Hi
this is how i mount my usb memory stick
root#mkdir /mnt/usbmem
then as user
user$mount -t vfat umask=0000 /dev/sda1 /mnt/usbmem
to unmount
user$umount /mnt/usbmem
or add the following in the /etc/fstab file
/dev/sda1 /mnt/usbmem vfat noauto,user 0 0
right click the desktop, click 'create new' -> hard disk ->device tab
from the drop down box pick
/dev/sda1 (/mnt/usbmem)
this will put an access icon on your desktop, just like a cd or floppy. plug in the usb memory stick and double click the icon to mount it.
regards
GT
Last edited by globeTrotter; 09-10-2004 at 05:37 PM.
|
|
|
|
09-10-2004, 05:33 PM
|
#5
|
|
Member
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100
Rep:
|
You must make that removable directory in /mnt... Sorry I forgot to mention that 
|
|
|
|
09-11-2004, 01:22 PM
|
#6
|
|
Member
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 494
Rep:
|
Any way to do it without going into the command line?
|
|
|
|
09-11-2004, 02:11 PM
|
#7
|
|
Member
Registered: Jul 2004
Location: Sri Lanka
Distribution: Gentoo Linux 2.6.9-r13
Posts: 57
Rep:
|
Quote:
Originally posted by jojotx0
I only have 2 folders in my mnt directory, cdrom, and floppy, do I just make a new folder for the pen drive?
|
No need to create a new directory...
Feel free to mount it on any directory;-)
|
|
|
|
09-11-2004, 04:34 PM
|
#8
|
|
Member
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181
Original Poster
Rep:
|
after using globeTrotter suggestion I got the usb pendrive mounted and I can view the contets, but I can only mount and unmount as root, can I just add my username after user? so that my username can mount and unmount the drive?
Last edited by jojotx0; 09-11-2004 at 04:36 PM.
|
|
|
|
09-11-2004, 08:08 PM
|
#9
|
|
Member
Registered: Sep 2004
Location: Smoky Mtns
Distribution: Slackware 10
Posts: 64
Rep:
|
Thanks globeTrotter!
Just the info I was looking for. On to the next issue!
cheers
|
|
|
|
09-11-2004, 10:15 PM
|
#10
|
|
Member
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181
Original Poster
Rep:
|
after not getting a reply all day I decided to play around with the fstab file and got it so that anyone logged in can mount the USB pendrive, thanks for your help 
|
|
|
|
09-12-2004, 07:12 AM
|
#11
|
|
Member
Registered: Sep 2004
Location: Smoky Mtns
Distribution: Slackware 10
Posts: 64
Rep:
|
I never got the command line to work. Kept coming back with mount help as if
there was a syntax error. But the fstab entry is exactly what I wanted anyway.
Works like a charm.
cheers
|
|
|
|
09-13-2004, 08:40 PM
|
#12
|
|
Member
Registered: Feb 2004
Location: Townsville, Queensland, Oz
Distribution: Red Hat 9
Posts: 107
Rep:
|
Hi
Glad i could help, good to see others managed to get their usb devices working too. Sorry for not being here for a few days. I went fishing over the weekend. lifes like that in the tropics!!!!!
regards
GT
|
|
|
|
09-14-2004, 02:49 AM
|
#13
|
|
Member
Registered: Aug 2004
Posts: 370
Rep:
|
#mkdir /mnt/pen
#mount /dev/sda1 /mnt/pen
#vi /etc/fstab
/dev/sda1 /mnt/pen auto defaults,noauto,users 0 0
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:45 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
|
|