LoginSignup
0
1

More than 5 years have passed since last update.

SambaでVMのディレクトリをエクスプローラから参照する

Last updated at Posted at 2018-10-16

1.sambaのインストール

sudo apt-get install -y samba

2./etc/samba/smb.confを編集

[share]
path = <your VM workspace>
writable = yes
create mode = 0644
directory mode = 0644

末尾に↑を追加
※workspaceの例 home/akane/work

3.Sambaにユーザを追加する

pdbedit -a <user name>

※user name はログインするときのアレ

4.Samba再起動

systemctl restart smbd

5.エクスプローラからアクセス

\\<your VM address>\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