Skip to content

Instantly share code, notes, and snippets.

@Shaltz
Created March 26, 2015 10:30
Show Gist options
  • Save Shaltz/1235d28fdad103539da1 to your computer and use it in GitHub Desktop.
Save Shaltz/1235d28fdad103539da1 to your computer and use it in GitHub Desktop.
Linux / Ubuntu : Repair USB key Read Only Error
sudo su -
df -Th
umount 'mounted on name from df'
dosfsck -a 'FileSystem name from df'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment