You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C: on /mnt/c type 9p (rw,relatime,dirsync,aname=drvfs;path=C:;symlinkroot=/,mmap,access=client,msize=65536,trans=fd,rfd=3,wfd=3)
C: on /c type 9p (rw,relatime,dirsync,aname=drvfs;path=C:;symlinkroot=/,mmap,access=client,msize=65536,trans=fd,rfd=3,wfd=3)
/etc/fstab
sudo mount -a will mount all drives, though this doesn't happen automatically at bootup
LABEL=cloudimg-rootfs / ext4 defaults 0 0
C: /mnt/c drvfs defaults 0 0
# don't use symlink because docker won't work
/mnt/c /c none bind,umask=0222
/etc/wsl.conf
[automount]
root = /
options = "metadata"
The text was updated successfully, but these errors were encountered:
Your Windows build number
Microsoft Windows [Version 10.0.19041.1]
What you're doing and what's happening:
mount | grep drvfs
into bashWhat's wrong / what should be happening instead:
mount | grep drvfs
should return/etc/fstab
sudo mount -a
will mount all drives, though this doesn't happen automatically at bootup/etc/wsl.conf
The text was updated successfully, but these errors were encountered: