Updated Russian translation.
[midnight-commander.git] / src / vfs / extfs / helpers / README.extfs
blobde013735cfd3ce05e54236ff775d780dafb9f2c6
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.
4 # Popular PC archivers
5 uzip
6 uzoo
7 ulha
8 urar
9 uha
10 u7z
11 ualz
12 # FIXME: for arj usage you need a special patch to unarj (see unarj.diff)
13 uarj
14 uarc
15 uace
17 # For cab files
18 ucab
20 # ar is used for static libraries
21 uar
23 # Packages from popular Linux distributions
24 rpm
25 deb
27 # a+ - mtools filesystem
30 # For browsing lslR listings (found on many ftp sites)
31 lslR
33 # Hewlett Packard calculator
34 hp48+
36 # Commodore 64/128 d64/D64 files
37 uc1541
39 # Break patches into chunks
40 patchfs
42 # Represents a mailbox as a directory
43 mailfs
45 # List all installed RPM packages on the system
46 rpms+
47 trpm
49 # dpkg frontend
50 dpkg+
51 debd
53 # apt frontend
54 apt+
55 deba
57 # Simple filesystem for audio cdroms. Use /dev/cdrom#audio (or /#audio)
58 audio
60 # Package of Bad Penguin (an Italian GNU/Linux distribution)
61 bpp
63 # ISO image
64 iso9660
66 # Amazon S3
67 s3+
69 # git frontend
70 gitfs - browse the git repo
71 changesetfs - list of versions of current file
72 patchsetfs - list of patches of current file