首页 > 解决方案 > 是否可以将关联路径挂载到 WSL?

问题描述

我使用subst R: .了一种更快的方式来访问文件夹。

是否可以将R:“驱动器”安装到 WSL?当我尝试运行sudo mkdir /mnt/rthensudo mount -t ntfs R: /mnt/r时,我遇到了这个错误:

ntfs-3g: Failed to access volume 'R:': No such file or directory

ntfs-3g 2017.3.23AR.3 integrated FUSE 28 - Third Generation NTFS Driver

Configuration type 7, XATTRS are on, POSIX ACLS are on
Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2017 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson 

Usage:    ntfs-3g [-o option[,...]] <device|image_file> <mount_point>

Options:  ro (read-only mount), windows_names, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

News, support and information:  http://tuxera.com 

提前致谢!

标签: windows-subsystem-for-linux

解决方案


推荐阅读