How should I format my USB stick?

Using applications, configuring, problems
Post Reply
Message
Author
Guest

How should I format my USB stick?

#1 Post by Guest »

Ok I basically am used to Puppy, but the one thing I can
syzygy
Posts: 76
Joined: Sun 03 Jul 2005, 10:57
Location: wollongong

#2 Post by syzygy »

when you buy flash sticks they're usually already formatted with dos or fat file structure. has your's lost format, or do you want to format as ext2?
User avatar
gnomen
Posts: 65
Joined: Mon 11 Jul 2005, 11:21
Location: NORWAY

#3 Post by gnomen »

if your usb-stick is at /dev/sda1

Code: Select all

mkdosfs /dev/sda1
should format it
fake it until you make it
Guest

#4 Post by Guest »

Well, I have it formatted, yea, but I can't figure out how to format it and erase all of the write-protected stuff. I tried mkdosfs /dev/sda1 (yea, I'm sure it's sda1), but I think I'll just use one of the Windows computers (god forbid!).
SnowDog
Posts: 312
Joined: Thu 05 Jan 2006, 19:24
Location: Manitoba Canada
Contact:

#5 Post by SnowDog »

Whenever I do usb installs it wipes it out (if there was anything on it) and goes from there....just go to usb install & it should walk you through it.
If you find my posts helpful and you want to say thanks, please consider clicking the www button under my posts to visit my website.
shankargopal as Guest

#6 Post by shankargopal as Guest »

I have had a lot of bad experiences with a badly formatted Trascend JetFlash USB stick (you can search the forum for some of those :) ). In my experience, what worked best was to use fdisk under Puppy (cfdisk refused to open it), delete all existing partitions, use fdisk's expert mode to set the stick at 32 sectors per track (not sure if this actually makes a difference), and create a new partition of type FAT16. Then, reboot into Windows (shudders and all) and use Windows to format the partition.

This worked best for me. It was only after I did all this that the stick booted properly using Wake2Pup or WakeUSB (on some computers one works, on some computers the other works). And as for booting straight from USB, with Transcend sticks it just never works for some reason.
Post Reply