Skip to content

Instantly share code, notes, and snippets.

@wcomnisky
Created March 7, 2018 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcomnisky/ac41bfabe5ae1d6a56396d9b3848532b to your computer and use it in GitHub Desktop.
Save wcomnisky/ac41bfabe5ae1d6a56396d9b3848532b to your computer and use it in GitHub Desktop.
USB Stick read-only problem on Linux

Use one of the following to find the USB stick:

  • mount
  • df -Th

Umount it:

  • umount /dev/sd{xn}

Format it:

  • sudo mkfs.vfat /dev/sd{xn}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment