Comment créer un lecteur USB virtuel sous Windows? Peut-on le faire avec DAEMON Tools ou quelque chose comme ça?
La raison en est que j'ai besoin du lecteur USB pour les utiliser au lieu d'un USB physique. Parfois, j'ai besoin de charger un certificat depuis l'USB mais je l'ai laissé à la maison et quand je suis au travail, je veux créer un USB virtuel et le mettre sur un certificat, alors comment puis-je le faire?
Vous pouvez utiliser ImDisk pour créer un lecteur USB amovible
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.
Pour télécharger une version de CMD ImDisk Toolkit , extrayez-la avec 7-Zip et copiez ces 2 fichiers.
..\cpl\i386\imdisk.cpl
..\cli\i386\imdisk.exe
Pour une version graphique, téléchargez ImDisk Toolkit et installez-le simplement.