|
OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Static Public Member Functions | |
| static | registerBackend (OMVFilesystemBackendAbstract $backend) |
| static | getBackend ($id) |
| static | getBackendByType ($type) |
| static | isSupported ($type) |
| static | get () |
| static | enumerate () |
| static | getImpl ($id) |
Additional Inherited Members | |
Public Member Functions inherited from OMVObject | |
| __construct () | |
| getLastError () | |
Protected Member Functions inherited from OMVObject | |
| setLastError ($error) | |
| debug () | |
Helper class that implements functions regarding filesystems.
|
static |
Enumerate all available/detected file systems.
|
static |
Get a list of all detected file systems.
|
staticfinal |
Get the backend of the given filesystem.
| id | The UUID or device path of the filesystem, e.g.
|
|
staticfinal |
Get the backend of the given filesystem type.
| type | Specifies the filesystem type, e.g. 'ext3', 'vfat', ... |
|
static |
Get the object of the class implementing the given filesystem.
| id | The UUID or device path of the filesystem, e.g.
|
|
staticfinal |
Check whether the given file system type is supported.
| type | The file system type, e.g. 'ext4', 'iso9660', ... |
|
staticfinal |
Register a filesystem backend.
| backend | The filesystem backend object to register. |
1.8.6