Changes between Initial Version and Version 1 of doc/virtualFS/extfsModules


Ignore:
Timestamp:
07/16/11 07:36:05 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/virtualFS/extfsModules

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