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

operation not supported and disk I/O error #41

Open
varunchandak opened this issue Jun 16, 2019 · 3 comments
Open

operation not supported and disk I/O error #41

varunchandak opened this issue Jun 16, 2019 · 3 comments

Comments

@varunchandak
Copy link

OS: macOS (latest)
GO: go version go1.12.6 darwin/amd64

I am getting this error. Everything is done as per README.md

2019/06/16 19:58:44 [ERROR][google_photos/xxxxxx@gmail.com] Processing item graph: processing node of item graph: downloading data file: syncing file: sync timeliner_repo/data/2019/06/google_photos/IMG_5773.JPG: operation not supported (item_id=6)

Another error:

2019/06/16 20:00:21 [ERROR][google_photos/xxxxxx@gmail.com] Processing item graph: processing node of item graph: storing item in database: disk I/O error (item_id=XXXXXXX)
@varunchandak
Copy link
Author

Apparently, it is not working on windows shared drives. Can it work on NFS ?

@mholt
Copy link
Owner

mholt commented Jun 16, 2019

Apparently NFS (or Windows shared drives) does not support syncing (flushing write buffers to disk). Seems like a limitation of the file system.

Error from here:

return fmt.Errorf("syncing file: %v", err)

@varunchandak
Copy link
Author

Ok. Thanks.

Any other alternative to keep the photos in a centralized storage, and use something open source alternative for google photos for internal network.

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

2 participants