LoginSignup
12
13

More than 5 years have passed since last update.

windows10からSamba4にアクセス

Last updated at Posted at 2015-03-18

windows10は認証なしでの共有フォルダへのアクセスが出来ない
-> と思ったら出来ました。

共有フォルダの利用

net use z: \\192.168.100.62\public /USER:nobody ""

パスワードが空の場合は""を指定。

win10.png

共有フォルダの利用終了

net use /delete *
# もしくは
net use /delete z:

サーバ側の設定

12
13
1

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
12
13