README.extfs 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Each external VFS type must be registered in extfs.d directory if you want to use it.
  2. # Trailing plus means that the filesystem is not tied to a certain file.
  3. # Popular PC archivers
  4. uzip
  5. uzoo
  6. ulha
  7. urar
  8. uha
  9. u7z
  10. ualz
  11. # FIXME: for arj usage you need a special patch to unarj (see unarj.diff)
  12. uarj
  13. uarc
  14. uace
  15. # For cab files
  16. ucab
  17. # ar is used for static libraries
  18. uar
  19. # Packages from popular Linux distributions
  20. rpm
  21. deb
  22. # a+ - mtools filesystem
  23. a+
  24. # For browsing lslR listings (found on many ftp sites)
  25. lslR
  26. # Hewlett Packard calculator
  27. hp48+
  28. # Commodore 64/128 d64/D64 files
  29. uc1541
  30. # Break patches into chunks
  31. patchfs
  32. # Represents a mailbox as a directory
  33. mailfs
  34. # List all installed RPM packages on the system
  35. rpms+
  36. trpm
  37. # dpkg frontend
  38. dpkg+
  39. debd
  40. # apt frontend
  41. apt+
  42. deba
  43. # Simple filesystem for audio cdroms. Use /dev/cdrom#audio (or /#audio)
  44. audio
  45. # Package of Bad Penguin (an Italian GNU/Linux distribution)
  46. bpp
  47. # ISO image
  48. iso9660
  49. # Amazon S3
  50. s3+