LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Buffer I/0 error on sda2 (https://www.linuxquestions.org/questions/linux-newbie-8/buffer-i-0-error-on-sda2-4175497817/)

Newzslack 03-11-2014 10:13 AM

Buffer I/0 error on sda2
 
hello,

I recently installed Arch on one of my desktops, the first time there was no problems, however I re-installed it later and now everytime I boot I get:

Buffer I/0 error on device sda2, logical block 0

is there anything I can do to format, get rid of bad blocks etc?

i'm assuming my hard drive isn't dead since it happened after an Arch install attempt?

thanks for any advice

Cr0wb4r 03-11-2014 10:50 AM

Newszlack,

I would probably start by booting a live CD and then running fsck to check your hard drive.

You may want to take a look at the link below if you do no know how to use fsck:
http://www.thegeekstuff.com/2012/08/...mand-examples/

Good luck!

metaschima 03-11-2014 11:01 AM

I would run a SMART long test on the drive, this makes sure the drive is not failing and checks for bad blocks.

Code:

smartctl -t long /dev/sda
Wait for it to finish and post 'smartctl -a /dev/sda'.


All times are GMT -5. The time now is 06:18 PM.