I am using GCP AI Platform Notebook instance and Jupyterlab. The virtual machine (VM) has a boot disk and another SSD disk. I want to read data from the SSD disk. However, the SSD disk is not visible to jupyter notebook. In fact, the notebook can only see the files under /home/jupyter. I mounted the disk to a directory under /home/jupyter. Still the jupyter notebook is unable to see the contents of the SSD (I verified this by running shell commands from the notebook). However, everything is perfectly visible from the terminal.
How can I access the SSD from a notebook?