Home | History | Annotate | Download | only in platform_CrosDisksRename
      1 [
      2   {
      3     "description": "NTFS filesystem",
      4     "filesystem_type": "ntfs",
      5     "volume_name": "NTFS",
      6     "expected_rename_status": 5,
      7 
      8     "mkfs_options": [ "-f", "-L", "EMPTY3" ],
      9     "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
     10     "mount_filesystem_type": "ntfs-3g",
     11     "expected_mount_status": 0,
     12     "expected_mount_path": "/media/removable/EMPTY3"
     13   }
     14 ]