LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-21-2007, 07:42 AM   #1
warun
Member
 
Registered: Aug 2007
Posts: 39

Rep: Reputation: 15
mounting pen drive on slackware


hi

i'm using slackware 11... i need to kno how to use or mount USB pen drive on my system.... thanks in advance
 
Old 09-21-2007, 07:44 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You would do something like:

Code:
sudo mount -t vfat /dev/sda1 /mnt/memory
You may need to adjust your device node. Check the output of "fdisk -l" to determine what storage devices have popped up where.
 
Old 09-21-2007, 07:47 AM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
First you need to know where it is,
so type:
# dmseg | tail

it will give you some information where it is eg. /dev/sdc

then create a folder, for example /media/usb

then mount it

mount -t ext3 /dev/sdc /media/usb

or

mount -t vfat /dev/sdc /media/usb

depending on the file system of the usb drive.

Obviously, change /dev/sdc and /media/usb to your situation
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
mounting a usb pen drive syedtariq Linux - Newbie 3 02-27-2007 12:20 PM
USB Pen Drive not mounting Psirus Debian 10 01-11-2006 12:15 AM
Auto-mounting pen drive jojotx0 Linux - General 3 03-10-2005 08:19 AM
Mounting Pen Drive coolfrog Linux - General 4 09-09-2004 09:10 AM
/etc/fstab and mounting a Pen drive caps_phisto Linux - Newbie 1 09-02-2004 01:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:01 PM.

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