Closed weiwsy closed 1 year ago
NTFS partitions of usb disk can't be read , is there a plan to support it ?
If the usb disk have a ntfs partition and a fat32 partition, the code below, will returned 1 . massDevice.getPartitions().size()
it should be 2, and can get the partition : ntfs = massDevice.getPartitions().get(0) fat32 = massDevice.getPartitions().get(1)
it returned 1, and can't the ntfs partition.
(if exists)
massDevice.getPartitions()
Highly experimental support through java-fs module available.
Problem
NTFS partitions of usb disk can't be read , is there a plan to support it ?
If the usb disk have a ntfs partition and a fat32 partition, the code below, will returned 1 . massDevice.getPartitions().size()
Expected behavior
it should be 2, and can get the partition : ntfs = massDevice.getPartitions().get(0) fat32 = massDevice.getPartitions().get(1)
Actual behavior
it returned 1, and can't the ntfs partition.
Stacktrace of Excpetion
Code where problem occurs
massDevice.getPartitions()