LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting USB (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-usb-306220/)

issey 03-26-2005 04:16 AM

mounting USB
 
hey guys....

i am having trouble mounting my usb..... when i insert the USB its not auto detecting..

can anyone help me out... i am running fedora core 3


thanks in advance...
:newbie: :Pengy:

Komakino 03-26-2005 04:19 AM

Plug it in and then run dmesg and post the output (just the last 15 lines or so) here so we can see if anything's happening. Put the output between [ code ] and [ /code ] tags (without the spaces)

knewbe 03-26-2005 10:34 AM

try mounting it by hand: 1st type " mkdir /mnt/usb". then type as root " mount -t vfat /dev/sda1 /mnt/usb"
that should get it. of course mounting it by hand like this means you must mount it every time you turn the computer on .. .but hey, it works!

Komakino 03-26-2005 11:58 AM

Quote:

Originally posted by knewbe
try mounting it by hand: 1st type " mkdir /mnt/usb". then type as root " mount -t vfat /dev/sda1 /mnt/usb"
that should get it. of course mounting it by hand like this means you must mount it every time you turn the computer on .. .but hey, it works!

Or you can add that same information to the /etc/fstab file so that you don't have to do it by hand every time.


All times are GMT -5. The time now is 12:03 PM.