I am trying to explore OFS (Offline file system) built on the top of FUSE and still exploring it.
http://offlinefs.sourceforge.net/wiki/
I installed it on both Fedora and Ubuntu 14.04,however whenever I try to mount any local directory using mount utility, I get the “Transport endpoint not connected” for mount directory.
This is how I am running it :
mount –t ofs file:/home/user/Downloads/src /home/user/Downloads/mountdir
The above executes without error and if I run mount command on ../mountdir ,it correctly says
ofs on /mountdir type fuse.ofs.
However when I try to browse /mountdir I get “Transport endpoint not connected”.I even tried unmounting and restarting the machine,no use!
Can someone point me to a right direction.