Flash drive doesn't show up on Windows, but works on Ubuntu
I have a Corsair Flash Voyager GT with capacity of 16 GB bought roughly 5 years ago. It was working okay on all my computers, like a flash drive usually does. One day I lend it to my friend and when he brought it back, he told me he could not get it working. After that I could not get it working on any of my Windows systems too.
Symptoms:
- The LED on flash drive doesn't blink;
- The device is not present in Computer Management / Storage;
- The device shows up under Other Devices / Unknown Device and Universal Serial Bus Controllers / Unknows Device in Device Manager;
- Windows 7 also fails to find and install drivers for Unknown Device.
However, under Ubuntu 10.04 on my netbook, the flash drive is fully operational: I could easily back up data from it, format it (however formatting did not help to get it running on Windows). FYI the filesystem was NTFS, reformatted as FAT, so that's hardly the issue.
In addition, I tried to plug this flash drive into freshly installed Windows 7 x64 Ultimate. I read that it might be a driver problem. Unfortunately this was not of any help.
What can be cause of this? Given that the device is working okay in Ubuntu, I assume that the hardware itself is not damaged. And is there any way to fix it? If yes then how?
windows usb-flash-drive
add a comment |
I have a Corsair Flash Voyager GT with capacity of 16 GB bought roughly 5 years ago. It was working okay on all my computers, like a flash drive usually does. One day I lend it to my friend and when he brought it back, he told me he could not get it working. After that I could not get it working on any of my Windows systems too.
Symptoms:
- The LED on flash drive doesn't blink;
- The device is not present in Computer Management / Storage;
- The device shows up under Other Devices / Unknown Device and Universal Serial Bus Controllers / Unknows Device in Device Manager;
- Windows 7 also fails to find and install drivers for Unknown Device.
However, under Ubuntu 10.04 on my netbook, the flash drive is fully operational: I could easily back up data from it, format it (however formatting did not help to get it running on Windows). FYI the filesystem was NTFS, reformatted as FAT, so that's hardly the issue.
In addition, I tried to plug this flash drive into freshly installed Windows 7 x64 Ultimate. I read that it might be a driver problem. Unfortunately this was not of any help.
What can be cause of this? Given that the device is working okay in Ubuntu, I assume that the hardware itself is not damaged. And is there any way to fix it? If yes then how?
windows usb-flash-drive
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
1
runfile /dev/sdb
orfdisk /dev/sdb
with sdb is your USB to see the actual disk format
– phuclv
May 1 at 10:44
add a comment |
I have a Corsair Flash Voyager GT with capacity of 16 GB bought roughly 5 years ago. It was working okay on all my computers, like a flash drive usually does. One day I lend it to my friend and when he brought it back, he told me he could not get it working. After that I could not get it working on any of my Windows systems too.
Symptoms:
- The LED on flash drive doesn't blink;
- The device is not present in Computer Management / Storage;
- The device shows up under Other Devices / Unknown Device and Universal Serial Bus Controllers / Unknows Device in Device Manager;
- Windows 7 also fails to find and install drivers for Unknown Device.
However, under Ubuntu 10.04 on my netbook, the flash drive is fully operational: I could easily back up data from it, format it (however formatting did not help to get it running on Windows). FYI the filesystem was NTFS, reformatted as FAT, so that's hardly the issue.
In addition, I tried to plug this flash drive into freshly installed Windows 7 x64 Ultimate. I read that it might be a driver problem. Unfortunately this was not of any help.
What can be cause of this? Given that the device is working okay in Ubuntu, I assume that the hardware itself is not damaged. And is there any way to fix it? If yes then how?
windows usb-flash-drive
I have a Corsair Flash Voyager GT with capacity of 16 GB bought roughly 5 years ago. It was working okay on all my computers, like a flash drive usually does. One day I lend it to my friend and when he brought it back, he told me he could not get it working. After that I could not get it working on any of my Windows systems too.
Symptoms:
- The LED on flash drive doesn't blink;
- The device is not present in Computer Management / Storage;
- The device shows up under Other Devices / Unknown Device and Universal Serial Bus Controllers / Unknows Device in Device Manager;
- Windows 7 also fails to find and install drivers for Unknown Device.
However, under Ubuntu 10.04 on my netbook, the flash drive is fully operational: I could easily back up data from it, format it (however formatting did not help to get it running on Windows). FYI the filesystem was NTFS, reformatted as FAT, so that's hardly the issue.
In addition, I tried to plug this flash drive into freshly installed Windows 7 x64 Ultimate. I read that it might be a driver problem. Unfortunately this was not of any help.
What can be cause of this? Given that the device is working okay in Ubuntu, I assume that the hardware itself is not damaged. And is there any way to fix it? If yes then how?
windows usb-flash-drive
windows usb-flash-drive
edited Mar 31 '13 at 15:21
asked Mar 31 '13 at 15:12
Actine
12613
12613
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
1
runfile /dev/sdb
orfdisk /dev/sdb
with sdb is your USB to see the actual disk format
– phuclv
May 1 at 10:44
add a comment |
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
1
runfile /dev/sdb
orfdisk /dev/sdb
with sdb is your USB to see the actual disk format
– phuclv
May 1 at 10:44
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
1
1
run
file /dev/sdb
or fdisk /dev/sdb
with sdb is your USB to see the actual disk format– phuclv
May 1 at 10:44
run
file /dev/sdb
or fdisk /dev/sdb
with sdb is your USB to see the actual disk format– phuclv
May 1 at 10:44
add a comment |
2 Answers
2
active
oldest
votes
We all have friends who don't tell us everything that happened to the things we lend them.
Have you tried reformatting the drive with a windows tool like the HP Key drive tool?
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
add a comment |
Happened the same to me. Try using gparted then wipe the flash drive without any filesystem. I then plugged in Windows and it worked and prompted to format to FAT32. I think that happened because I used the flash drive to boot a linux installation before.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f576071%2fflash-drive-doesnt-show-up-on-windows-but-works-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
We all have friends who don't tell us everything that happened to the things we lend them.
Have you tried reformatting the drive with a windows tool like the HP Key drive tool?
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
add a comment |
We all have friends who don't tell us everything that happened to the things we lend them.
Have you tried reformatting the drive with a windows tool like the HP Key drive tool?
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
add a comment |
We all have friends who don't tell us everything that happened to the things we lend them.
Have you tried reformatting the drive with a windows tool like the HP Key drive tool?
We all have friends who don't tell us everything that happened to the things we lend them.
Have you tried reformatting the drive with a windows tool like the HP Key drive tool?
answered Mar 31 '13 at 15:26
jdh
6,5051120
6,5051120
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
add a comment |
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
Your tool didn't install on my Windows 7 64bit environment. I tried HP USB Disk Storage Format Tool, but it didn't see my device. I will give it a try from Wine, but I doubt it will be helpful.
– Actine
May 2 '13 at 13:02
add a comment |
Happened the same to me. Try using gparted then wipe the flash drive without any filesystem. I then plugged in Windows and it worked and prompted to format to FAT32. I think that happened because I used the flash drive to boot a linux installation before.
add a comment |
Happened the same to me. Try using gparted then wipe the flash drive without any filesystem. I then plugged in Windows and it worked and prompted to format to FAT32. I think that happened because I used the flash drive to boot a linux installation before.
add a comment |
Happened the same to me. Try using gparted then wipe the flash drive without any filesystem. I then plugged in Windows and it worked and prompted to format to FAT32. I think that happened because I used the flash drive to boot a linux installation before.
Happened the same to me. Try using gparted then wipe the flash drive without any filesystem. I then plugged in Windows and it worked and prompted to format to FAT32. I think that happened because I used the flash drive to boot a linux installation before.
answered Jul 17 '15 at 21:19
user470553
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f576071%2fflash-drive-doesnt-show-up-on-windows-but-works-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try GParted in Linux to delete all existing partitions on the drive (not just reformat) and then try it under Windows. Hopefully you'll get an option to initialize and format it, and then it should work.
– Karan
Apr 1 '13 at 9:56
@Karan played around with GParted, unfortunately it did not help. Pendrive is still "USB device not recognized".
– Actine
May 2 '13 at 12:50
Did you delete all partitions and then insert the completely unpartitioned/uninitialised/unformatted drive into the Windows PC? If the drive's still unpartitioned, try inserting it after running USB Oblivion on your Win PC (be sure to check the "Do real clean" checkbox).
– Karan
May 2 '13 at 14:46
Same problem - got two USB Mass Storage devices, both work on an Ubuntu laptop but Windows 7 sees them as Unknown Devices. USB Sticks that do not require too much power to work are registered by Windows 7 (and Ubuntu) fine. So I think atm it's a Windows 7 driver issue.
– Spedge
Dec 23 '16 at 14:02
1
run
file /dev/sdb
orfdisk /dev/sdb
with sdb is your USB to see the actual disk format– phuclv
May 1 at 10:44