To operate Virtualfs successfully, you must upgrade the glibc package. New version are provided for Red-Hat 5.2 and 6.0. Pick the RPMs from ftp://ftp.solucorp.qc.ca/pub/virtualfs.
Then you must install the following packages:
This is the core package. It provides the virtualfs command and the various drivers (preloaded shared objects).
This one is need on the station where are located the devices (cd, floppy). In general, it is not needed on the application server.
On a workstation, one will generally install both virtualfs and virtualfs-server.
The following package are optional:
This provides both the client and server. This package extends the normal linux file permission to include access control list (ACLs) and a larger privilege set.
This provides the C++ include file to develop your own Virtualfs drivers. There is little documentation on that topic for now, just reading the source code for the other drivers will show you how easy it is.
Note that many drivers will be implement as litefs back-end. Next on my list is ftpfs, tarfs, etc...