LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Trouble with new USB
#10
Have seen posts like this before and only thing that ended up working was to zero out USB with dd first, then reformat.  Might as well give it a shot.

Plug USB in and make sure you know which device name is assigned to it.  If sudo blkid doesn't show it, open GParted and find out the name from there.  (Then close GParted.)  For this example I'll use "/dev/sdb" for name of USB.  If that's not correct for you, change it in command below.

To write zeros to whole USB, open a terminal and enter this command:
Code:
sudo dd if=/dev/zero of=/dev/sdb bs=4K conv=notrunc

Wait until it completes (could take many minutes), then unplug drive.

Plug drive back in, open GParted -- create new "msdos" partition table, then make partition(s) you want on it.

Hopefully that works.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
[SOLVED] Trouble with new USB - by Alex - 12-04-2014, 03:55 PM
Re: Trouble with new USB - by Scott(0) - 12-04-2014, 04:21 PM
Re: Trouble with new USB - by Alex - 12-04-2014, 08:15 PM
Re: Trouble with new USB - by Wirezfree - 12-04-2014, 09:22 PM
Re: Trouble with new USB - by Alex - 12-06-2014, 09:49 AM
Re: Trouble with new USB - by Valtam - 12-06-2014, 09:58 AM
Re: Trouble with new USB - by Wirezfree - 12-06-2014, 12:56 PM
Re: Trouble with new USB - by Scott(0) - 12-06-2014, 03:20 PM
Re: Trouble with new USB - by Wirezfree - 12-06-2014, 03:49 PM
Re: Trouble with new USB - by gold_finger - 12-06-2014, 07:57 PM
Re: Trouble with new USB - by Alex - 12-07-2014, 09:41 PM
Re: Trouble with new USB - by gold_finger - 12-07-2014, 10:01 PM
Re: Trouble with new USB - by Valtam - 12-07-2014, 10:05 PM
Re: Trouble with new USB - by gold_finger - 12-07-2014, 10:47 PM
Re: Trouble with new USB - by Alex - 12-08-2014, 06:35 AM
Re: Trouble with new USB - by Alex - 12-08-2014, 06:59 AM
Re: Trouble with new USB - by Alex - 12-08-2014, 07:11 AM
Re: Trouble with new USB - by Alex - 12-08-2014, 07:51 AM
Re: Trouble with new USB - by bobw - 12-08-2014, 08:28 AM
Re: Trouble with new USB - by gold_finger - 12-08-2014, 11:40 AM
Re: Trouble with new USB - by Alex - 12-08-2014, 12:35 PM
Re: Trouble with new USB - by gold_finger - 12-08-2014, 12:54 PM
Re: Trouble with new USB - by Alex - 12-08-2014, 08:00 PM
Re: Trouble with new USB - by N4RPS - 12-22-2014, 06:06 AM

Forum Jump:


Users browsing this thread: 5 Guest(s)