ddumbfs(8)
| DDUMBFS(8) | ddumbfs | DDUMBFS(8) |
NAME
ddumbfs - command line tools to mount a ddumbfs filesystem
SYNOPSIS
ddumbfs [-C] -o <mount options> <mount-point>
DESCRIPTION
ddumbfs mount a ddumbfs filesystem
ddumbfs is a filesystem that performs inline data deduplication. ddumbfs uses the SHA1 or TIGER hash algorithm to compare the blocks of data
The parent-directory is the directory containing the ddfs.cfg file and ddfsroot directory.
OPTIONS
- -h, --help
- Show help message and exit.
- -C
- Do a filesystem check and quit without mounting the filesystem.
- -o <opt[,opt...]>
- mount options:
pool=<num>
If num>0 this the the number of writer to start. Don't use value bigger than 2*CPUs.
If num<0 then the formula -num /100*N°CPUs is used.
For example if you have a quad core:
| num | N° cpus | num | N° cpus |
| -25 | 5*0.25=1 | -100 | 4*1.00=4 |
| -50 | 4*0.50=2 | -150 | 4*1.50=6 |
default is -100
[no]lock_index
[no]dio
reclaim=<num>
check
Read the fuse documentation for other fuse related options.
EXAMPLES
ddumbfs -o parent=/data/ddfs /ddumbfs
To reclaim free space after file deletion, you have to start the reclaim procedure. Just access the special reclaim file:
cat /ddumbfs/.ddumbfs/reclaim
You can display statistics:
cat /ddumbfs/.ddumbfs/stats
SEE ALSO
fsckddumbfs(1), mkddumbfs(8), cpddumbfs(1)
AUTHOR
Alain Spineux <alain.spineux@gmail.com>
AUTHOR
Alain Spineux
COPYRIGHT
2011, Alain Spineux
| January 11, 2013 | 1.0 |
