1. JupyterLab Save Error: No Space Left on Device in FABRIC Slice

JupyterLab Save Error: No Space Left on Device in FABRIC Slice

Home Forums FABRIC General Questions and Discussion JupyterLab Save Error: No Space Left on Device in FABRIC Slice

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8839

    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!

    #8840
    yoursunny
    Participant
      #8841
      Komal Thareja
      Participant

        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:

        • Running JupyterHub Container locally as described here.
        • configuring a local Python environment for the FABRIC API as described here, and run the notebooks locally.

        Best,

        Komal

      Viewing 3 posts - 1 through 3 (of 3 total)
      • You must be logged in to reply to this topic.