Notifications
Clear all
General (Technical, Procedural, Software, Hardware etc.)
3
Posts
2
Users
0
Reactions
541
Views
Topic starter
05/01/2011 12:38 pm
I'm Running DEFT from Live CD in VMware Workstation 7 environment while my Image File exists on Windows-XP Machine. How can I mount my Image File to DEFT for analysis?? —-(Both are pinging each other)
07/01/2011 1:01 am
Make sure the folder where the image file resides is shared. Then create a directory in the mnt folder.
mkdir /mnt/images
Then try
mount –t cifs –o username=user,password=pass //windows-computer-name/folder /mnt/images
where user is the windows username and pass the password (same u use to login in the windows box).
You can also replace windows-computer-name with the IP.
Topic starter
11/01/2011 6:28 pm
Thanks Bro It works