search for: ec96d429ea9f

Displaying 2 results from an estimated 2 matches for "ec96d429ea9f".

2015 Jun 15
3
Two partitions with samd UUID??
I seem to have partitions on two different disks with the same UUID: [tim at helen ~]$ sudo blkid /dev/sda2 /dev/sda2: LABEL="/boot1" UUID="5bbc8e95-6108-41f5-bc0e-5b5f8df5ce03" TYPE="ext3" [tim at helen ~]$ sudo blkid /dev/sdb2 /dev/sdb2: LABEL="/boot1" UUID="5bbc8e95-6108-41f5-bc0e-5b5f8df5ce03" TYPE="ext3" This is
2015 Jun 15
2
Two partitions with samd UUID??
...ry person on earth owns 600 million UUIDs. Linux generates uuids in the file listed at https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/char/random.c?id=refs/tags/v3.8 and you can generate new ones via proc: $ cat /proc/sys/kernel/random/uuid eaf3a162-d770-4ec9-a819-ec96d429ea9f There is also the library libuuid <http://linux.die.net/man/3/libuuid>which is used by |uuidgen|and especially by the ext2/3/4 tools E2fsprogs to generate UUIDs: $ uuidgen f81cc383-aa75-4714-aa8a-3ce39e8ad33c