Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Help please: started with [Errno 28] No space left on device and not trying to save the notebooks to GCS #2163

Open
OrielResearchCure opened this issue Apr 26, 2020 · 2 comments

Comments

@OrielResearchCure
Copy link

Hello,

I am installing a few python libraries to update apache-beam. usually, it works okay. Today, I have received the following space error.
It seems that /dev/sdb is out of space.
How do I clean it?

Thanks,
eilalan

!df -h
Filesystem      Size  Used Avail Use% Mounted on
overlay          16G  6.8G  8.8G  44% /
tmpfs            64M     0   64M   0% /dev
tmpfs            30G     0   30G   0% /sys/fs/cgroup
shm              64M     0   64M   0% /dev/shm
/dev/sdb        492G  492G     0 100% /tmp
/dev/sda1        16G  6.8G  8.8G  44% /etc/hosts
tmpfs            30G     0   30G   0% /proc/acpi
tmpfs            30G     0   30G   0% /proc/scsi
tmpfs            30G     0   30G   0% /sys/firmware
@OrielResearchCure
Copy link
Author

I made a wrong decision and deleted /tmp/* using rm and now I am unable to connect to the machine with datalab connect.
I tried creating a new datalab machine with the same disk...didn't help.
Below is the df -h when looking at it from the docker.

docker exec -it 4fbf6bcd1591 df -h
Filesystem      Size  Used Avail Use% Mounted on
overlay          16G  5.2G   11G  34% /
tmpfs            64M     0   64M   0% /dev
tmpfs           7.4G     0  7.4G   0% /sys/fs/cgroup
shm              64M     0   64M   0% /dev/shm
/dev/sda1        16G  5.2G   11G  34% /var/log
overlayfs       7.4G   88K  7.4G   1% /etc/fluent/config.d
tmpfs           7.4G     0  7.4G   0% /proc/acpi
tmpfs           7.4G     0  7.4G   0% /proc/scsi
tmpfs           7.4G     0  7.4G   0% /sys/firmware

I am trying to copy the notebooks from the docker. I am able to see the file on the /mnt folder, however, its auto-complete the folders and the file names and still fires error: No such file or directory

docker exec -it 4fbf6bcd1591 ls /mnt/disks/datalab-pd/content/datalab/Eila/
ls: cannot access '/mnt/disks/datalab-pd/content/datalab/Eila/': No such file or directory

need help to resolve this asap :-(
Thanks,
eilalan

@OrielResearchCure OrielResearchCure changed the title Could not install packages due to an EnvironmentError: [Errno 28] No space left on device Help please started with [Errno 28] No space left on device and not trying to save the notebooks to GCS Apr 26, 2020
@OrielResearchCure OrielResearchCure changed the title Help please started with [Errno 28] No space left on device and not trying to save the notebooks to GCS Help please: started with [Errno 28] No space left on device and not trying to save the notebooks to GCS Apr 26, 2020
@OrielResearchCure
Copy link
Author

Reading more about the tools that I am using. tools from the NCBI , I understand that they are filling up the cache: https://standage.github.io/that-darn-cache-configuring-the-sra-toolkit.html found more posts about that. I don't know if this is helpful in helping me recover the notebook from the machine. Thanks a lot for any advice, Eila

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant