filesystem_vol_info
max_len = sizeof(struct filesystem_vol_info) + MAX_VOL_LABEL_LEN;
min_len = sizeof(struct filesystem_vol_info);
struct filesystem_vol_info *vol_info = (struct filesystem_vol_info *)
struct filesystem_vol_info *info;
info = (struct filesystem_vol_info *)(rsp->Buffer);
sz = sizeof(struct filesystem_vol_info) + len;