1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # Each external VFS type must be registered here if you want to use it
- # Trailing colon means that the filesystem is not tied to a certain file
- # Popular pc archivers
- uzip
- uzoo
- ulha
- urar
- uha
- u7z
- ualz
- # For arj usage you need a special patch to unarj (see unarj.diff)
- uarj
- uarc
- uace
- # ar is used for static libraries
- uar
- # Packages from popular Linux distributions
- rpm
- srpm
- deb
- # a: - mtools filesystem
- a:
- # For browsing lslR listings (found on many ftp sites)
- lslR
- # Hewlett Packard calculator
- hp48:
- # Commodore 64/128 d64/D64 files
- uc1541
- # Break patches into chunks
- patchfs
- # Represents a mailbox as a directory
- mailfs
- # List all installed RPM packages on the system
- rpms:
- trpm
- # dpkg frontend
- dpkg:
- debd
- # apt frontend
- apt:
- deba
- # Simple filesystem for audio cdroms. Use /dev/cdrom#audio (or /#audio).
- audio
- # Package of Bad Penguin (an Italian GNU/Linux distribution)
- bpp
- # ISO image
- iso9660
|