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

Fatfs prevent client illegal operations #135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Cheng-Li1
Copy link
Contributor

This pull request addresses one potential issue related to the file allocation table (FAT) and file system operations:
Volume Corruption from Illegal File System Operations:
Operations such as opening a file and then removing it before closing can lead to volume corruption.

Solution:
Enable strict checks to reject illegal file system requests from clients, such as attempting to delete a file while it's still open. These safeguards prevent operations that could otherwise lead to volume corruption.

@Cheng-Li1 Cheng-Li1 requested a review from JE-Archer October 11, 2024 05:35
@Cheng-Li1 Cheng-Li1 force-pushed the fatfs_concurrent_fix branch from 69bcb99 to a41610e Compare October 11, 2024 05:49
@JE-Archer JE-Archer force-pushed the fatfs_concurrent_fix branch from a41610e to 606a0d8 Compare October 11, 2024 05:56
@JE-Archer JE-Archer force-pushed the fatfs_concurrent_fix branch from 606a0d8 to 423ee21 Compare October 11, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants