F5F Stay Refreshed Software Operating Systems My Windows files aren't reachable anymore?

My Windows files aren't reachable anymore?

My Windows files aren't reachable anymore?

D
Deixid
Junior Member
47
03-03-2016, 07:34 AM
#1
My Windows 10 experienced issues during an update, and I've been using an Ubuntu Live USB to keep working. I've managed to access my files until now, but recently it's stopped responding. The error message appears after a few attempts, and it keeps showing up. I searched online for help, but nothing seems to work. I'm not very comfortable with Linux commands, except for turning off the touch screen on my laptop. Can you help me understand what might be going on?
D
Deixid
03-03-2016, 07:34 AM #1

My Windows 10 experienced issues during an update, and I've been using an Ubuntu Live USB to keep working. I've managed to access my files until now, but recently it's stopped responding. The error message appears after a few attempts, and it keeps showing up. I searched online for help, but nothing seems to work. I'm not very comfortable with Linux commands, except for turning off the touch screen on my laptop. Can you help me understand what might be going on?

I
idekatie
Junior Member
15
03-21-2016, 01:52 AM
#2
It might be a filesystem problem because it won’t mount. Running CHKDSK in Windows repair tools could help.
I
idekatie
03-21-2016, 01:52 AM #2

It might be a filesystem problem because it won’t mount. Running CHKDSK in Windows repair tools could help.

V
Vega058
Junior Member
15
03-26-2016, 03:40 PM
#3
Sure, you can try that. Plug your Windows bootable USB into the laptop and run the repair tools, then execute chkdsk to fix any issues. Your files should still be intact.
V
Vega058
03-26-2016, 03:40 PM #3

Sure, you can try that. Plug your Windows bootable USB into the laptop and run the repair tools, then execute chkdsk to fix any issues. Your files should still be intact.

P
Private_HAWK
Member
132
04-11-2016, 12:34 AM
#4
Your files remain intact, but Linux isn’t recognizing them because the file location database is damaged. You should be able to run a filesystem check via the Advanced Startup options on the restore USB.
P
Private_HAWK
04-11-2016, 12:34 AM #4

Your files remain intact, but Linux isn’t recognizing them because the file location database is damaged. You should be able to run a filesystem check via the Advanced Startup options on the restore USB.

P
pocio77
Posting Freak
783
04-11-2016, 12:42 AM
#5
It seems the optimal choice would be to eliminate the HD, replace it with an SSD, and set up Linux as intended. My choice leans toward Mint, though Ubuntu works too. Purchase a SATA to USB adapter, connect the drive externally via the cable, transfer all files and folders over. Store the removed disk on a shelf for safety. The sound of the old drive suggests it might be unstable.
P
pocio77
04-11-2016, 12:42 AM #5

It seems the optimal choice would be to eliminate the HD, replace it with an SSD, and set up Linux as intended. My choice leans toward Mint, though Ubuntu works too. Purchase a SATA to USB adapter, connect the drive externally via the cable, transfer all files and folders over. Store the removed disk on a shelf for safety. The sound of the old drive suggests it might be unstable.

B
bkisbeast1
Member
63
04-11-2016, 06:58 AM
#6
Usually you can make Linux force-mount the drive. If Windows fast startup is turned on or disk checks are enabled, Linux won’t mount it unless you override it. You can also use a Linux command to scan and repair NTFS drives. Another choice is to mount the drive as read-only. The method varies by distribution, but this problem is common, so looking for examples in Mint or Ubuntu should help.
B
bkisbeast1
04-11-2016, 06:58 AM #6

Usually you can make Linux force-mount the drive. If Windows fast startup is turned on or disk checks are enabled, Linux won’t mount it unless you override it. You can also use a Linux command to scan and repair NTFS drives. Another choice is to mount the drive as read-only. The method varies by distribution, but this problem is common, so looking for examples in Mint or Ubuntu should help.

D
131
04-11-2016, 08:50 AM
#7
Open the terminal and run the following command: sudo mount -t ntfs-3g /dev/sda5 /media/ubuntu/Windows8_OS. If errors occur, note them here. To verify the filesystem health, use ntfsprogs which comes with the Linux distribution; it can perform a disk check. Execute: sudo ntfsfix /dev/sda5. Let me know if you need further assistance!
D
DiamondGaming4
04-11-2016, 08:50 AM #7

Open the terminal and run the following command: sudo mount -t ntfs-3g /dev/sda5 /media/ubuntu/Windows8_OS. If errors occur, note them here. To verify the filesystem health, use ntfsprogs which comes with the Linux distribution; it can perform a disk check. Execute: sudo ntfsfix /dev/sda5. Let me know if you need further assistance!

E
eric20100
Junior Member
3
04-11-2016, 11:17 PM
#8
It seems HD storage is becoming less common. While the advice isn't great, I recommend copying a backup of your drive from https://www.maketecheasier.com/clone-ent...rive-linux and then testing access without restarting it for extra safety.
E
eric20100
04-11-2016, 11:17 PM #8

It seems HD storage is becoming less common. While the advice isn't great, I recommend copying a backup of your drive from https://www.maketecheasier.com/clone-ent...rive-linux and then testing access without restarting it for extra safety.