PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Von Linux auf Windows Freigabe zugreifen



maniac
28.07.06, 20:39
Hi@all

wie kann ich von Linux aus auf eine Windows Freigabe zugreifen?
Mein bisherige Versuch mit:

sudo mount -t smbfs //Michi/Dokumente /home/andi/michi

Wird mit folgender Fehlermeldung quittiert:

mount: wrong fs type, bad option, bad superblock on //Michi/Dokumente,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


meine smb.conf

[global]
Workgroup = Arbeitsgruppe
guest account = nobody
keep alive = 30
os level = 2
kernel oplocks = false
security = share
interfaces = 192.168.0.4/255.255.255.0
bind interfaces only = yes
socket options = TCP_NODELAY

[share]
comment = Linux Freigabe
browseable = yes
path = /home/andi/share
writeable = yes
public = yes
guest only = no
directory mask = 777
create mask = 666


Umgekehrt funktioniert es(von Win auf Lin)

MFG maniac

marce
28.07.06, 20:58
probier es doch mal mit smbmount

attix
28.07.06, 21:07
Jo,

oder installier dir z.B. smb4k und mach es mit ner grafischen Oberfläche.

maniac
28.07.06, 21:19
bei smbmount kommt : command not found

smb4k möcht ich nur ungern installieren da es viele abhängikeiten mit kde hat und ich xfce benutze