Failed to View the Local Mount Point of a Dynamically Mounted OBS Parallel File System in JupyterLab of a Notebook Instance
Symptom
When an OBS parallel file system is dynamically mounted to a notebook instance, the local mount directory is /data/demo-yf/, which, however, is not displayed in the navigation pane on the left of JupyterLab.
Possible Causes
The local mount directory is the demo-yf folder created in the ~/data directory of the notebook container. However, the default path of the navigation pane on the left of JupyterLab is the ~/work directory, which means that /data and /work are of the same level. As a result, the directory cannot be displayed in JupyterLab.
After Terminal is opened, the default directory is ~work. Run the following commands to go to the ~data directory and view the local mount directory:
(PyTorch-1.8) [ma-user work]$cd (PyTorch-1.8) [ma-user ~]$cd /data (PyTorch-1.8) [ma-user data]$ls
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot