De Help Desk punt NL
Kennisbank
De Helpdesk > De Helpdesk > Kennisbank

Mounten USB device

Oplossing Als je device is aangesloten op een usb-poort voer dan in de terminal het volgende commando in:
# lsusb

Bijvoorbeeld:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0d62:a100 Darfon Electronics Corp. Benq Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1058:1001 Western Digital Technologies, Inc. External Hard Disk


Nu zie je als het goed is al je aangesloten hardware op je usb poorten.

Het volgende commando geeft je nog iets meer info:

# ls -l /dev/disk/by-id

Bijvoorbeeld:
lrwxrwxrwx 1 root root 9 Feb 18 23:39 ata-Maxtor_6L250S0_L5038LZH -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 18 23:39 ata-Maxtor_6L250S0_L5038LZH-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Feb 18 23:39 ata-Maxtor_7Y250M0_Y63MKZHE -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 18 23:39 ata-Maxtor_7Y250M0_Y63MKZHE-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 18 23:39 ata-Maxtor_7Y250M0_Y63MKZHE-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Feb 18 23:39 scsi-SATA_Maxtor_6L250S0_L5038LZH -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 18 23:39 scsi-SATA_Maxtor_6L250S0_L5038LZH-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Feb 18 23:39 scsi-SATA_Maxtor_7Y250M0_Y63MKZHE -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 18 23:39 scsi-SATA_Maxtor_7Y250M0_Y63MKZHE-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 18 23:39 scsi-SATA_Maxtor_7Y250M0_Y63MKZHE-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Feb 18 23:39 usb-WD_5000AAK_External_574D41535932303435373739-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Feb 18 23:39 usb-WD_5000AAK_External_574D41535932303435373739-0:0-part1 -> ../../sdc1

De laatste uit de rij (usb-WD_5000AAK_External_574D41535932303435373739-0:0-part1 -> ../../sdc1) die moeten we hebben.

Maak de dir aan om deze schijf in te mounten, ik heb gekozen voor /media/Elements, dit omdat de externe schijf een Western Digital Elements is ;-)

En nu de mount opdracht:

# mount /dev/sdc1 /media/Elements

sdc1 is de verwijzing, en Elements is dus de map waar deze nu zichtbaar is.
 
Was dit artikel bruikbaar? ja / nee
Gerelateerde artikelen Rsync SSH inlog zonder wachtwoord in te geven Fedora of Centos
root@localhost.domein.nl
PHPmailer installeren onder Fedora
Disable SSH root access
Mount externe USB drive CentOS 7
Artikel details
Artikel ID: 73
Categorie: Linux
Zoekwoorden
Datum toegevoegd: 19-Feb-2010 00:37:14
Aantal bekeken: 535
Beoordeling (Stemmen): Artikel beoordeeld 4.4/5.0 (69)

 
« Ga terug