
Ubuntu日本語フォーラム

ログインしていません。
家庭内LANを構築を考えUbuntu12.04(32Bit)にSambaを導入Windows 7とルーター・ワイヤレスLANハブを介しインターネットには夫々接続できています。
Ubuntu・Windows相互の接続は確立されWindows側からUbuntuのフォルダへ対してのコピー、移動、保存はなんの問題もなく出来ますが、Ubuntu側から
Windowsのフォルダに対してのコピー、移動、保存は尽くエラー表示がで操作が出来ぬ状況です。
どちらのPCにおける設定不備があるのかご教示のほどよろしく。
Ubuntu での設定ファイル /etc/samba/smb.conf の設定に関わる部分の抜粋
[global]
workgroup = workgroup
server string = %h server (Samba, Ubuntu)
dns proxy = no
#### Debugging/Accounting ####
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
########## Domains ###########
false %u
############ Misc ############
usershare allow guests = yes
security = share
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printer
オフライン