-
-
Save mvanzorn/f10099475f814353d7ced2cef986e3a4 to your computer and use it in GitHub Desktop.
Revisions
-
vielhuber revised this gist
Dec 2, 2017 . No changes.There are no files selected for viewing
-
vielhuber revised this gist
Dec 2, 2017 . No changes.There are no files selected for viewing
-
vielhuber created this gist
Dec 2, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # check all disks and find "boot" disk fdisk -l # repair that boot disk fsck -fy /dev/sda2 # reboot via ssh reboot