GNOME Filesystem Architecture
GNOME provides several modules that add extra functionality to the filesystem provided by the OS.
- Metadata
-
Metadata allows storing arbitrary attributes for files.
- MIME Types
-
MIME types uniquely identify the type and format of data stored in a file.
- VFS
-
The VFS (Virtual File System) allows access to different types of file
systems in a consistent fashion.
|