Version 0.84.9
20 Nov 2006
anyfs-tools
unix-way toolset for recovering and converting filesystems
NAME
anyfuse - filesystem in user space with external inode table.
SYNOPSIS
anyfuse <inode_table> <device> <mount_point> <FUSE OPTIONS>
DESCRIPTION
anyfuse is FUSE implementation of anyfs.
USAGE EXAMPLES
Mounts /dev/hda1 to /mnt/hda1 using inode.table:
$ anyfuse inode.table /dev/hda1 /mnt/hda1
$ anyfuse inode.table /dev/hda1 /mnt/hda1
By default it will mounted with full access like if you mount it as root. Please use default_permissions FUSE option to get right rights: $ anyfuse inode.table /dev/hda1 /mnt/hda1 -o default_permissions
After changes on filesystem don’t forgot umount it:
$ fusermount -u /mnt/hda1
$ fusermount -u /mnt/hda1
AUTHOR
Nikolaj Krivchenkov aka unDEFER <undefer>
BUG REPORTS
Messages about any problem with using anyfs-tools package send to undefer
AVAILABILITY
You can obtain the last version of package at http://anyfs-tools.sourceforge.net