mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2643] Cannot unmount folder #1258
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#1258
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 @Serhioromano on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2643
I was trying to connect S3 bucket to Proxmox Backup Server to store backups there.
I have successfully installed everything. When I mounted bucket to
/mnt/aswit say folder does not exist. I created a folder. But did not pay attention the owner and access rights. Folder forks fine in a terminal. I run PBS as an LXC container in PVE so I mount that location to my PBS LXC. But I cannot access it because the users is different. When I understood the problem I thought to make everything from scratch.But I uninstalled s3fs run unmount on my drive and it is still there and still working with files.
How to unfuse bucket from
/mnt/aws?