blob: 0ec06bfc69e6093e220eafc5fe57e78a8a928cc5 [file] [log] [blame]
[
{
"description": "NTFS filesystem with label",
"block_size": 1024,
"block_count": 65536,
"filesystem_type": "ntfs",
"mount_filesystem_type": "ntfs-3g",
"mkfs_options": [ "-f", "-L", "MyDisk" ],
"test_test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
"expected_mount_status": 0,
"expected_mount_path": "/media/removable/MyDisk"
},
{
"description": "NTFS filesystem without label",
"block_size": 1024,
"block_count": 65536,
"filesystem_type": "ntfs",
"mount_filesystem_type": "ntfs-3g",
"mkfs_options": [ "-f" ],
"test_test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
"expected_mount_status": 0
}
]