Originally Posted by
Eunix
When I use Unetbootin on other distros, I first format the USB stick to FAT32 and when I am done I can read the files on the disk in Windows and edit them if necessary.
Since I don't have a dedicated Linux box I have to run Linux from a LiveUSB install (for example, Mint). Then I can use the dd command. When I was done I could not read the disk in Windows anymore (windows asks me if I want to format the disk). However, I could see files on it when I plugged it into my LiveUSB box. However, it would not boot from my Windows box.
When I am done with the dd command should I be able to see the disk contents?
EDIT:
Additionally, I notice that when I look at the Unetbootin based USB sticks (generated in Windows) in Linux (using Mount) they have VFAT format ... the stick I created in Linux using dd (originally FAT32) is now showing as ISO9660 (which is what Linux shows (I believe) when it sees a CD-type device).
So I guess further my question is, is it possible to use dd in Linux that creates a Windows mountable LiveUSB? If so I must be doing something incorrectly.