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

Clarify in the docs what filesystem types are supported #17932

Closed
manueljordan opened this issue Aug 3, 2021 · 4 comments
Closed

Clarify in the docs what filesystem types are supported #17932

manueljordan opened this issue Aug 3, 2021 · 4 comments
Labels
a:documentation Documentation content in:invoking-gradle Running Executing
Milestone

Comments

@manueljordan
Copy link

Expected Behavior

Indicate through the official documentation that a possible cause of locking is for the special scenario when a secondary hard disk exists that is used how repository for Gradle but it has a different format type than the main hard disk.

Current Behavior

It does not exist

Context

The solution is here:

Without that the Daemon hangs because exists a locking approach.

@manueljordan manueljordan added a:feature A new functionality to-triage labels Aug 3, 2021
@mlopatkin mlopatkin added a:documentation Documentation content in:core DO NOT USE and removed a:feature A new functionality labels Aug 4, 2021
@mlopatkin mlopatkin self-assigned this Aug 4, 2021
@mlopatkin
Copy link
Member

@manueljordan, I'm not sure that the problem is about the "format" of the secondary being different but more about it being unsupported. For example, if you have NTFS primary drive and exFAT secondary then you'll have problems with secondary (as indicated in the linked issue). The problems will go away when you reformat secondary as NTFS but this only means that NTFS works while exFAT does not.

Could you please provide more details about what filesystems (or combinations) worked for you and what didn't?

@manueljordan
Copy link
Author

Thanks for the explanation, I see, but then consider to indicate (if it does not exist) in the official documentation what are the type formats that supports Gradle. - in my case FAT32 was not supported. Was mandatory to format in NTFS and "OS X Extended (Journaled)" each drive

@mlopatkin mlopatkin changed the title Improve documentation about locking when a secondary disk is used how repository Clarify what filesystem types are supported in the docs Aug 4, 2021
@mlopatkin mlopatkin changed the title Clarify what filesystem types are supported in the docs Clarify in the docs what filesystem types are supported Aug 4, 2021
@big-guy big-guy added in:invoking-gradle Running Executing and removed in:core DO NOT USE to-triage labels Oct 25, 2021
@big-guy big-guy added the 🌱 internal-onboarding Good issues to onboard new Gradle team members label Jul 25, 2022
@lptr lptr added good first issue Good for newcomers and removed 🌱 internal-onboarding Good issues to onboard new Gradle team members labels Jun 15, 2023
@eskatos eskatos removed the good first issue Good for newcomers label Jun 19, 2023
@eskatos eskatos added this to the 7.6 RC1 milestone Jun 19, 2023
@eskatos
Copy link
Member

eskatos commented Jun 19, 2023

This is now documented at
https://docs.gradle.org/current/userguide/file_system_watching.html#supported_file_systems

@eskatos eskatos closed this as completed Jun 19, 2023
@manueljordan
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:documentation Documentation content in:invoking-gradle Running Executing
Projects
None yet
Development

No branches or pull requests

5 participants