NAME

Lufs - Perl plug for lufs

DESCRIPTION

The C code is a lufs module with an embedded perl interpreter;
All filesystem calls are redirected to Lufs::C, which in turn gives them to your subclass;

currently, these filesystems have been implemented:

Lufs::Stub - A hello world fs, look here for an introduction to the api
Lufs::Local - Like localfs in lufs, a transparent fs
Lufs::Ram - Ramfs
Lufs::Trans - emulates filehandles on top of sequential reads/writes

lufsmount -c 1 perlfs://Lufs.Stub/ /mnt/perl
lufsmount -c 1 -o logfile=/tmp/perlfslog perlfs://Lufs.Local/ /mnt/foo
lufsmount -c 1 -o maxsize=20m perlfs://Lufs.Ram/ /mnt/bar
lufsmount -c 1 perlfs://Lufs.Trans/ /mnt/baz
# or, if you have autofs:
cd /mnt/perl/root@Lufs.Stub/

SEE ALSO

http://lufs.sf.net
lufsmount(1)

AUTHOR

Raoul Zwart, <rlzwart@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2003 by Raoul Zwart

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.