10-09-2014, 10:36 AM
Don't bother with mount commands that don't specify a partition number (eg. just /dev/sdf won't work; needs to be sdf1).
Something got corrupted on the drive and won't let you access the partition anymore. Looked up info on error message and sounds like it is something you need to fix from a running Windows system. Do you have any computers running Windows right now, or access to a friends machine that you could plug the drive into? Basically, most answers I saw gave same solution as posted here: http://askubuntu.com/questions/335198/un...hard-drive.
Just out of curiosity, when was the last time you used that external drive? Did it have a full Windows installation on it, or was it always just a partition that held only data files?
(10-09-2014, 04:47 AM)Monkeyman link Wrote: monkeyman@monkeyman:~$ sudo mount -t ntfs-3g /dev/sdf1 /media/external
ntfs_mst_post_read_fixup_warn: magic: 0x44414142 size: 1024 usa_ofs: 20480 usa_count: 36364: Invalid argument
Record 0 has no FILE magic (0x44414142)
Failed to load $MFT: Input/output error
Failed to mount '/dev/sdf1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Something got corrupted on the drive and won't let you access the partition anymore. Looked up info on error message and sounds like it is something you need to fix from a running Windows system. Do you have any computers running Windows right now, or access to a friends machine that you could plug the drive into? Basically, most answers I saw gave same solution as posted here: http://askubuntu.com/questions/335198/un...hard-drive.
Just out of curiosity, when was the last time you used that external drive? Did it have a full Windows installation on it, or was it always just a partition that held only data files?
Try Linux Beginner Search Engine for answers to Linux questions.