Fedora Linux Support Community & Resources Center
  #1  
Old 14th March 2005, 06:16 PM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
Talking Mount USB memory stick on Compaq Presario 700

I am an absolute newbie. Would greatly appreciate any info on mounting USB memory stick on Compaq Presario 700 operating with FC2. Thanks...
Reply With Quote
  #2  
Old 14th March 2005, 07:28 PM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Ok here is the how-to. Enjoy!
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #3  
Old 14th March 2005, 08:34 PM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
Quote:
Originally Posted by imdeemvp
Ok here is the how-to. Enjoy!
Correction to last response: as par for a true newbie I entered the command incorrectly (missed a space bar entry!) My actual response, after double checking entry, was, "mount point mnt/usbflash does not exist." What is thie 42-year-old wannabe geek missing?
Reply With Quote
  #4  
Old 15th March 2005, 12:39 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
Quote:
Originally Posted by DLH
Correction to last response: as par for a true newbie I entered the command incorrectly (missed a space bar entry!) My actual response, after double checking entry, was, "mount point mnt/usbflash does not exist." What is thie 42-year-old wannabe geek missing?
Assuming you didn't do a typo right there in the post, you're missing the
leading "/" before the "mnt". I'm also assuming you remembered to actually
create the /mnt/usbflash directory, it has to exist before the mount will work.

Fedora core 3 doesn't use /mnt as the default mount area, for some reason they
changed to /media so check that out too.

so command should be:

mount /mnt/usbflash

Mark
Reply With Quote
  #5  
Old 15th March 2005, 03:23 AM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
Quote:
Originally Posted by marko
Assuming you didn't do a typo right there in the post, you're missing the
leading "/" before the "mnt". I'm also assuming you remembered to actually
create the /mnt/usbflash directory, it has to exist before the mount will work.

Fedora core 3 doesn't use /mnt as the default mount area, for some reason they
changed to /media so check that out too.

so command should be:

mount /mnt/usbflash

Mark
Thank you, Mark, I checked it again and was able to do the mount. Unfortunately, I don't quite get the code for making the mount auto and user rw. I appreciate your help.

Donal
Reply With Quote
  #6  
Old 15th March 2005, 03:25 AM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
Quote:
Originally Posted by imdeemvp
Ok here is the how-to. Enjoy!
Thanks for your help. Is there a How To post on making the mount user rw? Thanks again...

Donal
Reply With Quote
  #7  
Old 15th March 2005, 09:26 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
All you have to do is edit the fstab and add this line to make the device read and write:
Code:
/dev/sda1               /mnt/usbflash            vfat   noauto,users,rw,umask=0 0 0
rw = read and write.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #8  
Old 17th March 2005, 02:59 PM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
Thanks for your help.
Reply With Quote
  #9  
Old 21st March 2005, 02:33 AM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
imdeemvp, I have tried this shell line several times. I double checked the file type under the hardware browser, which indicated the file type for my usb flash as fat16 (is this the problem?) But I have yet to be successful in moutning the flash to be rw receptive, i.e., I just plain cannot write to it, which is the thing I need it to do most. You really seem to know what you're doing. What am I doing (or not doing)?

Thanks for your patience and indulgence.

donal
Reply With Quote
  #10  
Old 21st March 2005, 06:52 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Do you have in write protection mode? check your device....it can also be that you have it in fat16 but I am not sure.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #11  
Old 21st March 2005, 07:21 AM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
I have checked vfat and fat16. As for write protection mode, my memory stick does not appear to have the capability. I surmise that I am in the hardware mode of Gandhi-esque noncompliance.

Any suggestions (beyond spending money on a new memory stick, which, after all, is the reason I chose to use Linux, to not spend money)?

d
Reply With Quote
  #12  
Old 21st March 2005, 07:27 AM
TheCowGod's Avatar
TheCowGod Offline
Registered User
 
Join Date: Jan 2005
Age: 29
Posts: 104
DLH, unless i read your post wrong you were typing this in at the shell prompt.

Code:
/dev/sda1               /mnt/usbflash            vfat   noauto,users,rw,umask=0 0 0
If you were you have to su and open /etc/fstab and paste it in at the end. That should allow you to write to the device.
__________________
Obey TheCowGod
Reply With Quote
  #13  
Old 21st March 2005, 09:34 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
So you have not added the line to the fstab as I suggest in the how-to? If not open terminal, become root and run:
Code:
gedit /etc/fstab
and add the suggested line and click on the SAVE icon and close. Log out and log in and retry.

BTW...great observation the by TheCowGod
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #14  
Old 22nd March 2005, 06:11 PM
DLH Offline
Registered User
 
Join Date: Mar 2005
Posts: 20
No, I put that in gedit. First I checked the hardware browser, then entered the info in gedit. Yes, I double checked spelling, etc. The only thing I don't recall doing was log out and back in. I generally use KDE. Do you mean log out of the desktop and then back in? Or just out and back into the shell?
Thanks...
Reply With Quote
  #15  
Old 22nd March 2005, 06:25 PM
jacob Offline
Registered User
 
Join Date: Mar 2005
Posts: 6
Hi, don't know if you noticed, but in the default GNOME desktop, all usb storage devices appear in the "Computer" folder. My problem is that I have recompiled a custom kernel to enable NTFS, but this has removed the automatic usb-storage detection, as they no longer appear in the "Computer" folder. Can anyone tell me how to re-enable this automatic support? It's quite cumbersome to go through the whole configuration process if there's an easier way...
Reply With Quote
Reply

Tags
700, compaq, memory, mount, presario, stick, usb

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I forget how to mount a usb memory stick in fc7 JustRob Installation and Live Media 2 1st August 2008 03:36 AM
no audio , wireless , memory card drivers for Compaq Presario v3425au rimzyak Hardware & Laptops 9 2nd January 2008 01:49 PM
USB memory stick: How to mount? johny Hardware & Laptops 4 15th December 2005 06:27 PM


Current GMT-time: 15:56 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat