2013-06-20 08:32:41 +0000 2013-06-20 08:32:41 +0000
26
26
Advertisement

Windowsで仮想USBドライブを作るには?

Advertisement

Windowsで仮想USBドライブを作るにはどうしたらいいですか?DAEMON Toolsとかでできるのでしょうか?

理由は、物理的なUSBではなく、USBドライブがないと使えないからです。たまにUSBから証明書をロードする必要があるのですが、家に置いてきてしまったので、仕事中は仮想USBを作って証明書を載せたいのですが、どうすればいいのでしょうか?

Advertisement
Advertisement

回答 (1)

17
17
17
2013-07-29 10:13:32 +0000

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 をダウンロードしてください。

  • GUI版は ImDisk Toolkit をダウンロードしてインストールするだけ

その他のリンク

Advertisement

関連する質問

3
19
10
28
3
Advertisement