# 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
Created
March 21, 2021 13:57
-
-
Save h4k1m0u/bb2fe02997520bb8b45723ee77ce30bc to your computer and use it in GitHub Desktop.
Few bash commands dealing with usb sticks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment