[GH-ISSUE #2334] UUID in /etc/fstab #1152

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

Originally created by @xplosionmind on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2334

Additional Information

Version of s3fs being used

V1.89

Version of fuse being used

2.9.9-5

Kernel information

5.10.0-25-amd64

GNU/Linux Distribution

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

How to run s3fs, if applicable

[] command line
[x] /etc/fstab

backup.tommi.space /mnt/backup fuse.s3fs _netdev,allow_other,use_path_request_style,host=https://s3.cubbit.eu,url=https://s3.cubbit.eu,endpoint=eu-west-1 0 0

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

Sep 26 18:23:15 server s3fs[2641]: s3fs.cpp:s3fs_check_service(3520): bucket or key not found(host=https://s3.cubbit.eu) - result of checking service.

Details about issue

All the entries in /etc/fstab start with UUID=…, and it seems odd that the s3fs one starts with the bucket name…

Originally created by @xplosionmind on GitHub (Sep 26, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2334 <!-- -------------------------------------------------------------------------- The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all. Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD. --------------------------------------------------------------------------- --> ### Additional Information #### Version of s3fs being used V1.89 #### Version of fuse being used 2.9.9-5 #### Kernel information 5.10.0-25-amd64 #### GNU/Linux Distribution ``` PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ``` #### How to run s3fs, if applicable <!-- Describe the s3fs "command line" or "/etc/fstab" entry used. --> [] command line [x] /etc/fstab <!-- Executed command line or /etc/fastab entry --> ``` backup.tommi.space /mnt/backup fuse.s3fs _netdev,allow_other,use_path_request_style,host=https://s3.cubbit.eu,url=https://s3.cubbit.eu,endpoint=eu-west-1 0 0 ``` #### s3fs syslog messages (`grep s3fs /var/log/syslog`, `journalctl | grep s3fs`, or `s3fs outputs`) <!-- if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages. --> ``` Sep 26 18:23:15 server s3fs[2641]: s3fs.cpp:s3fs_check_service(3520): bucket or key not found(host=https://s3.cubbit.eu) - result of checking service. ``` ### Details about issue All the entries in `/etc/fstab` start with `UUID=…`, and it seems odd that the s3fs one starts with the bucket name…
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#1152
No description provided.