안녕하세요.
linux samba 서버를 사용하다가 쓰기가 되지않아 이렇게 질문을 올립니다.
현재 Fedora core 10 (32bit)를 사용중이고 다음과 같이 mount 하여 읽고, 쓰기를 할려고 하니 쓰기가 되지 않네요
SAMBA 서버 설정
Server : ubutu 10.04(64bit)
/etc/samba/smb.conf
[LinuxShare]
comment = Samba Server
path = /home
valid users = einstrom
read only = no
guest ok = no
writable = yes
Clint : Fedora core 10(32bit)
$sudo mount -o username=einstrom //111.111.111.174/LinuxShare/einstrom test
위의 명령어와 같이 mount를 시키고 있습니다.