Issue with external hard drive G:
SolvedAnonymous user -
Hello,
I have a problem with my external hard drive G: 2TB and USB 3.0. The situation is that when I want to install one of my Steam games, I click on install and select the external drive. So far, no problem, but it happens during the installation where Steam crashes and doesn't work again until I restart my PC. Meanwhile, I have never had this issue with my internal drive C: (which contains Windows).
Is the problem with the external drive G: (which is connected via USB 3.0), with Steam, or something else?
3 answers
-
Hello, Format the hdd to ntfs and retry
-
Good evening,
Have you done it before and it no longer works or you've never succeeded?
You need to create a folder first on your external hard drive, then in the Steam menu, point to that folder (specify a folder, not just the drive).
or
As mentioned, right-click on your drive, then properties. If it is in FAT32 for example, that's not good (folder limited to 4 GB), if NTFS, that would be fine.
or
"Worn-out" disk, you can check its health status with > https://www.commentcamarche.net/telecharger/utilitaires/6735-crystaldiskinfo/
Automatic message
Without regular feedback from you... you can always refer to article 22 ;-)
Mini Note to the volunteers who are helping you: Reply, Respect, Politeness,...-
-
exFAT has never been much used personally. It might be good if you have a Mac. But for use on TVs or other devices, it's not a sure thing.
NTFS is more suitable for Windows and other devices than PCs (TVs, consoles, ...)
Format it and choose NTFS (depending on usage)
-------
Otherwise, did you create a folder on this disk before sending anything to it?
-
-
-
-
-
We are going to try to clean and format it to NTFS using Diskpart.
Right-click on the Start menu icon and choose Windows Powershell (admin command prompt).
Type the following commands, pressing Enter after each one.
diskpart
list disk
select disk x
(replace x with the disk number corresponding to your external hard drive, the number given in the result of list disk. Be careful not to make a mistake, as the next steps will delete everything on the indicated disk)
clean
create partition primary
format fs=ntfs quick
exit
Then check if it is indeed NTFS and okay for your games (otherwise, you'll need to look elsewhere for a format issue)
Auto message
Without regular feedback from you... you can always refer to article 22 ;-)
A mini reminder to those volunteers who help you: Respond, Respect, Politeness,...-
-
No, it will be 0 or 1 or 2 ...a number, not a letter.
When you have typed and executed the List Disk command, the result gives a table that shows all connected disks (internal and external) and assigns a number to each of them.
Identify the one that corresponds to your external hard drive, based on its size and other information, and use the number it has.
(if in doubt, send me a photo of this list disk result)
Example to visualize a list disk
Well, I have this error:
DiskPart referenced an object that is not up to date.
Refresh the object using the RESCAN command.
If the problem persists, exit DiskPart, then relaunch DiskPart or restart the computer.
I've tried everything, but nothing works; it hangs on the "create partition primary" command.
-