How to transfer files from windows to Ubuntu instaled on VMware?

48,850

There are 2 ways 2 transfer file from windows to Linux (backtrack)

1 . install ssh on backtrack and on windows Install filezilla then u can transfer file from windows to backtrack

2 . install vmware guest tools & poweroff backtrack & share folder in Vmware as shown in pic enter image description here

add folder from your windows & that will be Shared

now in start backtrack & login

in terminal

mount -t vmhgfs .host:/ /mnt/hgfs/

the shared folder will be in /mnt/hgfs/

Through ssh on backtrack (if not installed )

 sudo apt-get install openssh-server

then edit /etc/ssh/sshd_config

set "PermitRootLogin" to "yes".

save & exit

/etc/init.d/ssh restart

then ifconfig > check the ip address 

then from windows open filezilla

enter image description here

in host type the ip address of backtrack user name root password "toor" (if not changed)

& then u can transfer file from windows to backtrack

Share:
48,850
Towhid
Author by

Towhid

Updated on September 18, 2022

Comments

  • Towhid
    Towhid over 1 year

    I have Installed Backtrack(an Ubuntu based linux) on VMware and I have a file on main host(win 7) which I want to send to this virtual machine. What should I do?

    • flo
      flo over 12 years
      Note that we don't support unofficial derivatives of Ubuntu on this site. If more backtrack questions come up, you might want to post on our sister-site unix.stackexchange.com.
  • Towhid
    Towhid over 12 years
    I tried sharing folder. I got an error while executing mount command: "Error: cannot mount filesystem: No such device". I'm using VMware Workstation 7 on Windows seven. I installed vmware tools according to this picture. technopolis.ir/uploads/backtrack-vmware-tools.jpg
  • One Zero
    One Zero over 12 years