search for: vol0_do_not_touch

Displaying 1 result from an estimated 1 matches for "vol0_do_not_touch".

2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
...even close to that of a real, on-disk file system. Further, and mostly based on my mysqlfs work, I am also now fully convinced that I can author a FUSE filesystem that realizes my original proposition from 18 months ago. My new concept is this: 1) Mount a filesystem, say /dev/vg0/vol0, on /mnt/.vol0_do_not_touch/ 2) Mount the FUSE fs, like: /sbin/rsyncfs -odbhost=host -odbuser=user \ -odbpasswd=passwd -odb=db -ofstarget=/mnt/.vol0_do_not_touch /mnt/vol0 3) Work only in /mnt/vol0, which will do all the filesystem operations to the fstarget dir, and also place records into the DB (build a queue) o...