标题:
Windows 10 Ubuntu安装其它存储器
[打印本页]
作者:
linda
时间:
2018-5-31 10:55
标题:
Windows 10 Ubuntu安装其它存储器
Windows 10 Ubuntu Bash Shell: How Do I Mount Other Windows Drives?
Mount removable media: (e.g. D
$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d
To safely unmount
$ sudo umount /mnt/d
You can also mount network shares without smbfs:
$ sudo mount -t drvfs '\\server\share' /mnt/share
You need at least Build 16176 so you might have to opt-in to the Windows Insider programm and then update Windows. Source:
https://blogs.msdn.microsoft.com/wsl/2017/04/18/file-system-improvements-to-the-windows-subsystem-for-linux/
原文:
https://superuser.com/questions/1114341/windows-10-ubuntu-bash-shell-how-do-i-mount-other-windows-drives
欢迎光临 中神通公司技术论坛 (http://trustcomputing.com.cn/bbs/)
Powered by Discuz! 6.0.0