|
|
|
|
|
by fuzzix
4261 days ago
|
|
Wasn't the patent mess the reason Android stopped supporting usb-storage and now uses (the horror!) MTP? I think UDF is well supported by everything now and has several advantages over FAT (including large file and basic rwx permissions support). |
|
MTP doesn't work on the level of a block-device, but rather works like, e.g. "rsync/scp/sftp over USB". So the Android handset can leave the partition mounted, all program can stay running, any filesystem can be used on the handset side, and potential for data corruption is minimized.