我使用s3fs-fuse在/yyy上安装了一个S3存储桶,而在/xxx上安装了一个正常的驱动器。 我用NFS导出,但是当客户端尝试安装时,我看到以下错误:
rpc.mountd[pid]: /xxx and /yyy have same filehandle for <client_hostname>, using first
非s3挂载使用以下命令导出:
/xxx client_hostname(async,no_root_squash,no_subtree_check,rw)
和S3的安装:
/yyy client_hostname(async,no_root_squash,no_subtree_check,ro,fsid=1,crossmnt)