I just created a persistent live USB of ElementaryOS on a 32GB USB stick by following this awesome guide.
The problem is that mkusb should let you use the remaining space as an usual storage USB stick as stated in the community wiki:
The rest of the drive space is used for storage compatible with Windows
... the problem is that it doesn't, Windows 10 sees that FAT32 partition as unusable and asks me to format it. The Windows's disk management tool is not able to format it, change letter or anything else (though it correctly show me the partitions that mkusb has created in the USB drive).
I tried also on OSX and on ElementaryOS and I have no issues there, I can correctly mount, read and write in the storage partition.
usbdata
? It should be readable and writable by Windows. But partition #5 with theext4
file system and the labelcasper-rw
can not be managed by Windows, or should we say, Microsoft does not want to recognize linux file systems. – sudodus May 17 '18 at 19:32usbdata
. As i plug the usb stick, Windows asks me to format the small 1MB partition, that he sees as E:... of course I deny. In My Pc I see E: as the only partition and this is what I see in Disk Management. The USB stick is theDisco 2
, theusbdata
partition is thePartizione 2
. I tried to assign a letter to the partition or format it from here but Windows errors are the only thing I get... – Oneiros May 17 '18 at 19:46usbdata
partition. Then I shut down the computer and connected the USB pendrive to a computer running Windows 10 (which is up to date). I complains and wants to delete the linux partition, which is an ugly feature of Windows ('You should have no file systems except Microsoft file systems'). Our Windows 10 has no problems to mount the NTFS file system inusbdata
, and it can read the file that I created a couple of minutes earlier. – sudodus May 17 '18 at 20:13