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

Not Detecting New Files on External Drive in macOS #1296

Open
alminQSD opened this issue Dec 22, 2023 · 3 comments
Open

Not Detecting New Files on External Drive in macOS #1296

alminQSD opened this issue Dec 22, 2023 · 3 comments

Comments

@alminQSD
Copy link

alminQSD commented Dec 22, 2023

Environment:

  • OS: macOS Sonoma 14.2.1 (23C71)
  • Node.js version: v14.17.0
  • Chokidar version: 3.5.3

Issue:
Chokidar fails to detect new files added to external and network drives on macOS. It functions correctly for local paths (e.g., /Users/myUser/Downloads/testFolder) and also works as expected on Windows for both local, network, and external drives. However, on macOS, it does not trigger 'add' events for new files in /Volumes/MyExternalDrive.

Steps to Reproduce:

  1. Set up Chokidar to watch a path on an external or network drive.
  2. Add new files to this path.
  3. Observe that Chokidar does not emit 'add' events on macOS.

Expected Behavior:
Chokidar should detect and emit events for new files on external and network drives, similar to its behavior with local directories and as it does on Windows.

Additional Context:

  • The issue persists even with usePolling: true.
  • The external drive is formatted as exFAT.
  • When the external drive is formatted as APFS, it functions properly.
  • This issue is specific to macOS; the same setup works on Windows.

Any insights or suggestions would be greatly appreciated.

@mdivkovic-speech
Copy link

Bump. @paulmillr is this on the radar?

@paulmillr
Copy link
Owner

@mdivkovic-speech no. Why would it be?

@paulmillr
Copy link
Owner

#1305

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

No branches or pull requests

3 participants