Hello everyone,
I would like to know how to add any file to a persistent SSD disk of a Google Cloud Instance VM.
I tried to copy a file in the home directory to the folder where the Persistent disk is mounted using the following command:
sudo cp /home/username/project1/filename.csv /home/username/project1/mounted_dir/filename.csv
But, the file is not getting copied.
Am I doing any mistake or is there any other method for this ?
Thank you
Pavithra