First, the background info:
Windows 7
VirtualBox 4.1.22
FreeBSD 9.1
Windows 7 in the host. FreeBSD is guest, FreeBSD was installed with no problems. I have a folder in Windows I want to share (c:vbox/SHARE). I right-clicked this folder and selected "Share with home group (RW)". In the FreeBSD VM, I can ping my Windows host by IP or hostname.
I tried the following command, and I get prompted for a password. I figured it was wanted my Windows password, but when I enter it, it just "hangs" (no prompt. Can't Ctrl+C or Ctrl+right-bracket to get back to the prompt). Opened another terminal window (Alt+F2) and tried again, this time entering the password I use to log into FreeBSD. Same issue. Here's the command:
WINSHARE is the directory I created in FreeBSD that I want to share with Windows.
Any ideas on how to get this working? I've done a lot of research, went through a tutorial to install Samba, but I just can't seem to get this working. Any help is MUCH appreciated.
Thanks,
Andy
Windows 7
VirtualBox 4.1.22
FreeBSD 9.1
Windows 7 in the host. FreeBSD is guest, FreeBSD was installed with no problems. I have a folder in Windows I want to share (c:vbox/SHARE). I right-clicked this folder and selected "Share with home group (RW)". In the FreeBSD VM, I can ping my Windows host by IP or hostname.
I tried the following command, and I get prompted for a password. I figured it was wanted my Windows password, but when I enter it, it just "hangs" (no prompt. Can't Ctrl+C or Ctrl+right-bracket to get back to the prompt). Opened another terminal window (Alt+F2) and tried again, this time entering the password I use to log into FreeBSD. Same issue. Here's the command:
sudo mount_smbfs //hikerguy@eno/SHARE ~/WINSAHRE
WINSHARE is the directory I created in FreeBSD that I want to share with Windows.
Any ideas on how to get this working? I've done a lot of research, went through a tutorial to install Samba, but I just can't seem to get this working. Any help is MUCH appreciated.
Thanks,
Andy