[GH-ISSUE #326] S3fs flag fd_page_size does not seem to be supported #169

Closed
opened 2026-03-04 01:42:50 +03:00 by kerem · 1 comment
Owner

Originally created by @krishh85 on GitHub (Jan 8, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/326

S3fs flag fd_page_size does not seem to be supported in v1.79 . This used to be multipart_size*count = default 50 MB.
If this is not supported anymore then please remove it from the manual.

Manual:
-o fd_page_size(default="52428800"(50MB))
number of internal management page size for each file discriptor. For delayed reading and writing by s3fs, s3fs manages pages which is separated from object. Each pages has a status that data is
already loaded(or not loaded yet). This option should not be changed when you don't have a trouble with performance.

Originally created by @krishh85 on GitHub (Jan 8, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/326 S3fs flag fd_page_size does not seem to be supported in v1.79 . This used to be multipart_size*count = default 50 MB. If this is not supported anymore then please remove it from the manual. Manual: -o fd_page_size(default="52428800"(50MB)) number of internal management page size for each file discriptor. For delayed reading and writing by s3fs, s3fs manages pages which is separated from object. Each pages has a status that data is already loaded(or not loaded yet). This option should not be changed when you don't have a trouble with performance.
kerem closed this issue 2026-03-04 01:42:50 +03:00
Author
Owner

@ggtakec commented on GitHub (Jan 9, 2016):

@krishh85 I fixed wiki page about fd_page_size.
Thanks a lot.

<!-- gh-comment-id:170273552 --> @ggtakec commented on GitHub (Jan 9, 2016): @krishh85 I fixed wiki page about fd_page_size. Thanks a lot.
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#169
No description provided.