I currently have 600,000 files in a folder, using approximately 875gb of space.
I'm getting the following error message
mv: cannot move `./PMC2836074/zbc4695.pdf' to `/primo_archive/data/updates/PubMed_Central/fulltext/zbc4695.pdf': No space left on device
It was suggested to me that I move the files to folders and that would relieve the problem, because I still have lots of space on the hard drive.
If I create a new folder for every file, will I have the same issue?
df -iwill show you if you've run out of inodes.mountmight show you what the filesystem is, and relevant lines from that anddfanddf -imight be useful to review here.