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

failure to load or scan directory #739

Open
jlc42 opened this issue Dec 29, 2023 · 1 comment
Open

failure to load or scan directory #739

jlc42 opened this issue Dec 29, 2023 · 1 comment

Comments

@jlc42
Copy link

jlc42 commented Dec 29, 2023

feh -r /mnt/EX2Cloud/jim/Original\ Pictures/ScanningProject/WOLVERINE\ 06/
feh WARNING: Failed to scan directory /mnt/EX2Cloud/jim/Original Pictures/ScanningProject/WOLVERINE 06: Value too large for defined data type
feh: No loadable images specified.
See 'man feh' for detailed usage information

However, the directory definitely exists, and has pictures in it. I'm on raspberry pi, and the director is an nfs mount (if that is relevant to the problem)?

@wwsmiff
Copy link
Contributor

wwsmiff commented Mar 16, 2024

This issue pertains to a Linux error, and doesn't have anything to do with feh itself. It could possibly be due to your directory being a network filesystem as you mentioned.

EOVERFLOW
pathname refers to a regular file that is too large to be opened. The usual scenario here > is that an application compiled on a 32-bit platform without -D_FILE_OFFSET_BITS=64 tried > to open a file whose size exceeds (1<<31)-1 bytes;

from here

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