- Registriert
- 16. September 2008
- Beiträge
- 4.159
- Lösungen
- 1
- Reaktionspunkte
- 3.309
- Punkte
- 393
- Ort
- Niederlande
vers=3.0
beim mounten ... Wie sieht der händische Mount-Befehl aus?protocol = SMB2
~ # mount //192.168.178.4/sh4 /STORAGE/NET/ -o username=uid,password=pwd
~ # mount -t cifs //192.168.178.4/sh4 /STORAGE/NET/ -o username=uid,password=pwd
~ # mount -t cifs //192.168.178.4/sh4 /STORAGE/NET/ -o username=uid,password=pwd,protocol=SMB2
mount -t cifs -o username=uid,password=pwd,vers=2.0 //192.168.178.4/sh4 /STORAGE/NET/
~ # mount -t cifs -o username=uid,password=pwd,vers=2.0 //192.168.178.4/sh4 /STORAGE/NET/
mount: mounting //192.168.178.4/sh4 on /STORAGE/NET/ failed: Operation not supported
root@ubuntu:~# cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
client min protocol = CORE
server string = %h server (Samba, Ubuntu)
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
server role = standalone server
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
usershare allow guests = yes
[sh4]
comment = srv-sh4
path = /media/data/dlna/sh4
browsable =yes
writable = yes
guest ok = yes
read only = no
#force user = nobody
mount -t cifs -o username=uid,password=pwd,vers=1.0 //192.168.178.4/sh4 /STORAGE/NET/
testparm --show-all-parameters
server min protocol
und client min protocol
steht und ob NT1
dabei ist.security = user
guest account = root
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?