mounting USB flash drive in ubuntu server

Asked by Nay Myo Win

how to mount and use USB flash drive in ubuntu server?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Antonio Litterio (antonio-litterio-gmail) said :
#1

Hi, isn'l load automatically the pen drive? Attach the pen drive and look at in /media folder. Also look at a result of "dmesg" command to understand if kernel load correctly driver for that pen drive.

Revision history for this message
Nay Myo Win (nmwin) said :
#2

no we have to create one folder and mount into it.

in media folder

i see only cdrom, cdrom0, floppy , folder
that is all

i have done that once, but i now forget.

On Fri, Mar 20, 2009 at 2:46 PM, Antonio Litterio <
<email address hidden>> wrote:

> Your question #64728 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/64728
>
> Status: Open => Answered
>
> Antonio Litterio proposed the following answer:
> Hi, isn'l load automatically the pen drive? Attach the pen drive and
> look at in /media folder. Also look at a result of "dmesg" command to
> understand if kernel load correctly driver for that pen drive.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/ubuntu/+question/64728/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/ubuntu/+question/64728
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Antonio Litterio (antonio-litterio-gmail) said :
#3

Connect a pen drive and launch dmesg commend in shell. Attach those information

Revision history for this message
Antonio Litterio (antonio-litterio-gmail) said :
#4

If the driver load correctly, you can mount pen drive with this simple command:
Create a directory where to mount the drive:

$sudo mkdir /media/pen_drive

Mount pen drive on this directory:
$sudo mount /dev/sdb1 -t auto /media/pen_drive

NOTE that sdb1 is a drive name, you look at this with command dmesg.

Access the files:
$cd /media/pen_drive

Remove pen drive:
$sudo umount /media/pen_drive

Can you help with this problem?

Provide an answer of your own, or ask Nay Myo Win for more information if necessary.

To post a message you must log in.