- This topic has 2 replies, 3 voices, and was last updated 5 days, 3 hours ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › JupyterLab Save Error: No Space Left on Device in FABRIC Slice
Hi,
I’m getting an error while trying to save a notebook in JupyterLab: [Errno 28] No space left on device. I’m working on the FABRIC testbed. Is there a way to free up space or request more storage for my slice?
Thanks!
You can specify the disk size in slice.add_node(disk=)
parameter.
https://fabric-fablib.readthedocs.io/en/latest/slice.html#fabrictestbed_extensions.fablib.slice.Slice.add_node
Thank you @yoursunny for sharing the details on how to request more disk space on experiment VMs.
The /home/fabric/work directory (1GB) in the JupyterHub environment serves as persistent storage for code, notebooks, scripts, and other materials related to configuring and running experiments, including the addition of extra Python modules. However, it is not designed to handle large datasets or output files.
Please consider removing un-needed files to avoid this error.
Additionally, if you need more disk space in the Jupyter Hub Container, I recommend setting up your own FABRIC environment on your laptop or machine to run your experiments. This approach will allow you to capture more data and reduce reliance on Jupyter Hub.
Consider one of the following options:
Best,
Komal