Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for lsusb

January 21, 2020

Determine USB Format Type

Here’s how to determine what type of USB format a thumb drive is in Linux.

  • df -Th (shows the file system type)
  • lsblk (shows the block devices)
  • lsusb (show usb ports and devices)
  • fdisk -l (displays the USB format type)

To display, use “fdisk -l” to display either NTFS, FAT32 or exFAT32.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021