How to mount drive ...
 
Notifications
Clear all

How to mount drive image in DEFT_6_RC

3 Posts
2 Users
0 Reactions
541 Views
(@umeryazdani)
Active Member
Joined: 15 years ago
Posts: 13
Topic starter  

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)


   
Quote
(@anhikilator)
Active Member
Joined: 19 years ago
Posts: 5
 

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.


   
ReplyQuote
(@umeryazdani)
Active Member
Joined: 15 years ago
Posts: 13
Topic starter  

Thanks Bro It works


   
ReplyQuote
Share: