I was investigating blkid options and have trouble understanding the -O option.
user@host :~ $ > blkid --help | grep -E -- '-O'
-O, --offset <offset> probe at the given offset
What is this "offset" ?
For reference, On a virtual machine (with VirtualBox) with a VDI disk of 8GB, the biggest offset I can set before receiving the error message invalid offset argument: [...] : Numerical result out of range is :
[rootfs]# blkid -O 18446744073709551615
And it gives the same output as with blkid alone.
I first thought this would be the total number of sectors or bytes, but this above number does not correspond at all with either.