26
26
Windowsで仮想USBドライブを作るには?
Windowsで仮想USBドライブを作るにはどうしたらいいですか?DAEMON Toolsとかでできるのでしょうか?
理由は、物理的なUSBではなく、USBドライブがないと使えないからです。たまにUSBから証明書をロードする必要があるのですが、家に置いてきてしまったので、仕事中は仮想USBを作って証明書を載せたいのですが、どうすればいいのでしょうか?
Windowsで仮想USBドライブを作るにはどうしたらいいですか?DAEMON Toolsとかでできるのでしょうか?
理由は、物理的なUSBではなく、USBドライブがないと使えないからです。たまにUSBから証明書をロードする必要があるのですが、家に置いてきてしまったので、仕事中は仮想USBを作って証明書を載せたいのですが、どうすればいいのでしょうか?
ImDisk ](http://www.majorgeeks.com/files/details/imdisk_toolkit_64_bit.html) を使用してリムーバブル USB ドライブ
imdisk -a -s 536870912 -m R: -o rem -p "fs:ntfs /q /y"
-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.
のインストール方法 - CMD 版は ImDisk Toolkit をダウンロードしてください。