Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 22446  / 2 Years ago, wed, july 6, 2022, 4:31:17

I have a 4GB USB flash drive, which used to work fine. Recently, though, my mother had a problem with her HP winXP laptop. She tried to re-install XP using a Dell recovery disk, which would not recognize her laptop's HDD and tried to install onto my USB drive, which was plugged in at the time. She has a new laptop now, but my drive doesn't work: Ubuntu will not recognize it, and Windows only recognizes it but can't mount or partition it. What should I do?


More From » mount

 Answers
4

First open a terminal with Alt-Ctl-T.



Enter the command:



mount


and make a list of which devices are in use.



Enter the following command to keep an eye on the syslog (log of what is happening on your system from the operating system point of view).



tail -f /var/log/syslog


Now plug in and remove the flash drive. Make sure of what device it is, and that it's not one of the ones you saw mounted above. It may be something like /dev/sdc. Also see if you see the same device with a number after it, e.g. /dev/sdc1. If you see that your flash drive is being seen by your system.



Assuming it is not you can format the drive. If /dev/sdm was the drive your flash drive becomes, plug it in once again and enter:



sudo fdisk /dev/sdm


Now you can partition the device and format those partitions as you desire.



If nothing is noted on /var/log/syslog as you plug in the drive and unplug it, it is, indeed, unusable with Ubuntu.


[#36083] Thursday, July 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ularousand

Total Points: 380
Total Questions: 109
Total Answers: 101

Location: England
Member since Tue, Sep 8, 2020
4 Years ago
;