Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #14426
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | Johnny <johnny@invalid.net> |
| Newsgroups | comp.os.linux.misc |
| Subject | Restoring your USB key to it's original state using Linux: |
| Date | Thu, 9 Apr 2015 10:37:48 -0500 |
| Organization | albasani.net |
| Lines | 34 |
| Message-ID | <20150409103748.0ba63bd8@jmspc> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.albasani.net i6GJPFZc4YuTNvnAxQjVdJ9uosLTL9/ZYNNIMYSNzZ5w/IeSdcPVESauSSanI6VfOq9+HeMDYMnMYL445SKyLA== |
| NNTP-Posting-Date | Thu, 9 Apr 2015 15:37:48 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="5m6NAK/6AWo9ov8epyvzMHmyyZSKMaRcnkx/3JEsz2Y7apbsiFzIyL8I4+i/mTKrbk9Dbh8rZve6YarTkYNC8o/uJcEBBKn9LqFMd4Jd8+NCNAxxZ0SKmkq5xNGoDsst"; mail-complaints-to="abuse@albasani.net" |
| X-Newsreader | Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) |
| Face | iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAIVBMVEUBEkkoR4kBGFL+/v6gqrwDHVMABi9UaJvo6On5+fkXKlYbNFA9AAACYUlEQVQ4jZ3UzU/iQBQA8GdDMfFkN4rEE76AJl71sNzoLqFdTrShmnhCImPCCQwr6I3YLANXSLa94aYUt3/lvpnyqdk97Dt1+uubmb75gIu/BPwP5I3uuyi+SBiwuqVtxoGeFpAPtVNQcs4yECy9+5XgEo4OXzVt2U1bO7Z0/TfBz/bRcbQVN1rq7gLyfaNd2YaZdXo3hny5U1Ble14sUmrwHEVW8v4FPhcOWo6EwJ80o+ib786sKwGlasuREnC3Gc09XlZ3Ysi2xCwXkOZ86pyEMTyg/IGqgCHvN+xNMGYC9gKPPzq4gOoDYtXTZcYTd+v2JlDXxWA4ufV4QcVNOOd8kPAnbx4NvZWBPTdM+N7QG9RxKyMXFNSq73v+yFnBo8xIT+2q79Ews21wig2CSXPolzfgE54fjVQkqPX8gY2ZnQXsnw39HzZm/Us1wfl3hBVQs+RIuDH5KLOE6/1dAlt0pVTS3J2uAZqdgp0TgPTNA8RlfzzbBwCajISMyfsrSNUAu6KQhoK5N7fFbjcgOKTZMwW7eyFbwq6Anm4jUvncKQJrxku7m2JA1S3TJsQeb29DlnP+7Nx0PO7aBKcr6PHBq0lrEpnuL2ANua9KOwR7BlTuucvgXq+t4JYAapi75n3VzjBcQ8hqoCBe8xGVXMkkWYPFcBXDiVkiQFjCFyXJSGh5o1C8B8aaEvT2FWM0Cr2jUgElMEuCQYdIW58o8Zxidy+Q15MiQYn3L20q6oqxgMAImYwaiEjGjc4YLtxn+QjrSLK5SYfTM6IP0RmKc+4W398MHXMsrwz+Icb/uGT+AITWfCQjN2tRAAAAAElFTkSuQmCC |
| Cancel-Lock | sha1:YBy5JxlURk0FA4QK1z/GE5JOkxQ= |
| Xref | csiph.com comp.os.linux.misc:14426 |
Show key headers only | View raw
I thought this would be helpful information for someone having trouble
with a USB stick. I restored one that I was going to throw away, using
these instructions.
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
Restoring your USB key to it's original state using Linux:
A. First we need to delete the old partitions that remain on the USB key.
Open a terminal and type sudo su
Type fdisk -l and note your USB drive letter.
Type fdisk /dev/sdx (replacing x with your drive letter)
Type d to proceed to delete a partition
Type 1 to select the 1st partition and press enter
Type d to proceed to delete another partition (fdisk should automatically select the second partition)
B. Next we need to create the new partition.
Type n to make a new partition
Type p to make this partition primary and press enter
Type 1 to make this the first partition and then press enter
Press enter to accept the default first cylinder
Press enter again to accept the default last cylinder
Type w to write the new partition information to the USB key
Type umount /dev/sdx1 (replacing x with your drive letter)
C. The last step is to create the fat filesystem.
Type mkfs.vfat -F 32 /dev/sdx1 (replacing x with your USB key drive letter)
That's it, you should now have a restored USB key with a single fat 32
partition that can be read from any computer.
Back to comp.os.linux.misc | Previous | Next — Next in thread | Find similar | Unroll thread
Restoring your USB key to it's original state using Linux: Johnny <johnny@invalid.net> - 2015-04-09 10:37 -0500
Re: Restoring your USB key to it's original state using Linux: philo <philo@privacy.net> - 2015-04-09 10:56 -0500
Re: Restoring your USB key to it's original state using Linux: "Bill Cunningham" <mospam@nspam.invalid> - 2015-04-09 15:24 -0400
Re: Restoring your USB key to it's original state using Linux: Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2015-04-09 15:29 -0400
Re: Restoring your USB key to it's original state using Linux: "Bill Cunningham" <mospam@nspam.invalid> - 2015-04-09 16:25 -0400
Re: Restoring your USB key to it's original state using Linux: Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2015-04-10 10:11 -0400
Re: Restoring your USB key to it's original state using Linux: Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2015-04-10 11:25 -0700
Re: Restoring your USB key to it's original state using Linux: "Bill Cunningham" <mospam@nspam.invalid> - 2015-04-10 17:01 -0400
Re: Restoring your USB key to it's original state using Linux: "Bill Cunningham" <mospam@nspam.invalid> - 2015-04-09 16:37 -0400
Re: Restoring your USB key to it's original state using Linux: William Unruh <unruh@invalid.ca> - 2015-04-10 05:18 +0000
Re: Restoring your USB key to it's original state using Linux: The Natural Philosopher <tnp@invalid.invalid> - 2015-04-10 07:54 +0100
Re: Restoring your USB key to it's original state using Linux: J G Miller <miller@yoyo.ORG> - 2015-04-10 17:57 +0000
Re: Restoring your USB key to it's original state using Linux: "Bill Cunningham" <mospam@nspam.invalid> - 2015-04-10 17:03 -0400
Re: Restoring your USB key to it's original state using Linux: Harold Stevens <wookie@limbo.localdomain> - 2015-04-09 15:53 -0500
csiph-web