LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New to Linux and need help mounting usb drives (https://www.linuxquestions.org/questions/linux-newbie-8/new-to-linux-and-need-help-mounting-usb-drives-761018/)

Gygar 10-10-2009 01:29 PM

New to Linux and need help mounting usb drives
 
I am very new to Linux ubuntu got it because friend said it way better than windows.The problem I am having is with my thumb drives. I can not get them to work. It says I am unable to mount. The only way to get one to work is put one in wait tell it says it is unable to mount then put the second one in. At that point I am able to look at the second drive. How do I fix this?

repo 10-10-2009 01:33 PM

Hi,

Welcome to LQ
plugin the stick
open a terminal
type
Code:

dmesg
look at the output for errormessages.
if needed retype dmesg to see the latest output

cola 10-10-2009 10:19 PM

Quote:

Originally Posted by Gygar (Post 3714756)
I am very new to Linux ubuntu got it because friend said it way better than windows.The problem I am having is with my thumb drives. I can not get them to work. It says I am unable to mount. The only way to get one to work is put one in wait tell it says it is unable to mount then put the second one in. At that point I am able to look at the second drive. How do I fix this?

After plugging the pendrive type in terminal and post:
Code:

sudo fdisk -l
dmesg

Mounting a drive:
Code:

sudo mkdir /media/drive
sudo mount /dev/sdaX /media/drive



All times are GMT -5. The time now is 05:08 PM.