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

Como fazer uma unidade USB virtual no Windows?

Como posso fazer uma unidade USB virtual no Windows? Pode ser feito com DAEMON Tools ou algo do género?

A razão é que preciso da unidade USB para as utilizar em vez de uma unidade USB física. Por vezes preciso de carregar o certificado do USB mas deixei-o em casa e quando estou no trabalho quero fazer um USB virtual e colocar-lhes um certificado, então como posso fazer isso?

Respostas (1)

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

Pode usar ImDisk para criar uma unidade USB amovível

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.

Como instalar

  • Para uma versão CMD descarregar ImDisk Toolkit , extraí-lo com 7-zip e copiar estes 2 ficheiros

  • Para uma versão GUI download ImDisk Toolkit e basta instalá-lo

Outros links