Generate a random 32-bit hex string
thozza pointed out that `int` is platform dependent which results in a fs size that is too small for 32-bit machines. This commit changes the filesystem custimizations to use `uint64` instead of `int`