Unable to find/reach my windows 10 files/directories from GOOGLE CLOUD PLATFORM UBUNTU TERMINAL

Viewed 11

I am using windows 10 but for one project I have to install Linux ubuntu at GCP VM Instance Linux ubuntu terminal and trying to reach downloads folder in windows to hadoop-3.2.4.tar.gz file. I tried following command no matter what ever command I give, I always get error -bash: no such file or directory.

username@cs570:~$ cd hadoop-3.2.4.tar.gz -bash: cd: hadoop-3.2.4.tar.gz: Not a directory username@cs570:~$ cd /mnt/c -bash: cd: /mnt/c: No such file or directory username@cs570:~$ ~/Downloads -bash: /home/username/Downloads: No such file or directory username@cs570:~$ pwd /home/username username@cs570:~$ ls hadoop hadoop-3.2.4.tar.gz

Can someone help me in reaching my windows directory and files

Thanks

0 Answers
Related