I have created a new VM on GCP with mounting to a persistent disk that contains some files that I want to access.
To check where is the path of the mounted disk, I created another VM that no additional disk was mounted.
However, by using df
command, I cannot find the path of the mounted disk because the disks visible to both VMs are the same, as below.
May I know how to
- make the mounted disk visible?
- access the files on the disk without formating?