I have used unetbootin successfully to make a bootable usb flash drive, but now would like to try our PCLinuxOS LiveUSB Creator. This is with a Kingston 4GB DataTraveler, on a new install of PCLinuxOS 2012.02 KDE version. I understand it must be formatted with an ext filesystem and have looked through our stickied tutorial "how to reformat a partition" for a usb flash drive. "Manage disk partitions" in PCC opens properly before inserting the usb drive; however after I back out of it and insert the flash drive it will not re-open, giving a warning message "this program has exited abnormally". I opened PCC in teminal to show the output, and took the following screenshot. Has anyone else encountered this or know what I might be doing wrong? My old computer would give the same error in PCC with a usb flash drive plugged in, but it was not capable of booting from usb anyway so I just "shrugged it off". Thanks for any ideas.
http://www.flickr.com/photos/13822993@N04/6905115677/#in/photostream
Insert the flash drive, open a terminal, su to root, then;
[root@localhost ~]# fdisk -l <Enter>
Post your results, leave the terminal open and the flash drive attached.
Thanks Old-Polack, here's what it shows:
[stuart@localhost ~]$ su
Password:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000aceb1
Device Boot Start End Blocks Id System
/dev/sda1 2048 78147583 39072768 83 Linux
/dev/sda2 78147584 156293119 39072768 83 Linux
/dev/sda3 156293120 234440703 39073792 83 Linux
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xffffffff
Device Boot Start End Blocks Id System
/dev/sdb1 63 78140159 39070048+ 83 Linux
/dev/sdb2 * 78140160 234420479 78140160 7 HPFS/NTFS
Disk /dev/sdg: 4013 MB, 4013948928 bytes
5 heads, 32 sectors/track, 48998 cylinders, total 7839744 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdg1 * 8064 7839743 3915840 c W95 FAT32 (LBA)
[root@localhost ~]#