java - How to get size of NFS Export point at client side? -
Can anyone tell me how the NFS export point size will be obtained in the customer's favor when the export point is available? Is any command / Java API available for the same?
Take a look at Lucas's answer: If you pass the mount point in the file
class on the getTotalSpace ()
and / or getUsableSpace ()
methods on the NFS client, then export it Relevant information should be returned to
Comments
Post a Comment