Displaying 3 results from an estimated 3 matches for "aa75".
Did you mean:
a475
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??
...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
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
..._______________________________________________
> <?xml version="1.0" encoding="Windows-1252"?>
> <VisualStudioProject
> ProjectType="Visual C++"
> Version="7.10"
> Name="Target"
> ProjectGUID="{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
> Keyword="Win32Proj">
> <Platforms>
> <Platform
> Name="Win32"/>
> </Platforms>
> <Configurations>
> <Configuration
> Name="Debug|Win32"
> OutputDirectory="..\Debug"...