不使用Windows中的驱动器号访问USB设备

时间:2021-06-24 16:52:24

Is it possible to access a USB drive or Flash card without using the drive letter that Windows assigns it? I thought I read somewhere that the Volume GUID or something can be used but will that allow me to open it up in explorer once I identify it? The reason this is important to me is because there may not be enough drive letters to handle the number of drives so I want to be able to still access them.

是否可以在不使用Windows分配的驱动器号的情况下访问USB驱动器或闪存卡?我以为我读过某个地方可以使用Volume GUID或其他东西,但是一旦我识别出来,它会允许我在资源管理器中打开它吗?这对我来说很重要的原因是因为可能没有足够的驱动器号来处理驱动器的数量,所以我希望仍能访问它们。

2 个解决方案

#1


1  

Here you go:

干得好:

MOUNTVOL C:\USB: \\?\Volume{ebc79032-5270-11d8-a724-806d6172696f}\ 

#2


3  

If you are using NTFS, You can create 'volume mount points' in Windows. (Similar to *NIX, if you have used that).

如果您使用的是NTFS,则可以在Windows中创建“卷装入点”。 (类似于* NIX,如果您已经使用过它)。

Mount points make a folder on your filesystem (your C drive, say) point to another volume, so "C:\usb1" could actually contain the contents of a USB drive.

挂载点使文件系统上的文件夹(比如说你的C盘)指向另一个卷,因此“C:\ usb1”实际上可以包含USB驱动器的内容。

There are a couple of articles on the Microsoft site which should point you on your way: How to create and use mounted drives About Volume Mount Points

Microsoft网站上有一些文章应该指明您:如何创建和使用已安装的驱动器关于卷装入点

#1


1  

Here you go:

干得好:

MOUNTVOL C:\USB: \\?\Volume{ebc79032-5270-11d8-a724-806d6172696f}\ 

#2


3  

If you are using NTFS, You can create 'volume mount points' in Windows. (Similar to *NIX, if you have used that).

如果您使用的是NTFS,则可以在Windows中创建“卷装入点”。 (类似于* NIX,如果您已经使用过它)。

Mount points make a folder on your filesystem (your C drive, say) point to another volume, so "C:\usb1" could actually contain the contents of a USB drive.

挂载点使文件系统上的文件夹(比如说你的C盘)指向另一个卷,因此“C:\ usb1”实际上可以包含USB驱动器的内容。

There are a couple of articles on the Microsoft site which should point you on your way: How to create and use mounted drives About Volume Mount Points

Microsoft网站上有一些文章应该指明您:如何创建和使用已安装的驱动器关于卷装入点