You are not logged in.

#1 2008-12-29 22:17:05

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

[Solved] - How do I mount a USB-stick?

Know how to mount a cd-rom but how do one mount a USB-stick?

Last edited by ftornell (2008-12-29 22:42:48)


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

#2 2008-12-29 22:19:53

marxav
Member
From: Gatineau, PQ, Canada
Registered: 2006-09-24
Posts: 386

Re: [Solved] - How do I mount a USB-stick?

Offline

#3 2008-12-29 22:27:43

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Solved] - How do I mount a USB-stick?

first create a mountpoint: mkdir /mnt/usbstick (for example)
mount -t vfat /dev/sdb (usbstick) /mnt/usbstick

vfat is the filesystem

Last edited by arch0r (2008-12-29 22:28:17)

Offline

#4 2008-12-29 22:31:39

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [Solved] - How do I mount a USB-stick?

Perhaps the mount command given in the thread has to be done with root...................


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2008-12-30 13:28:58

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [Solved] - How do I mount a USB-stick?

and ...
I betcha it should be '/dev/sdb1'

And as an en-passant, if you are not quite sure about the fs-type, try '-t auto' or simply, just omit it alltogether
mount /dev/sdb1 /mnt/usbstick

If you want to know the fs-type, do a 'cat /etc/mtab' after it has been mounted

Last edited by perbh (2008-12-30 13:30:10)

Offline

Board footer

Powered by FluxBB