mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #528] mount point ctime #295
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#295
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 @ghost on GitHub (Feb 7, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/528
when i mount the dir,the dir create time is strange,just like this。
drwx------ 1 root root 0 Jan 1 1970 mount_point
Version of s3fs being used V1.80
Version of fuse being used 2.9.2
System information 3.10.0-327.el7.x86_64
@ggtakec commented on GitHub (Mar 19, 2017):
@liuyuhong66
s3fs can not determine mount point permissions, it will display like this.
(uid/gid is set effective s3fs executing user uid/gid for the default)
This is because bucket does not have header x-amz-meta-*, so user/group/time can not be specified.
Thus mount point ctime is unixtime=0 now.
Regards,
@ghost commented on GitHub (Mar 20, 2017):
thank you very much。
I tried allow_other and umask, it works well