aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes/Tango.Notes/PPC
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2018-11-25 08:51:51 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2018-11-25 08:51:51 +0200
commitc02a988bda6724dcbd1d689be2010ce55de59368 (patch)
treef0e9bcc67c0db00fe04517b6bccbacb63a5214ac /Software/Visual_Studio/Notes/Tango.Notes/PPC
parent88a0169f624c77b77b21a871ace9e51a9245807d (diff)
downloadTango-c02a988bda6724dcbd1d689be2010ce55de59368.tar.gz
Tango-c02a988bda6724dcbd1d689be2010ce55de59368.zip
Storage Module!
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes/PPC')
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt
new file mode 100644
index 000000000..2f92bf6f0
--- /dev/null
+++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt
@@ -0,0 +1,5 @@
+#Create Virtual Removable Drive
+imdisk -a -s 10M -m R: -o rem -p "/fs:ntfs /q /y"
+
+#Remove Virtual Drive
+imdisk -D -m R: \ No newline at end of file