How to repair external hard disk in Linux NTFS




Solution:-
[root@TEST ~]# fdisk -l

Disk /dev/sdc: 2000.4 GB, 2000365289472 bytes
255 heads, 63 sectors/track, 243197 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xae10fcce

   Device Boot      Start         End      Blocks   Id  System

/dev/sdc1               1      243198  1953480704    7  HPFS/NTFS


[root@TEST ~]# fsck /dev/sdc1
fsck from util-linux-ng 2.17.2
e2fsck 1.43-WIP (20-Jun-2013)
/dev/sdc1: recovering journal
Error reading block 1833 (Attempt to read block from filesystem resulted in short read).  Ignore error<y>? yes
Force rewrite<y>? yes
Error reading block 1834 (Attempt to read block from filesystem resulted in short read).  Ignore error<y>? yes

Issue resolved.


If issue not resolved than try below command
OR

[root@TEST ~]# ntfsfix /dev/sdc1

NTFS is the Windows fs, so you need to have Windows chkdsk it.

Do what gparted tells you to do.

Run chkdsk /f on it from Windows.

That fixed a laptop hard drive with bad sectors in a USB enclosure,
so when it was back in the laptop, WinXP was able to boot. Before that
 WinXP had refused to even boot in safe mode. Because of the bad sectors
clonezilla did not work, so I put it back in the USB enclosure and used the
 WD version of Acronis to image the drive for the warranty replacement
(which worked fine on that).

No comments:

ORA-01552: cannot use system rollback segment for non-system tablespace 'TEMP'

 ORA-01552: cannot use system rollback segment for non-system tablespace "string" Cause: Used the system rollback segment for non...