java - Disk partition structure -
There is any path in Java (1.6+) to regain partition disk structure ? (For example: NTFS, FAT32, HFS +, or EXT3.)
External libraries are allowed.
Thanks,
Gianni
The output of "mount" under OS X includes a file system:
: Devices (devfs, locally, assigned) on map / host (nfs) on the / net (autofs, nosuid, automounted) / rabin $ mount / on dev / disk0s2 / (hfs, local, magazine) , Mentioned on the map auto_home / home (autofs, automounted, nobrowse) here /
is of type hfs
Comments
Post a Comment