[GH-ISSUE #2208] NFS Support, the client failed to write files into the S3 bucket shared. #1122

Open
opened 2026-03-04 01:51:34 +03:00 by kerem · 0 comments
Owner

Originally created by @zulaysalas on GitHub (Jul 7, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2208

Hi, It is possible to copy, move and sync files to an nfs client mount point. On the nfs server I can execute the commands but on the nfs client it doesn't allow it.

Thanks!

#### Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.90 (commit:unknown) with GnuTLS(gcrypt)

#### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse or dpkg -s fuse)
2.9.9-5ubuntu3

Kernel information (uname -r)

5.15.0-76-generic

GNU/Linux Distribution, if applicable (cat /etc/os-release)

PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

How to run s3fs, if applicable

command line

s3fs bucket /mnt/bucket -o passwd_file=/root/.passwd-s3fs -o url=https://eu-east-1.s3.storadera.com -o noforget,dbglevel=debug,use_path_request_style,allow_other,del_cache,nonempty

### Details about issue
Execution on the nfs client:

root@server~# mv file8 /mnt/bucket/
mv: cannot create regular file '/mnt/bucket/file8': No such file or directory

Originally created by @zulaysalas on GitHub (Jul 7, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2208 Hi, It is possible to copy, move and sync files to an nfs client mount point. On the nfs server I can execute the commands but on the nfs client it doesn't allow it. Thanks! **#### Version of s3fs being used (`s3fs --version`)** Amazon Simple Storage Service File System V1.90 (commit:unknown) with GnuTLS(gcrypt) **#### Version of fuse being used (`pkg-config --modversion fuse`, `rpm -qi fuse` or `dpkg -s fuse`)** 2.9.9-5ubuntu3 #### Kernel information (`uname -r`) 5.15.0-76-generic #### GNU/Linux Distribution, if applicable (`cat /etc/os-release`) PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy #### How to run s3fs, if applicable <!-- Describe the s3fs "command line" or "/etc/fstab" entry used. --> command line s3fs bucket /mnt/bucket -o passwd_file=/root/.passwd-s3fs -o url=https://eu-east-1.s3.storadera.com -o noforget,dbglevel=debug,use_path_request_style,allow_other,del_cache,nonempty **### Details about issue** Execution on the nfs client: root@server~# mv file8 /mnt/bucket/ mv: cannot create regular file '/mnt/bucket/file8': No such file or directory
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1122
No description provided.