473,395 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

usb device can not mount

oranoos3000
107 100+
hi
i have an usb device that windows os can identify it but sorry in ubuntu(9.4) can't use this , error is use device can not mount
how i can identify what is on hard?
how i handy mount this?

thanks alot for your help.
Oct 4 '10 #1
4 2555
ashitpro
542 Expert 512MB
First you have to figure out device name that linux is allocating to usb, it could be something like /dev/sdb1 etc.

To find out, plug the usb drive and hit the 'dmesg' command. see whats the device name.

Then use mount command:

mount /dev/<devicename> /mnt/usb

PS: create directory named /mnt/usb, it will act as a mount point.
Oct 8 '10 #2
Nepomuk
3,112 Expert 2GB
The command
Expand|Select|Wrap|Line Numbers
  1. lsusb
will list all USB devices connected to the computer. If it doesn't show up there, it will be more difficult (if possible) to get it running.

Other than that, I'd recommend piping the dmesg command through tail like such:
Expand|Select|Wrap|Line Numbers
  1. dmesg | tail
as that way you'll only get the last 10 lines instead of everything dmesg has to say.

Oh, and to list all partitions that your system knows of, use the command
Expand|Select|Wrap|Line Numbers
  1. ls /dev/sd??
(or
Expand|Select|Wrap|Line Numbers
  1. ls /dev/sd*
if you want to list all such devices and their partitions).

In case you didn't know, to create the directory /mnt/usb, use the command
Expand|Select|Wrap|Line Numbers
  1. sudo mkdir /mnt/usb
and then mount the device with sudo:
Expand|Select|Wrap|Line Numbers
  1. mount /dev/sdb1 -t auto /mnt/usb
(if it is sdb1 that is).

Greetings,
Nepomuk
Oct 11 '10 #3
oranoos3000
107 100+
i'm sorry my
my question is changed incorrectly by administrator of the site,
i use ubuntu 10.4 , my laptop is dell inspiron 1564 and my problem is my wireless network isnt identify and i dont find suitable driver for it in other sites

thanks alot for your help
Nov 17 '10 #4
numberwhun
3,509 Expert Mod 2GB
@oranoos3000 I hate to say it, but I don't see where anyone has edited your post. It looks to be in its original posting form without editing.

I would read @Nepomuk's post and try what he said.

Regards,

Jeff
Nov 19 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Kevin Altis | last post by:
Does anyone have experience running Python from a USB storage device? Whether it is the need for doing a demo of your application, doing a bit of consulting, or just showing off Python, it would be...
7
by: Fazer | last post by:
Hello, I have a MP3 and I want to access the songs in them. I was wondering if Python could help me do that. I understand that this can be done using Linux by mountig it as a file system, but...
8
by: nek | last post by:
Greetings, Has anyone got the latest progress on this? It hit me this time on W2K running DB2 V8.1.5. It returned the following warning: D:\Temp>db2 backup db sample to \\localhost\tape0...
1
by: bill | last post by:
I am looking for a way to mount a USB disc drive as a raw device. Where I could access data with sector seeks. Is there a way to do this? Bill
3
by: Terry Olsen | last post by:
My 5 year old has lots of games that require the CD be in the drive. I would like to come up with a program that will mount the .iso image to a virtual cd-rom drive and then run the game...
3
by: tguclu | last post by:
Hi there, I hope this is the right place for my question if not please accept my apologies. In my application I want to mount/umount file system. From GNU C Library Reference Manual, for...
3
by: m.smith_1999 | last post by:
Hello, I'm a student software developer. As a part of an excerise I'm doing I'm trying to build a program to create "mount files" and mount them. Something like Sarah Dean's OTFE but really...
3
by: paras sharma | last post by:
hello everyone; I was trying to make a prog. to mount CD image using mount() system call, but I got error block device require what arguments should I pass to it to make it work.
1
Nepomuk
by: Nepomuk | last post by:
In most modern distributions of Linux and Unix (at least ones with graphical environments like KDE, Gnome or XFCE), you get to mount your partitions easily from the desktop. In some cases however, it...
3
sassy2009
by: sassy2009 | last post by:
Hi all, im trying to mount a SATA drive. I have a drive already connected to the system as /dev/sda1. The second drive that i have connected now should be /dev/sdb if im not wrong. I havent...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.