Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129045y@SukMikeHok
It should give you a chance to get an interactive prompt, usually by hitting ctrl-d, and once you're at that prompt, you can type:
fsck /dev/sda1
It will probably give you a series-- possibly hundreds --of y/n prompts to fix something. Just hit y on them, and unless your hard drive is completely ruined, you should come out fine. -
The "RUN fsck MANUALLY" part is probably what threw you off...
Dude, it's linux. It usually does its best to tell/explain you what got fucked up and how to fix it.
Either hit ctrl+d and follow instructions to get root shell, or reboot into live environment [from usb] and fsck [FileSystemChecK] your /dev/sd* devices as root [´fsck /dev/sd*´] -
KiDoDa1265yAlso, clean your cooling fans and make sure the vents are clear. Heat kills electronics; it will melt the solder from the components.
-
bahua129045y@SukMikeHok
Some... less capable filesystems are more prone to issues like this, and require primitive measures like this to be recovered. It boggles my mind that ext4 is still the default FS on most major distros. It's super shitty. -
bahua129045y@erandria
I recommend xfs for simplicity, stability, performance, and not having to have any knowledge to benefit from it.
I recommend btrfs to people who want to tinker.
Ive been running a brute force program on kali linux virtual machine which was using multi threading by sending Hundreds of requests per 10 seconds 24/7 my laptop overheated and shut down and now my kali linux vm wont boot up something got broken heres a screenshot help please
rant