Originally posted by cod5cl
hello everyone i have this problem and i don't know how to fix it
the problem is when i put my flash memory or external hdd my laptop does not detected it !!
1. Connect USB/HDD.
2. Open CMD.
3. Type diskpart, click yes.
4. Type "list disk".
5. Select your disk by typing "select disk 1/2/3" whatever the USB/HDD is, but usually it'll be 2 or 3 depending on how much you have plugged in.
6. Once you have selected your disk, type "clean".
7. Type "create partition primary".
8. Type "format fs=fat32 label="name you want to show" quick", fs is the format type which can be ntfs, fat32, etc. Quick just makes it a quick format or you can do a full format by just removing quick.
9. You're done.
If you have any problems, just let me know.