ntfsresize: show device name -- useful for bug reports
parent
60d0ed80a5
commit
307c9b43e2
|
@ -2087,6 +2087,7 @@ static ntfs_volume *mount_volume(void)
|
|||
err_exit("Cluster size %u is too large!\n",
|
||||
(unsigned int)vol->cluster_size);
|
||||
|
||||
printf("Device name : %s\n", opt.volume);
|
||||
printf("NTFS volume version: %d.%d\n", vol->major_ver, vol->minor_ver);
|
||||
if (ntfs_version_is_supported(vol))
|
||||
perr_exit("Unknown NTFS version");
|
||||
|
|
Loading…
Reference in New Issue