linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Storing GUIDs in Linux
@ 2014-03-27 16:03 Sankar P
  2014-03-30 14:45 ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Sankar P @ 2014-03-27 16:03 UTC (permalink / raw)
  To: linux-fsdevel

Hi,

http://en.wikipedia.org/wiki/Globally_unique_identifier is one way to
uniquely identify users. It is used by Active Directory too. The size
of a GUID is 128 bits.

I want to store the GUID of users who creates files, on my
experimental filesystem https://github.com/psankar/simplefs

The size of the "uid" in UNIX is just 16 bits. So what is the way used
by the Linux [filesystems] to store the GUID in linux to uniquely
identify an user ?

Were there any proposals in the past, to increase the size of the unix
uid to match that of a GUID ?

-- 
Sankar P
http://psankar.blogspot.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-31 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 16:03 Storing GUIDs in Linux Sankar P
2014-03-30 14:45 ` Theodore Ts'o
2014-03-31 19:07   ` Jeremy Allison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).