Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/config: Check for "msdos" when detecting FAT FS in Android #7072

Merged
merged 1 commit into from Oct 30, 2020

Conversation

tomasz1986
Copy link
Contributor

Apparently the FAT file system can be called "msdos" in Android. Thus,
in addition to looking for "fat", we should also check for "msdos" as
an alternative of FAT, and then apply the mtime window accordingly.

Signed-off-by: Tomasz Wilczyński twilczynski@naver.com

Apparently the FAT file system can be called "msdos" in Android. Thus,
in addition to looking for "fat", we should also check for "msdos" as
an alternative of FAT, and then apply the mtime window accordingly.

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
@imsodin imsodin merged commit 4a616f3 into syncthing:main Oct 30, 2020
@tomasz1986 tomasz1986 deleted the tomasz86-msdos branch November 1, 2020 14:17
@calmh calmh added this to the v1.12.0 milestone Nov 3, 2020
calmh added a commit to calmh/syncthing that referenced this pull request Nov 9, 2020
* main:
  lib/folder: Clear pull errors when nothing is needed anymore (syncthing#7093)
  lib/api: Fix debug endpoints (ref syncthing#7001) (syncthing#7092)
  gui, man, authors: Update docs, translations, and contributors
  lib/config: Sanity checks on MaxConcurrentWrites (ref syncthing#7064) (syncthing#7069)
  lib/ur: Fix panics in failure-reporting (fixes syncthing#7090) (syncthing#7091)
  lib/ur: Fix panics in failure-reporting (fixes syncthing#7090) (syncthing#7091)
  build: Update dependencies (syncthing#7088)
  lib: Remove USE_BADGER experiment (syncthing#7089)
  build: Update notify (fixes syncthing#7063) (syncthing#7080)
  lib/api: Fix /rest/config path and add methods to cors (ref syncthing#7001) (syncthing#7081)
  lib/api: Allow OPTIONS method in CORS preflight request handling (ref syncthing#7017) (syncthing#7079)
  gui: Fix another undefined variable access (fixes syncthing#7077) (syncthing#7078)
  lib/config: Check for "msdos" when detecting FAT FS in Android (syncthing#7072)
  gui, man, authors: Update docs, translations, and contributors
@st-review st-review added the frozen-due-to-age Issues closed and untouched for a long time, together with being locked for discussion label Oct 31, 2021
@syncthing syncthing locked and limited conversation to collaborators Oct 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Issues closed and untouched for a long time, together with being locked for discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants