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