1[
2  {
3    "description": "VFAT filesystem",
4    "filesystem_type": "vfat",
5    "volume_name": "VFATNAME",
6    "expected_rename_status": 0,
7
8    "mkfs_options": [ "-n", "EMPTY2" ],
9    "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
10    "expected_mount_status": 0,
11    "expected_mount_path": "/media/removable/EMPTY2"
12  }
13]