mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #858] Strange query to 'HEAD /autorun.inf' #499
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#499
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 @KES777 on GitHub (Nov 15, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/858
Why
s3fsrequest this file? how to disable this?@sqlbot commented on GitHub (Nov 15, 2018):
Speculation: are you by chance combining s3fs and samba and then mounting the exported samba share on a windows machine?
@KES777 commented on GitHub (Nov 15, 2018):
No, I have not any special configuration of samba.
I am on Linux Mint 18.3 host. Just install s3fs
@sqlbot commented on GitHub (Nov 16, 2018):
Your computer seems to be treating the s3fs mount as a removable disk and trying to decide what to do when it is "inserted."
So, next guess is that there is a setting that you might need to change, to disable this -- or at least prove/disprove the theory... https://unix.stackexchange.com/a/136887/24251 mentions changing such settings in a prior version of Mint. This is a bit of a surprise since
autorun.infis typically used by Windows, but it seems a likely explanation that your OS's desktop GUI is looking for this file, trying to be "helpful."@KES777 commented on GitHub (Nov 16, 2018):
You are right. Under
System settings -> Preffered applicationsthere section:Select an appliation for software CDs. There wasAutorun prompt. I change it toDo nothing.@KES777 commented on GitHub (Nov 16, 2018):
Thank you.