
7 Jan
2021
7 Jan
'21
1:35 p.m.
On Wed, 30 Dec 2020 at 16:53, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The FAT file system does not have a UUID but a 4 byte volume ID. Let the fsuuid command show it in XXXX-XXXX format.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
fs/fat/fat.c | 18 ++++++++++++++++++ fs/fs.c | 2 +- include/fat.h | 12 ++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Is this something the FS tests can test?