On Wed, Jul 05, 2017 at 01:49:26PM +0200, Pali Rohár wrote: > Hi! What is the meaning of the ID_FS_VERSION attribute? I'm trying to > find documentation about libblkid attributes, but seems there is none. libblkid/src/superblocks/superblocks.c * @VERSION: filesystem version :-) Well, the field is to provide more details about the filesystem, for example we have VERSION="FAT16" TYPE="vfat", and so on. Note that TYPE is usually name used by kernel (to be usable for "mount -t <type>"). I guess the VERSION is used by some userspace stuff (udisks?) to get more information (or provide more details to end-users). It's probably nothing critical. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html