Hello,
I use encfs to share files on dual-boot laptop with Linux. The
partition is ext2. I get quite often encfs mount issues, it
becomes not available. Any tips how could I provide more info?
# pkg_info | grep encfs
encfs-1.9.2 fuse-based cryptographic filesystem
$ sysctl kern.version
kern.version=OpenBSD 6.2 (GENERIC.MP) #115: Wed Sep 27 10:45:53 MDT 2017
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
# mount -v | grep fuse
fusefs on /home/jirib/share type fuse (rw, local, ctime=Fri Sep 29 20:07:02 2017)
# rsync -av /home/jirib/share/ /home/jirib/
sending incremental file list
rsync: change_dir "/home/jirib/share" failed: Resource temporarily unavailable (35)
sent 20 bytes received 12 bytes 3.05 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
# dmesg | grep fuse | tail -n1
fusefs: access error 35
The encfs process is still running and it is shown in mount output:
# ps auxww | grep '[e]ncfs'
root 80178 0.0 0.0 1740 1880 ?? TXs 8:07PM 0:00.00 encfs /home/jirib/.share /home/jirib/share
j.
No comments:
Post a Comment