Skip to content

Instantly share code, notes, and snippets.

@h4k1m0u
Created March 21, 2021 13:57
Show Gist options
  • Save h4k1m0u/bb2fe02997520bb8b45723ee77ce30bc to your computer and use it in GitHub Desktop.
Save h4k1m0u/bb2fe02997520bb8b45723ee77ce30bc to your computer and use it in GitHub Desktop.
Few bash commands dealing with usb sticks
# df -hT # Show filesystem of devices & partitions
# unmount /dev/sdb1 # Unmount usb stick
# mkfs.fat /dev/sdb1 # Format usb stick using FAT filesystem
# eject /dev/sdb1 # eject usb stick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment