LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-16-2007, 08:45 AM   #1
hanybeeee
LQ Newbie
 
Registered: Jul 2007
Posts: 4

Rep: Reputation: 0
USB problem.....


Hello friends
i m unable to mount my Flash Drive.
i have Kingston 512 MB Flash drive
i is detect as i see it in Control Center - > Information -> then USB stoage....
but able to mount it
reply me what i do for it...
 
Old 07-16-2007, 09:03 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
You should always use the Linux Questions site search to see if your question has been asked and answered before you post a question. This is a very common topic. If you had clicked on "Search" then clicked on "Advanced Search" you could search for discussion tags. In the tag box you could type in the word "mount" and a list of tags that start with that word would appear. You choose one of the tags and press the "Search" button at the bottom of the page. Here is one of the discussions that you could have found using this method.
http://www.linuxquestions.org/questi...16#post2679716

Basically you create a mount point. A mount point is just a directory. Then you use the mount command to connect the device/partition to the mount point.

Note that if the mount point that you want already exists then you don't have to create a new one. You just use the mount command.

Log on as root and enter the following commands. These commands work if your Flash card shows up in Linux as /dev/sda1.
Code:
mkdir /mnt/flash
mount /dev/sda1 /mnt/flash
If you had to create the mount point then you will probably have to change the permissions on the mount point after the partition is mounted to allow normal users to access the Flash card.
Code:
chgrp users /mnt/flash
chmod g+rwx /mnt/flash

Last edited by stress_junkie; 07-16-2007 at 09:18 AM.
 
Old 07-16-2007, 09:32 AM   #3
hanybeeee
LQ Newbie
 
Registered: Jul 2007
Posts: 4

Original Poster
Rep: Reputation: 0
when i mount it using the follwing command it give me following error
root@localhost root]# mount /dev/sda1 /mnt/C
mount: /dev/sda1 is not a valid block device
[root@localhost root]#
now what i do next.,...
 
Old 07-16-2007, 01:45 PM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Did you check to see if the Flash drive is mapped to /dev/sda1? I only used /dev/sda1 as an example. What is the device name when you look it up in Control Center? Whatever the Control Center calls it is what you should mount.

If you are doing the mount command properly then maybe your Flash drive does not have a file system on it. Usually they come preformatted with the Microsoft FAT32 file system. In order to see what partitions and file systems are on a block storage device you open a terminal window and enter the fdisk -l command.
Code:
fdisk -l
That will show all of the block devices that Linux recognizes and what partitions and file systems are on those devices.

Last edited by stress_junkie; 07-16-2007 at 01:50 PM.
 
  


Reply

Tags
mount, mount usb



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
Problem with usb pendrive and usb modem ZTE ZXDSL 852 AM33N Linux - Hardware 3 12-10-2008 03:25 AM
USB Scanner problem: usb 1-2: device not accepting address 3, error -71 lagartoflojo Slackware 1 11-13-2004 04:26 PM
Problem with Mandrake 10.0 Community, Sagem usb modem and logitech usb mouse. al370601 Mandriva 4 04-29-2004 06:48 PM
HP Deskjet (USB) & CUPS & Slackware 9.1: Unable to open USB device "usb:/dev/usb/lp0&qu arnostienen Slackware 2 01-29-2004 03:22 PM
Problem with USB controllers and USB CD-Writer gary.chan Linux - Hardware 0 08-09-2003 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:42 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