2
Samba:Virtualboxゲスト上の共有にアクセスするには(NATモード)
私のOS:Windows 8 Virtualboxゲスト:Ubuntu 12.10サーバー vboxゲストでApacheサーバーを構成し、http、https、sshポートをubuntuサーバーに正常にマッピングしました。問題なく動作します。 ネットワークカードがNATモードになっています。いくつかの調査の後、ゲストシステムにsambaをインストールしました。Windowsからゲストサーバー内で直接作業できるように、Windows 8で/ var / www /フォルダーをマップする必要があります。 これが私のsmb.confです [share] comment = "Vbox server share" path = / writable = yes read only =no browseable = yes force directory mode = 777 force create mode = 777 force security mode = 777 force directory security mode = …