ntfsresize: show device name -- useful for bug reports

edge.strict_endians
szaka 2005-06-27 21:18:40 +00:00
parent 60d0ed80a5
commit 307c9b43e2
1 changed files with 1 additions and 0 deletions

View File

@ -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");