mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2219] Cannot convert working command into fstab record #1128
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @im-n1 on GitHub (Jul 15, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2219
Additional Information
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 fuseordpkg -s fuse)Version: 2.9.9-2
Kernel information (
uname -r)6.3.0-1-amd64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Debian GNU/Linux trixie/sid
How to run s3fs, if applicable
[x] command line
[x] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
I can connect (and work with) my bucket via command line but I cannot convert the command into valid fstab record and mount it.
/home/n1/backup("backup" is my bucket name) - that's a nonsense./) I gets3fs: could not determine how to establish security credentials.s3fs#to the fstab record I gets3fs: BUCKET s3fs#backup -- bucket name contains an illegal character.I miss something but I don't know what's that.
@fbluis commented on GitHub (Apr 24, 2024):
Hey, try to run this
journalctl -b -n 100 --no-pager -fin parallel when you run the command and paste it. It might throw better insights