···134134 __u8 vol_id[4]; /* volume ID */135135 __u8 vol_label[11]; /* volume label */136136 __u8 fs_type[8]; /* file system type */137137- /* other fiealds are not added here */137137+ /* other fields are not added here */138138 } fat16;139139140140 struct {···157157 __u8 vol_id[4]; /* volume ID */158158 __u8 vol_label[11]; /* volume label */159159 __u8 fs_type[8]; /* file system type */160160- /* other fiealds are not added here */160160+ /* other fields are not added here */161161 } fat32;162162 };163163};