[GH-ISSUE #528] mount point ctime #295

Closed
opened 2026-03-04 01:44:08 +03:00 by kerem · 2 comments
Owner

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

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
kerem 2026-03-04 01:44:08 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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,

<!-- gh-comment-id:287636783 --> @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,
Author
Owner

@ghost commented on GitHub (Mar 20, 2017):

thank you very much。
I tried allow_other and umask, it works well

<!-- gh-comment-id:287705448 --> @ghost commented on GitHub (Mar 20, 2017): thank you very much。 I tried allow_other and umask, it works well
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#295
No description provided.