From: Daniel Quinn <expendable.0@danielquinn.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Formating a USB stick
Date: Wed, 7 Oct 2009 23:40:02 +0000 [thread overview]
Message-ID: <200910072340.02974.expendable.0@danielquinn.org> (raw)
In-Reply-To: <200910072330.36480.michaelkintzios@gmail.com>
On October 7, 2009 10:30:23 pm Mick wrote:
> What's the best way to reformat a USB stick?
The thing about USB sticks is that if you want to use them to transfer files
cross-platform (Windows & Mac as well as Linux) you have to use a common
filesystem. Typically, I use FAT32 for this since I don't think Windows
supports anything else that Linux and Mac can both deal with (NTFS support in
Linux is still unavailable on most machines)
So, if you're going to go with FAT32, you can use fdisk to partition your
stick as usual, and mark it as type "b" (Win95 FAT32) (there's a few options
related to FAT32 in there, but I *think* that that's the right one). Write to
the stick and exit fdisk.
Then when you're back at the prompt, run:
# mkfs.vfat /dev/sda1
...if sda is in fact your key. You can even add "-L LabelName" to attach a
label to the stick:
# mkfs.vfat -L "USB Stick" /dev/sda1
I'm pretty sure spaces are ok there... If not, nuke the space ;-)
next prev parent reply other threads:[~2009-10-07 23:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-07 22:30 [gentoo-user] Formating a USB stick Mick
2009-10-07 22:55 ` dhk
2009-10-07 23:40 ` Daniel Quinn [this message]
2009-10-08 6:31 ` Mick
2009-10-08 8:41 ` Neil Bothwick
2009-10-08 10:34 ` daid kahl
2009-10-08 11:16 ` Neil Bothwick
2009-10-08 11:25 ` KH
2009-10-14 12:12 ` daid kahl
2009-10-08 11:22 ` KH
2009-10-08 14:10 ` Stroller
2009-10-09 9:17 ` KH
2009-10-08 12:14 ` KH
2009-10-08 20:25 ` Frank Steinmetzger
2009-10-08 21:10 ` Paul Hartman
2009-10-08 21:23 ` Volker Armin Hemmann
2009-10-08 22:14 ` Mick
2009-10-08 22:22 ` Paul Hartman
2009-10-08 23:14 ` Stroller
2009-10-09 6:56 ` Mick
2009-10-09 8:11 ` Neil Bothwick
2009-10-09 12:51 ` Mick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200910072340.02974.expendable.0@danielquinn.org \
--to=expendable.0@danielquinn.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox