Created
September 27, 2018 02:19
-
-
Save ijasxyz/19d16743fdca52eac3dcee53c323322a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i # to continue as root | |
df -Th #list devices | |
umount {path_to_the_readonly_device} | |
dosfsck {filesystem_path} | |
#repair any bad sectors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment