Ciao a tutti, se date un occhio all'fstab di ubuntu feisty noterete un numero lungo al posto del nome del deivce.
Esso è l'UUID. Ho dato una letta su wikipedia per capire cosa fosse
http://en.wikipedia.org/wiki/UUID

The intent of UUIDs is to enable distributed systems to uniquely identify information without significant central coordination.
Da questa frase si capisce che vuole dare un nome univoco a qualcosa a livello globale. Come concetto è simile ad un MAC address per le schede di rete.
La lunghezza di questo identificatore è elevatissima: 128 bit.
Questa frase rende meglio:

This means that 1 trillion UUIDs have to be created every nanosecond for 10 billion years to exhaust the number of UUIDs.
Non capisco però a cosa si vuole applicare questo standard, se ad un qualsiasi device o solo alcuni tipi (ad esempio il mac address è solo per le schede di rete).

Questa frase non la capisco e mi confonde un po' le idee:

Other significant users include Linux's ext2/ext3 filesystem, LUKS encrypted partitions, GNOME, KDE, and Mac OS X, all of which use implementations derived from the uuid library found in the e2fsprogs package.