Wednesday, June 09, 2010

Obtaining the file system id on Linux

I keep forgetting how to get this... must be that I cannot grasp any new knowledge anymore :-P
Whatever the problem is, it is best to document it.

The visual way would be to run:
$ ls -l /dev/disk/by-uuid/

The command way:
$ sudo blkid

And here's a: reference

No comments: