cholcombe973 / block-utils

Rust utilities for working with block devices
MIT License
22 stars 17 forks source link

There no windows filesystems in FilesystemType #25

Closed Apostoln closed 3 years ago

Apostoln commented 3 years ago

There no windows filesystems like FAT32, NTFS, and (maybe) ReFS listed in the FilesystemType enum, despite they can be handled and mounted on Linux and can be listed in fstab.

Also, it would better to have String representation for Unknown variant, like Unknown(String)