LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   none of my usb ports detecded (https://www.linuxquestions.org/questions/linux-newbie-8/none-of-my-usb-ports-detecded-847943/)

acein1 12-02-2010 10:30 AM

none of my usb ports detecded
 
hi ,i cant get any of my usb ports to open ,im trying to open my "usb external hard drive please help:(

markush 12-02-2010 11:17 AM

Well,

what always will work: look into your /dev directory with
Code:

ls /dev/sd*
this will show you all disks sda* sdb* and so on. In most cases /dev/sda1 /dev/sda2 ... are the partitions on your harddisk. So /dev/sdb1 or /dev/sdc1 should be the usb device. Mount as root or with sudo:
Code:

sudo mount /dev/sdb1 /mnt
if sdb1 is your USB-device. Be aware that the mountpoint, /mnt in this case must exist and should be an empty directory before mounting.

Markus

acein1 12-02-2010 11:25 AM

markus ,many thanks panic over all solved regards mike:o:o


All times are GMT -5. The time now is 11:33 AM.