stevofromftw wrote:I have a heap of old usb sticks I want to get some things off and reformat.....
FWIW I rather then "erase" all files on USB sticks
I reformat them as follows:
Plug in the USB memory stick. Get what files you
want off it then unmount it but leave it plugged in.
I then open a terminal and log in as Super User ( su )
as follows:
[wilcal@localhost ~]$ su
Password: xxxxxx
Then as su type the following command:
mkfs.vfat -I -n backupdrv -F 32 /dev/sdb
backupdrv being the name of the newly reformated
USB stick. /dev/sdb being the location of the
mounted stick. Mageia will then rewrite the FAT
table on the stick, effectively erasing the stick.
It only takes a second or so to rewrite the FAT table
even for big memory sticks.