我正在尝试在ubuntu16.04中挂载nas驱动器,然后从它创建一个encfs挂载,用于将加密的内容上传到云端。
/mnt/nas #decrypted (NFS mount from the NAS)
/mnt/.nas #encrypted (encrypted on local file system using decrypted data from NAS mount)
第一次安装工作良好:
sudo mount 192.168.2.10:/volume1/filestorage /mnt/nas/
我能在那个坐骑上看到里面的东西。然后我尝试用encfs加密它:
echo