• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "description": "ext4 filesystem",
4    "filesystem_type": "ext4",
5    "volume_name": "EXT4",
6    "expected_rename_status": 5,
7
8    "mkfs_options": [ "-L", "EMPTY4" ],
9    "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
10    "expected_mount_status": 0,
11    "expected_mount_path": "/media/removable/EMPTY4"
12  }
13]
14