Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 705  / 2 Years ago, sat, april 23, 2022, 3:16:52

SMART data for HDD screenshot


I have had this error for a while now. Is it safe to use?


More From » badblocks

 Answers
0

Here is the proper way to bad block your hard disk...


Note: do NOT abort a bad block scan!


Note: do NOT bad block a SSD


Note: backup your important files FIRST!


Note: this will take many hours


Note: you may have a pending HDD failure


Boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode.


In terminal...


sudo fdisk -l # identify all "Linux Filesystem" partitions


sudo e2fsck -fcky /dev/sdXX # read-only test


or


sudo e2fsck -fccky /dev/sdXX # non-destructive read/write test (recommended)


The -k is important, because it saves the previous bad block table, and adds any new bad blocks to that table. Without -k, you loose all of the prior bad block information.


The -fccky parameter...


   -f    Force checking even if the file system seems clean.

-c This option causes e2fsck to use badblocks(8) program to do
a read-only scan of the device in order to find any bad blocks.
If any bad blocks are found, they are added to the bad block
inode to prevent them from being allocated to a file or direc‐
tory. If this option is specified twice, then the bad block scan
will be done using a non-destructive read-write test.

-k When combined with the -c option, any existing bad blocks in the
bad blocks list are preserved, and any new bad blocks found by
running badblocks(8) will be added to the existing bad blocks
list.

-y Assume an answer of `yes' to all questions; allows e2fsck to be
used non-interactively. This option may not be specified at the
same time as the -n or -p options.

[#1481] Saturday, April 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
elopingapo

Total Points: 206
Total Questions: 110
Total Answers: 114

Location: Guam
Member since Tue, Nov 29, 2022
1 Year ago
elopingapo questions
Fri, Sep 10, 21, 17:52, 3 Years ago
Tue, May 24, 22, 00:42, 2 Years ago
Fri, Jan 13, 23, 06:41, 1 Year ago
Sat, Jun 11, 22, 10:16, 2 Years ago
;