NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Figuring out perl FUSE (Score:1)
Reply to This
Re: (Score:1)
Seriously, though, statfs and getattr are probably the bare minimum, followed by mknod getdir open and read.
Take a peek at Test::Virtual::Filesystem which can help to validate your FUSE implementation.
Re: (Score:1)
I'm going to take a stab at an 'md5uniqfs', which stores one copy of a given file per filesytem, hardlinking duplicates. Should be useful for backups.
Having a good test should really help. Thanks!
Re: (Score:1)