Results 1 to 4 of 4
every couple of weeks i experience problems with my fantom 1tb GF 100EU external hard drive. it is only about 5 months old. it either doesn't show up on the ...
- 06-23-2009 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 24
how do i run checkdisk on an external hard drive in linux?
every couple of weeks i experience problems with my fantom 1tb GF 100EU external hard drive. it is only about 5 months old. it either doesn't show up on the desktop, can't be found in "my computer", or if it is found, cannot be accessed. sometimes i receive an error message and part of the "details" of this error message say to run a "windows checkdisk:" which i know how to do, but it takes over a day.
i have done a little research and read that the linux equivalent to checkdisk is fdisk. lets say for instance, the external fantom is G, what would be the proper command to run fdisk on G?
thanks.
- 06-23-2009 #2
try
Code:man fdisk fsck

fdisk is for partition table manipulation. If you have Windows partitions my advice would be use Windows to fix them ...
Problems every couple of weeks sounds like either:-
a) a hardware issue or
b) something you are doing on a routine basis causing problems ...
- 06-24-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,943
If this was formatted at the factory, it either has a FAT32 or NTFS file system on it. If you are using this exclusively for Linux, then reformat it with the ext3 file system and when you have problems run fsck on it. It might have some marginally bad blocks, so when you format it for ext2/ext3 you can have it exhaustively check for and log bad blocks so they are mapped out of use by the file system. Usually a drive these days will remap bad blocks automatically, but marginal ones can still cause problems such as you are experiencing.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-24-2009 #4Just Joined!
- Join Date
- Dec 2008
- Posts
- 24
the checkdisk started several days ago, is still running. as soon as it is finished, i will try all of the suggestions provided.
thanks.


Reply With Quote
