Re: Replacing VFAT as filesystem on removeable media

From: Mark Williamson
Date: Tue Mar 31 2009 - 11:03:04 EST


Hi Xav,

On Tuesday 31 March 2009 14:47:07 Xavier Bestel wrote:
> On Tue, 2009-03-31 at 13:57 +0100, Mark Williamson wrote:
> > Another approach which occurs to me would be to come up with a
> > "filesystem over USB" protocol so that the actual on-disk format is no
> > longer relevant.
>
> Look for MTP. It's what you want, made by Microsoft, and enables all
> sorts of DRM niceties.

Ah, thanks for that. It looks fairly close to what I had in mind, although I
think there are some differences (it transfers whole files at a time and
incorporates device control stuff - neither of which is really necessary in the
scheme I imagined).

According to Wikipedia it is now an official USB device class, which sounds
attractive. I've not heard of Linux providing an MTP responder ("server"),
which I find mildly surprising as it sounds like it would be useful,
particularly given the range of advanced filesystems Linux devices might like
to leverage under the hood. It seems odd if an embedded Linux company hasn't
already coded this up for a device ... ?

I can see how a file-based protocol would be "useful" in enforcing DRM-like
protections in a device implementation but I don't think that such protocols
fundamentally enables any nastiness that couldn't be enforced in other ways by
a motivated pro-DRM device manufacturer. Sounds like MTP is designed to
facilitate DRM if the communications endpoints want it; not something I'm keen
on but also not something that rules it out as a useful standard.

A file-based transfer protocol seems like it would be useful to have for
"sufficiently intelligent" devices, whether it's MTP or something else.

Cheers,
Mark
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/