I'm trying to create a bootable copy of Kubuntu on a memory stick using the Startup Disk Creator. The trouble is that the memory stick seems to be incorrectly formatted. The KDE Partition Manager indicates that /dev/sdb1 is there and occupies the whole disk, but when I try to check and repair the partition I get a message "There were errors while applying operations. Aborted."
Does that mean that the memory stick is actually defective? If it isn't, how can I get past this?
dosfsck -a
or-aV
or-aVw
should fix any errors & allow you to delete all files... orgparted
ormkfs.vfat
could "format" the partition (/dev/sdb1
) but I'm not sure about the old or new alignment, could have performance implications. I don't think overwriting would be necessary, and flash devices have a limited number of writes available too... I'll edit some "create live usb" info into my answer – Xen2050 Jan 09 '15 at 07:33