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

No space left on device error when running full_preprocess.sh #48

Open
shirakad opened this issue Feb 24, 2019 · 2 comments
Open

No space left on device error when running full_preprocess.sh #48

shirakad opened this issue Feb 24, 2019 · 2 comments

Comments

@shirakad
Copy link

root@32b7ac932d95:/notebooks/deeptype# ./extraction/full_preprocess.sh ${DATA_DIR} en fr es
Downloading wikidata into data/.
Will prepare language: en
Will prepare language: fr
Will prepare language: es
Creating data directory
Done.
Downloading and preparing Wikidata:
Already downloaded data/latest-all.json.bz2
data/latest-all.json.bz2:

bzip2: I/O or other error, bailing out. Possible reason follows.
bzip2: No space left on device
Input file = data/latest-all.json.bz2, output file = data/latest-all.json
bzip2: Deleting output file data/latest-all.json, if it exists.

I've checked the disk space and this does not seem to be the problem.
Does anyone have any idea how to solve this?
Thanks!

@JonathanRaiman
Copy link
Contributor

@shirakad I believe I've run into this before due to weird disk permissions/standards. Any chance the command works manually? Is this on an external hard drive? [If I recall correctly, when faced with this hiccup I had to ensure I was bzip2 decompressing to hard drive that was formatted in some specific format]

@mflis
Copy link

mflis commented Mar 1, 2019

Your file system might not handle big files well. E.g. FAT32 file system can't handle files bigger than 4GB.
If that's the case you should reformat your hard drive to use other file system, e.g. ext4

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