joh*_*ohn 30 windows usb usb-flash-drive
如何在 Windows 中制作虚拟 USB 驱动器?可以用 DAEMON Tools 或类似的东西来完成吗?
原因是我需要 USB 驱动器来使用它们而不是物理 USB。有时我需要从 USB 加载证书,但我把它留在家里,当我在工作时,我想制作一个虚拟 USB 并把它们放在证书上,那么我该怎么做呢?
Nan*_*ins 19
您可以使用ImDisk创建可移动 USB 驱动器
imdisk -a -s 536870912 -m R: -o rem -p "fs:ntfs /q /y"
Run Code Online (Sandbox Code Playgroud)
-a Attach a virtual disk. This will configure and attach a virtual disk
with the parameters specified and attach it to the system.
-s Size of the virtual disk. Size is number of bytes
-m Specifies a drive letter or mount point for the new virtual disk
-o rem Specifies that the device should be created with removable media
characteristics.
-p 'format' command to create a filesystem when the new virtual disk has
been created. "/fs:ntfs /q /y" is: Create an NTFS filesystem with quick
formatting and without user interaction.
Run Code Online (Sandbox Code Playgroud)
对于 CMD 版本下载ImDisk Toolkit,用 7-zip 解压并复制这 2 个文件
..\cpl\i386\imdisk.cpl
..\cli\i386\imdisk.exe
Run Code Online (Sandbox Code Playgroud)对于 GUI 版本,下载ImDisk Toolkit并安装它
归档时间: |
|
查看次数: |
167575 次 |
最近记录: |