![]() |
Can't find old HDD - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26) +--- Thread: Can't find old HDD (/showthread.php?tid=961) |
Re: Can't find old HDD - gold_finger - 10-09-2014 Don't bother with mount commands that don't specify a partition number (eg. just /dev/sdf won't work; needs to be sdf1). (10-09-2014, 04:47 AM)Monkeyman link Wrote: monkeyman@monkeyman:~$ sudo mount -t ntfs-3g /dev/sdf1 /media/external 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/unable-to-read-my-external-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? Re: Can't find old HDD - Monkeyman - 10-09-2014 My laptop still runs Windows 7 (please, don't tell anybody ![]() Re: Can't find old HDD - gold_finger - 10-09-2014 (10-09-2014, 11:20 AM)Monkeyman link Wrote: My laptop still runs Windows 7 (please, don't tell anybody Plenty of people dual-boot or continue to need/use Windows for various things. Nothing wrong with that. (10-09-2014, 11:20 AM)Monkeyman link Wrote: This computer shows that it's physically there so I'm not really sure what I'd have to do in Windows to "fix" it. Any thoughts on that? I'll read your link this evening (WAY past my bedtime already). It is a strange problem and I've never run into it myself. The link I referenced tells you what to do in Windows, so just follow those instructions. Before trying to run any fix, see if you are able to access and use the files from Windows 7. I'd imagine (but don't know for sure) that if something is preventing access in Linux, it would also cause same problem in Windows. If you don't have any problem in Windows, then I'd definitely recommend you follow instructions below before you mess with it at all. One thing you might want to do before messing further with the drive is to make a cloned image of it. If you have another drive of equal or greater size, this tool seems to come highly recommended by many people in forums: Macrium Reflect. Install it to your Windows OS and use it to make a clone of the drive. Then try recovering access to your files and if something goes terribly wrong you've got the original backed-up. (You might be better off leaving the original alone and try your recovery efforts on the cloned drive instead.) I've never used the software myself, so you may need to do some research if the options to clone that partition are not clearly obvious. In a nutshell, what I would do if the original DOES work in Windows, but not in Linux: * Clone the drive * Test ability to access cloned drive from Windows * Test ability to access cloned drive from Linux * If can't access from Linux, boot back into Windows and run repair procedure outline in link to the cloned drive and see what happens. (Leave original drive alone if it works in Windows.) Good luck. Re: Can't find old HDD - Scott(0) - 10-09-2014 Regarding cloning the drive If you clone the drive there's also a *chance* that the problem will fix itself, sort of. If the problem is bad sectors, for example, most clone software has the ability to deal with that, either by reading the bad sectors repeatedly until the information is extracted successfully or skipping the bad sector altogether. Which may not be so bad in your situation. If just a minor insignificant number of sectors are skipped in an entire movie file you probably won't really notice it ... too much. Re: Can't find old HDD - Monkeyman - 10-10-2014 Since the HDD appears to be ****ed on my Win7 laptop, too, I'll assume it's basically dead. I'll try cloning it to see if that helps. If not, I thank you all for your help. |