fsck /dev/sda1 -->/bin/bash: Output: not found
Asked
Active
Viewed 4.2k times
1 Answers
4
Remove HDD from system connect it to another system on second SATA port alongside with that HDD and turn ON system
Open terminal
Find the device label of that HDD using
sudo lsblk
for example if it is /dev/sda1 then run below command in terminal
If fsck is not working then try
sudo e2fsck -f -b 32768 -y /dev/sda1
Zanna
- 72,312
Mayur Bhandare
- 5,715
