This is what i did. My usb disk was in vfat (1Gb). I formated it in ext3 (you will lose all data in the usb drive):
- umount /media/disk
- sudo mkfs.ext3 /dev/sdb (Caution: Careful while entering device/partition name; wrong name can wipe out entire hard disk!!!)
and now when i start usb-creator it tell me to format the disk (yes, again)... and it works.
So...it does not works with one usb disk formated in vfat?
This is what i did.
My usb disk was in vfat (1Gb).
I formated it in ext3 (you will lose all data in the usb drive):
- umount /media/disk
- sudo mkfs.ext3 /dev/sdb
(Caution: Careful while entering device/partition name; wrong name can wipe out entire hard disk!!!)
and now when i start usb-creator it tell me to format the disk (yes, again)...
and it works.
So...it does not works with one usb disk formated in vfat?