• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Determine USB Format Type

January 21, 2020

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.

Filed Under: Linux Tagged With: df, fdisk, format, lsblk, lsusb, type, usb

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023