On 28/07/2018 21:42, Bernd Eckenfels wrote:
The implementation only enumerates volumes that are associated with a drive letter. It's something that doesn't come up very often so didn't make it to the top of anyone's list.Is there a reason why named Mounts are not listed and is there a cleaner way (without going through the FSP SPI) to get to its FileStore
Files.getFileStore is the API that I think you didn't find, no need to use the SPI directly.
-Alan.