LoginSignup
0
1

More than 5 years have passed since last update.

vmware - kaliの環境へ共有フォルダを作成する

Posted at

ubuntuの設定と同じで、VMware toolsのインストール後に、管理>オプションから共有フォルダを指定するだけです。

  1. VMware toolsのインストール
    Player > 管理 > VMware toolsのインストール

    $ cd /media/cdrom0
    $ sudo cp VMwareTools-10.1.15-6627299.tar.gz /path/to/your/local/file/
    $ cd /path/to/your/local/file/
    $ sudo tar zxvf VMwareTools-10.1.15-6627299.tar.gz
    cd vmware-tools-distrib/
    ./vmware-install.pl
    ひたすら、enterで諸設定をする。

  2. 共有フォルダの指定
    Player > 管理 > オプション > 共有フォルダ
    常に有効を選択、追加を選択、共有したいフォルダを選択

  3. 共有フォルダを確認
    mnt > hgfs > shareを確認
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1