Mount USB Drive on Linux
Jump to navigation
Jump to search
Internal
Overview
Find the drive with fdisk -l
:
fdisk -l
Disk /dev/sda: ...
Disk /dev/sdb: 62.2 GB, 62176362496 bytes, 121438208 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2 121438207 60719103 b W95 FAT32
Mount:
mount /dev/sdb1 /mnt/tmp/usb/