LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-10-2004, 03:22 PM   #1
jojotx0
Member
 
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181

Rep: Reputation: 30
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
 
Old 09-10-2004, 05:04 PM   #2
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Rep: Reputation: 15
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!
 
Old 09-10-2004, 05:12 PM   #3
jojotx0
Member
 
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181

Original Poster
Rep: Reputation: 30
I only have 2 folders in my mnt directory, cdrom, and floppy, do I just make a new folder for the pen drive?
 
Old 09-10-2004, 05:24 PM   #4
globeTrotter
Member
 
Registered: Feb 2004
Location: Townsville, Queensland, Oz
Distribution: Red Hat 9
Posts: 107

Rep: Reputation: 15
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.
 
Old 09-10-2004, 05:33 PM   #5
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Rep: Reputation: 15
You must make that removable directory in /mnt... Sorry I forgot to mention that
 
Old 09-11-2004, 01:22 PM   #6
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
Any way to do it without going into the command line?
 
Old 09-11-2004, 02:11 PM   #7
kesara3k
Member
 
Registered: Jul 2004
Location: Sri Lanka
Distribution: Gentoo Linux 2.6.9-r13
Posts: 57

Rep: Reputation: 15
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;-)
 
Old 09-11-2004, 04:34 PM   #8
jojotx0
Member
 
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181

Original Poster
Rep: Reputation: 30
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.
 
Old 09-11-2004, 08:08 PM   #9
hkxx9
Member
 
Registered: Sep 2004
Location: Smoky Mtns
Distribution: Slackware 10
Posts: 64

Rep: Reputation: 15
Thumbs up

Thanks globeTrotter!

Just the info I was looking for. On to the next issue!

cheers
 
Old 09-11-2004, 10:15 PM   #10
jojotx0
Member
 
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181

Original Poster
Rep: Reputation: 30
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
 
Old 09-12-2004, 07:12 AM   #11
hkxx9
Member
 
Registered: Sep 2004
Location: Smoky Mtns
Distribution: Slackware 10
Posts: 64

Rep: Reputation: 15
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
 
Old 09-13-2004, 08:40 PM   #12
globeTrotter
Member
 
Registered: Feb 2004
Location: Townsville, Queensland, Oz
Distribution: Red Hat 9
Posts: 107

Rep: Reputation: 15
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
 
Old 09-14-2004, 02:49 AM   #13
hraposo
Member
 
Registered: Aug 2004
Posts: 370

Rep: Reputation: 30
#mkdir /mnt/pen
#mount /dev/sda1 /mnt/pen
#vi /etc/fstab
/dev/sda1 /mnt/pen auto defaults,noauto,users 0 0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
usb pendrive for users c.m.klaij Slackware 4 09-26-2005 02:41 AM
USB Pendrive DarkAsHell Linux - Hardware 3 04-07-2005 03:26 PM
cant unmoun usb pendrive? dwarf007 Linux - Newbie 2 09-20-2004 09:38 AM
usb pendrive mount eg72 Linux - Hardware 1 05-16-2004 11:20 AM
USB Pendrive d4d4n9 Mandriva 7 02-03-2004 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration