-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty mount drive #1
Comments
Thanks for reporting. You can solve it by installing -bash-4.2# yum install util-linux-ng
-bash-4.2# mount -t drvfs C: /mnt/c
-bash-4.2# ls /mnt/c/
ls: cannot access /mnt/c/DumpStack.log.tmp: Permission denied
ls: cannot access /mnt/c/hiberfil.sys: Permission denied
ls: cannot access /mnt/c/pagefile.sys: Permission denied
ls: cannot access /mnt/c/swapfile.sys: Permission denied
Config.Msi Intel Program Files (x86) VMware Workstation
Dell Microsoft Python27 Windows
Documents and Settings OneDriveTemp Recovery $WinREAgent
DumpStack.log Oracle $Recycle.Bin $WINRE_BACKUP_PARTITION.MARKER DumpStack.log.tmp pagefile.sys swapfile.sys WSL
Go PerfLogs System Volume Information
hiberfil.sys ProgramData tools
inetpub Program Files Users Will be included in the next release. |
w00t! I can confirm it works. Thank you! |
yosukes-dev
added a commit
that referenced
this issue
Mar 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that the host mount drive, while present, is empty. For example, the following command prints an empty folder.
The same command works fine with the CentOS7 image:
Is there a workaround to make this work on Amazon Linux as well?
The text was updated successfully, but these errors were encountered: