- All Superinterfaces:
Component
- All Known Implementing Classes:
BasicLinuxMountProvider
-
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanmount(Volume volume, Optional<FileSystemType> type, long owner) void
-
Method Details
-
getFree
- Throws:
IOException
-
getSize
- Throws:
IOException
-
getLabel
- Throws:
IOException
-
isMounted
-
mount
UndoableResult<Void> mount(Volume volume, Optional<FileSystemType> type, long owner) throws IOException - Throws:
IOException
-
unmount
- Throws:
IOException
-
format
UndoableResult<FileSystemType> format(Volume volume, Optional<FileSystemType> type, String label, String uuid) throws IOException - Throws:
IOException
-