LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-28-2011, 03:56 PM   #1
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Rep: Reputation: 0
Nub need flash drive help


Hi I need to get my flash drive (scan disk) to work with my linux desktop what do I need to do?

Running Linux 10.04
 
Old 02-28-2011, 04:21 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Do you mean a usb flash drive, and ubuntu 10.04? You should be able to just plug it in and mount it if it does not automount. To mount a device, use the mount command.

Cheers,

Josh
 
Old 02-28-2011, 05:11 PM   #3
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
How do I do that?
 
Old 02-28-2011, 05:15 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Does it automount?
 
Old 02-28-2011, 05:21 PM   #5
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Some Sandisk brand flash drives have onboard software out-of-the-box. This may be interfering with Linux' ability to see/mount that drive.
 
Old 02-28-2011, 05:30 PM   #6
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
No it doesnt automount
 
Old 02-28-2011, 06:06 PM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You need to mount it. Find out what device it is by looking at your dmesg output. Perform the following:
Code:
dmesg
You will see system messages for the device, it will be /dev/sdX, where X is going to be a drive letter. Once you figure out which device is for your USB flash device, mentally note what it is. Then mount your device as follows:
Code:
mount /dev/sdX /media/mountpoint
You can mount your device anywhere you like. I used /media/mountpoint as an example. Hope this helps.

Josh
 
Old 02-28-2011, 07:15 PM   #8
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
Ok it says no command 'dnesg' found did you mean command 'dmesg' from package 'util-linux' (main) dnesg: command not found

So what do I do now?
 
Old 02-28-2011, 07:47 PM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by N4ANE View Post
Ok it says no command 'dnesg' found did you mean command 'dmesg' from package 'util-linux' (main) dnesg: command not found

So what do I do now?
It is dmesg. I just looked above, and I did type in dmesg. Please verify the commands you type in next time.

Josh
 
Old 02-28-2011, 07:54 PM   #10
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
Ok I type it in wrong now it says when I try and do the second part mount: only root can do that
 
Old 02-28-2011, 08:02 PM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
So then follow what it says man.... Run it as root.

Josh
 
Old 02-28-2011, 08:22 PM   #12
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
I redid it and it still dont work it says the first part does after I do the first part its fine the I type in the second on and then it says this mount: only root can do that
 
Old 02-28-2011, 08:39 PM   #13
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by N4ANE View Post
I redid it and it still dont work it says the first part does after I do the first part its fine the I type in the second on and then it says this mount: only root can do that
Ok, so listen to what it is telling you - run it as root.
 
Old 02-28-2011, 09:26 PM   #14
N4ANE
LQ Newbie
 
Registered: Feb 2011
Posts: 24

Original Poster
Rep: Reputation: 0
Ok this is my first day with linux and I havent used it before so how do I run it as root?
 
Old 03-01-2011, 12:44 AM   #15
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Code:
sudo [command]
Cheers,

Josh

Last edited by corp769; 03-01-2011 at 01:03 AM.
 
  


Reply



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
Hi, I am a nub! m0nty55 LinuxQuestions.org Member Intro 4 02-28-2011 09:28 PM
USB Flash Drive, write protect, and flash file system questions storkus Linux - Hardware 4 12-01-2008 04:32 AM
linux on flash drive, is this possible and flash writes, where?? lizzie_jianne Linux - General 1 01-04-2007 12:12 PM
LXer: EDGE Tech Corp Announces Portable Flash Drive With Muscle - the New 8GB DiskGO!(TM) Now Available; Swap and Go With This Secure Thumb-Sized Flash Drive LXer Syndicated Linux News 0 12-14-2005 02:16 AM
Lost nub ... Sound Card, CD-Drive and Bootdisk. SteveRyherd Slackware 2 04-07-2004 09:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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