Print leading zeros in the UFS2 FSID.
PR: bin/142155 Submitted by: Efstratios Karatzas gpf.kira gmail.com Approved by: ed (mentor) MFC after: 2 weeks
This commit is contained in:
parent
0c8fd0c8ac
commit
8f70111670
@ -160,7 +160,7 @@ dumpfs(const char *name)
|
||||
fstime = afs.fs_old_time;
|
||||
printf("magic\t%x (UFS1)\ttime\t%s",
|
||||
afs.fs_magic, ctime(&fstime));
|
||||
printf("id\t[ %x %x ]\n", afs.fs_id[0], afs.fs_id[1]);
|
||||
printf("id\t[ %08x %08x ]\n", afs.fs_id[0], afs.fs_id[1]);
|
||||
printf("ncg\t%d\tsize\t%jd\tblocks\t%jd\n",
|
||||
afs.fs_ncg, (intmax_t)fssize, (intmax_t)afs.fs_dsize);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user