SparkyLinux Forums

Installation & Upgrade => Installation => Topic started by: way12go on April 29, 2015, 01:57:58 AM

Title: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: way12go on April 29, 2015, 01:57:58 AM
[ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?

sdb is your usb or is it sdc? Check it before you go further...

sudo dd if=/dev/zero of=/dev/sdb bs=512 count=16

unmount

sudo mkfs.vfat -n '' -I /dev/sdb

gparted  --- create MS-DOS partition table and format to FAT32

usb image writer - select iso and burn to usb
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: way12go on April 29, 2015, 02:03:29 AM


sudo mkfs.vfat -n '' -I /dev/sdb

or

sudo mkfs.vfat -n 'my own label for pendrive' -I /dev/sdb
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: dhinds on May 04, 2015, 09:35:16 PM
I use gparted to format the usb sticks to fat16 or 32, then dd or unetbootin or image writer to burn the iso.
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: The Black Pig on May 04, 2015, 11:40:47 PM
Easiest way is to use the old installer  ;)
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: way12go on May 05, 2015, 04:22:12 AM
For some reason when I use gparted I don't get good results all the time. For example the last time I burned Ubuntu 15.04 64bit on usb it simply wouldn't disappear. Format USB was not helpful and gparted was not helpful...

The only thing that formatted the usb is the above mentioned commands.
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: The Black Pig on May 05, 2015, 06:15:18 PM
Or use this - https://partedmagic.com/
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: pavroo on May 05, 2015, 06:30:09 PM
There is an another option: install 'mintstick' which is available in our repos.
It provides 2 tools:
- usb formatter
- live system usb creator
Title: Re: [ Solved ] How to format USB and burn image to USB in Linux Sparkylinux?
Post by: galen on May 05, 2015, 10:02:01 PM
keep in mind that USB sticks are made a hidden section, like some secure sticks
and I noticed sparky's usb stick format uses UDF format like the old CD RW drives used,
so you not get full access to the stick and it may freeze up. eg frozen bit may get stuck into read-only mode
Puppy Linux's formater has an option for booting in older machines by using superfloppy (no partitions) or as a fake ZIP drive (partition 4 boots the drive),
those methods can really revive an old machine