NTFS: Change pretty name as at other fs-addons
This commit is contained in:
@@ -289,7 +289,7 @@ fs_identify_partition(int fd, partition_data *partition, void **_cookie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
size = (double)((10 * diskSize + divisor - 1) / divisor);
|
size = (double)((10 * diskSize + divisor - 1) / divisor);
|
||||||
snprintf(cookie->label, MAX_PATH - 1, "%g %cB NTFS File System",
|
snprintf(cookie->label, MAX_PATH - 1, "%g %cB NTFS Volume",
|
||||||
size / 10, unit);
|
size / 10, unit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ static file_system_module_info sNTFSFileSystem = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
"ntfs", // short_name
|
"ntfs", // short_name
|
||||||
"Windows NT File System", // pretty_name
|
"NTFS File System", // pretty_name
|
||||||
B_DISK_SYSTEM_SUPPORTS_WRITING, // DDM flags
|
B_DISK_SYSTEM_SUPPORTS_WRITING, // DDM flags
|
||||||
|
|
||||||
// scanning
|
// scanning
|
||||||
|
|||||||
Reference in New Issue
Block a user