|
Title: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 27.08.08, 00:02:29 Hallo,
ich habe meinen 'alten' Rechner von XP auf ubuntu studio 8.04 umgerüstet. Installation und alles weitere hat gut geklappt. Im Netzwerk (http://www.computerhilfen.de/fachbegriffe-n-Netzwerk.html) (Router Speedport 700V) surft es sich hervorragend. Mein Notebook (http://www.computerhilfen.de/fachbegriffe-n-Notebook.html) läuft mit Win Vista Home Basic (http://www.computerhilfen.de/fachbegriffe-b-BASIC.html) ebenfalls über den Speedport einwandfrei. Sowohl im Netzwerk (http://www.computerhilfen.de/fachbegriffe-n-Netzwerk.html) von Vista und ubuntu sind die jeweiligen Rechner alle vertreten! Über Samba habe ich ubuntu 'freigegeben'. => Zugriff von Vista erfolgreich! Leider funktioniert es in die andere Richtung nicht! Kann mir jemand helfen? Mein Computer-System: Mein PC ist etwa 0-2 Jahre alt. FSC Amilo Pi 1505 CoreDuo T2350 Windows (http://www.computerhilfen.de/fachbegriffe-w-Windows.html) Vista Home Basic AMD Athlon (http://www.computerhilfen.de/fachbegriffe-a-Athlon.html) 2100+ 1279 MB ubuntu studio 8.04 Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: PWT on 27.08.08, 00:43:07 http://www.tecchannel.de/pc_mobile/linux/1739865/
Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 27.08.08, 13:40:52 ???
Vielen Dank für den schnellen Hinweis! Fand ich auch sehr gut erläutert, aber leider löst er nicht mein Problem! Wie gesagt, von Vista kann ich auf Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) zugreifen, aber andersherum nicht! Die Freigaben im Netzwerk (http://www.computerhilfen.de/fachbegriffe-n-Netzwerk.html) sind erteilt, der Rechner wird auch von Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) erkannt, aber die Laufwerke sind nicht ansteuerbar! Sperrt Vista da? Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Knut aus Berlin on 27.08.08, 14:05:14 Benutzer mit Passwort angelegt?
Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Hardy1979 on 28.08.08, 19:54:07 Hallo sputty
Am besten wird man dir helfen können wenn du die /etc/smb.conf datei Postest, diese Datei enthält die komplette Konfiguration von Samba. Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 28.08.08, 20:26:51 Hallo suse-user!
hier ist meine smb.conf: Allerdings ist der Pfad bei mir: /etc/samba/smb.conf # # Sample configuration file for the Samba suite for Debian GNU/Linux. # # # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. Samba has a huge number of configurable options most of which # are not shown in this example # # Any line which starts with a ; (semi-colon) or a # (hash) # is a comment and is ignored. In this example we will use a # # for commentary and a ; for parts of the config file that you # may wish to enable # # NOTE: Whenever you modify this file you should run the command # "testparm" to check that you have not made any basic (http://www.computerhilfen.de/fachbegriffe-b-BASIC.html) syntactic # errors. # #======================= Global Settings ======================= [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) will part of workgroup = workgroup # server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) string is the equivalent of the NT Description field server string = %h server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) (Samba, Ubuntu) # Windows (http://www.computerhilfen.de/fachbegriffe-w-Windows.html) Internet (http://www.computerhilfen.de/fachbegriffe-i-Internet.html) Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server ; wins support = no # WINS Server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) - Tells the NMBD components of Samba to be a WINS Client # Note: Samba can be either a WINS Server, (http://www.computerhilfen.de/fachbegriffe-s-Server.html) or a WINS Client, but NOT both ; wins server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) = w.x.y.z # This will prevent nmbd to search for NetBIOS names through DNS. dns proxy = no # What naming service and in what order should we use to resolve host (http://www.computerhilfen.de/fachbegriffe-h-Host.html) names # to IP addresses ; name resolve order = lmhosts host (http://www.computerhilfen.de/fachbegriffe-h-Host.html) wins bcast #### Networking #### # The specific set of interfaces / networks to bind to # This can be either the interface (http://www.computerhilfen.de/fachbegriffe-i-Interface.html) name or an IP address/netmask; # interface (http://www.computerhilfen.de/fachbegriffe-i-Interface.html) names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # Only bind to the named interfaces and/or networks; you must use the # 'interfaces' option above to use this. # It is recommended that you enable this feature if your Samba machine is # not protected by a firewall (http://www.computerhilfen.de/fachbegriffe-f-Firewall.html) or is a firewall (http://www.computerhilfen.de/fachbegriffe-f-Firewall.html) itself. However, this # option cannot handle dynamic or non-broadcast interfaces correctly. ; bind interfaces only = true .t-online.de/ #### Debugging/Accounting #### # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Cap the size of the individual log files (in KiB). max log size = 1000 # If you want Samba to only log through syslog then set the following # parameter to 'yes'. ; syslog only = no # We want Samba to log a minimum amount of information to syslog. Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log # through syslog you should set the following parameter to something higher. syslog = 0 # Do something sensible when Samba crashes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authentication ####### # "security = user" is always a good idea. This will require a Unix (http://www.computerhilfen.de/fachbegriffe-u-Unix.html) account # in this server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) for every user accessing the server. (http://www.computerhilfen.de/fachbegriffe-s-Server.html) See # /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html # in the samba-doc package for details. security = user # You may wish to use password encryption. See the section on # 'encrypt passwords' in the smb.conf(5) manpage before enabling. ; encrypt passwords = yes # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam obey pam restrictions = yes guest account (http://www.computerhilfen.de/fachbegriffe-a-Account.html) = dhcp invalid users = root # This boolean parameter controls whether Samba attempts to sync the Unix # password with the SMB password when the encrypted SMB password in the # passdb is changed. unix password sync = yes # For Unix (http://www.computerhilfen.de/fachbegriffe-u-Unix.html) password sync to work on a Debian GNU/Linux system, the following # parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for # sending the correct chat script for the passwd program in Debian Sarge). passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . # This boolean controls whether PAM will be used for password changes # when requested by an SMB client instead of the program listed in # 'passwd program'. The default is 'no'. pam password change = yes # This option controls how nsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user ########## Domains ########### # Is this machine able to authenticate users. Both PDC and BDC # must have this setting enabled. If you are the BDC you must # change the 'domain master' setting to no # ; domain logons = yes # # The following setting only takes effect if 'domain logons' is set # It specifies the location of the user's profile directory # from the client point of view) # The following required a [profiles] share to be setup on the # samba server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) (see below) ; logon path = \\%N\profiles\%U # Another common choice is storing the profile in the user's home directory ; logon path = \\%n\%u\profile # The following setting only takes effect if 'domain logons' is set # It specifies the location of a user's home directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) (from the client # point of view) ; logon drive = H: ; logon home = \\%n\%u # The following setting only takes effect if 'domain logons' is set # It specifies the script to run during logon. The script must be stored # in the [netlogon] share # NOTE: Must be store in 'DOS' file format convention ; logon script = logon.cmd # This allows Unix (http://www.computerhilfen.de/fachbegriffe-u-Unix.html) users to be created on the domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) controller (http://www.computerhilfen.de/fachbegriffe-c-Controller.html) via the SAMR # RPC pipe. The example command creates a user account (http://www.computerhilfen.de/fachbegriffe-a-Account.html) with a disabled Unix # password; please adapt to your needs ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u ########## Printing ########## # If you want to automatically load your printer list rather # than setting them up individually then you'll need this ; load printers = yes # lpr(ng) printing. You may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # CUPS printing. See also the cupsaddsmb(8) manpage in the # cupsys-client package. ; printing = cups ; printcap name = cups ############ Misc ############ # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf.%m # Most people will find that this option gives better performance. # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html # for details # You may want to add the following on a Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) system: # SO_RCVBUF=8192 SO_SNDBUF=8192 ; socket options = tcp_nodelay # The following parameter is useful only if you have the linpopup package # installed. The samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba. ; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' & # Domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) Master specifies Samba to be the Domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) Master Browser. (http://www.computerhilfen.de/fachbegriffe-b-Browser.html) If this # machine will be configured as a BDC (a secondary logon server), (http://www.computerhilfen.de/fachbegriffe-s-Server.html) you # must set this to 'no'; otherwise, the default behavior is recommended. ; domain master = auto # Some defaults for winbind (make sure you're not using the ranges # for something else.) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # The following was the default behaviour in sarge, # but samba upstream reverted the default because it might induce # performance (http://www.computerhilfen.de/fachbegriffe-p-Performance.html) issues in large organizations. # See Debian bug (http://www.computerhilfen.de/fachbegriffe-b-Bug.html) #368251 for some of the consequences of *not* # having this setting and smb.conf(5) for details. ; winbind enum groups = yes ; winbind enum users = yes # Setup usershare options to enable non-root users to share folders # with the net usershare command. # Maximum number of usershare. 0 (default) means that usershare is disabled. ; usershare max shares = 100 # Allow users who've been granted usershare privileges to create # public shares, not just authenticated ones usershare allow guests = yes username map = /etc/samba/smbusers guest ok = yes #======================= Share Definitions ======================= # Un-comment the following (and tweak the other settings below to suit) # to enable the default home directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) shares. This will share each # user's home directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) as \\server\username ;[homes] ; comment = Home Directories ; browseable = no # By default, the home directories are exported read-only. Change the # next parameter to 'no' if you want to be able to write to them. ; read only = yes # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775. ; create mask = 0700 # Directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) creation mask is set to 0700 for security reasons. If you want to # create dirs. with group=rw permissions, set next parameter to 0775. ; directory mask = 0700 # By default, \\server\username shares can be connected to by anyone # with access to the samba server. Un-comment the following parameter # to make sure that only "username" can connect to \\server\username # This might need tweaking when using external authentication schemes ; valid users = %S # Un-comment the following and create the netlogon directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) for Domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) Logons # (you need to configure Samba to act as a domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) controller (http://www.computerhilfen.de/fachbegriffe-c-Controller.html) too.) ;[netlogon] ; comment = Network Logon Service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes ; share modes = no # Un-comment the following and create the profiles directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) to store # users profiles (see the "logon path" option above) # (you need to configure Samba to act as a domain (http://www.computerhilfen.de/fachbegriffe-d-Domain.html) controller (http://www.computerhilfen.de/fachbegriffe-c-Controller.html) too.) # The path below should be writable by all users so that their # profile directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) may be created the first time they log on ;[profiles] ; comment = Users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # Windows (http://www.computerhilfen.de/fachbegriffe-w-Windows.html) clients look for this share name as a source of downloadable # printer drivers [print$] comment = Printer Drivers path = /var/lib/samba/printers ; browseable = yes writeable = yes valid users = nobody, rene # Uncomment to allow remote administration of Windows (http://www.computerhilfen.de/fachbegriffe-w-Windows.html) print drivers. # Replace 'ntadmin' with the name of the group your admin users are # members of. ; write list = root, @ntadmin # A sample share for sharing your CD-ROM with others. ;[cdrom] ; comment = Samba server's CD-ROM ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # The next two parameters show how to auto-mount a CD-ROM when the # cdrom share is accesed. For this to work /etc/fstab must contain # an entry like this: # # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0 # # The CD-ROM gets unmounted automatically after the connection to the # # If you don't want to use auto-mounting/unmounting make sure the CD # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [Rene ubuntu studio] path = /home writeable = yes ; browseable = yes guest ok = yes :'(Übrigens jegliche Änderungen will das System nicht speichern weil ich keine root Rechte habe. Im Terminal habe ich bereits durch sudo -s auf root umgestellt, dennoch will der keine Speicherung von mir! :( Nächstes Problem: Ich habe groß getönt, dass ich von Vista auf Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) zugreifen kann: ja aber nur Ordnerstrukturen, der Zugriff wird mir verweigert! Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Hardy1979 on 28.08.08, 21:04:21 Hallo sputty
du hast schon die richtige Datei depostet, es kommt auf die Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) Distribution an die du hast, bei suse ist es seit Suse 9.x etc/samba/smb.conf, und bei debian wie du hast ebenso etc/samba/smb.conf. jetzt du hast richtig erkannt das du rootrechte brauchst um in dieser Datei etwas zu ändern also in der Konsole sudo und dein Passwort, (damit du mit root angemeldet bist, siehst du wenn die Schrift deiner Konsole anders wird, z.B. Rot) dannach wächselst du ins Verzeichnis wo die Datei ist; also cd /etc/samba/ dann musst du die Datei mit einem Editor öffnen (weiss jetzt leider nicht was du für einen Texteditor installiert hast). einfach Editorname smb.conf (z.B. vi smb.conf; oder kwrite smb.conf) die Datei wird sich öffnen und du kannst dann in dieser Datei Änderungen vornehmen. Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Hardy1979 on 28.08.08, 21:15:49 Jetzt zu deinem Problem
schau mal hier, da ist eigendlich alles beschrieben. http://www.unifix.de/tutorial/samba/DE-Samba-HOWTO-5.html vielleicht hier auch schauen http://www.lug-viersen.de/howtos/samba-unter-debian-mit-einem-share-fuer-windows-xp.html oder auch hier http://www.spotlight-wissen.de/archiv/message/787094.html und nicht vergessen wenn du änderungen in smb.conf gemacht hast ; Der Server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) muss nach Durchfuehren der Aenderungen ; in dieser Datei zunächst gestoppt und dann ; erneut gestartet werden: ; /etc/rc.d/init.d/smb stop ; /etc/rc.d/init.d/smb start viel spass beim ausprobieren. und fals es nicht funktioniert schreibe hier, werde dir weiterhelfen. Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 28.08.08, 23:56:46 Das hört sich ja gut an und erscheint mir auch logisch, aber das fängt schon da an, dass ich nicht weiß, ob der Server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) aktiv ist oder nicht. Desweiteren habe ich versucht in der Verzeichnisstruktur
/etc/rc.d/init.d/smb stop zu finden. Das scheitert daran, das im Dateisystem (http://www.computerhilfen.de/fachbegriffe-d-Dateisystem.html) "etc" kein "rc.d" aufzufinden ist. Ich habe dort nur "rc0.d", "rc1.d" bis "rc6.d" und "rcS.d", da wiederum ist nirgends "init.d" zu finden. Dann habe ich die "Konsole" geöffnet und die Zeile eingegeben - Ergebnis: user@ubuntu:~$ /etc/rc.d/init.d/smb stop bash: /etc/rc.d/init.d/smb: No such file or directory user@ubuntu:~$ Ich habe keine Ahnung, ob das gut war es so zu probieren oder nicht. Ich bin absoluter Laie was Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) betrifft und versuche einfach einige Dinge aus. Daher habe ich einfach mal geschrieben was ich so probiert habe, vielleicht hilft es ja weiter. Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 29.08.08, 00:14:45 Erfolgserlebnis:
die Ordnerstruktur rc.d fehlt! bei mir heißt das: root@ubuntu:~# /etc/init.d/samba stop * Stopping Samba daemons [ OK ] Na, das kann ja heiter werden wenn die Strukturen alle unterschiedlich sind...! Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 29.08.08, 01:35:27 Nächstes Erfolgserlegnis:
editieren lässt sich die nun die smb.conf aber laufen tuts noch nicht.... Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Knut aus Berlin on 29.08.08, 01:47:34 Quote: Na, das kann ja heiter werden wenn die Strukturen alle unterschiedlich sind...! dazu gibt es einen FHS an den sich die Distri's halten sollten. Jahrelang war Susie federführend diesen Standard zu missachten, ---- Falsch: Suse und Redhat (Fedora) sind die einzigen Distributionen welche LSB konform und entsprechend zertifiziert sind. Der Rest macht leider was er will. Gruß Dr.Suse ------ aber leider hat Ubuntu der Susie diesen Rang abgelaufen. SuSie nähert sich jetzt diesen Standard und Ubuntu entfernt sich mit jeder Version weiter, vermutlich weil die denken die sind die größten. Als ersten ein paar Befehle wie du root wirst hast du ja schon mitbekommen einen Server(Dienst) starten/stoppen /etc/init.d/samba stop / start / status mit letzen Befehl bekommst du raus was dein Server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) gerade macht. änderen von Konfigurationsdateien ist "Chefsache" also root. das universal Konfigurationstool unter Unix/Linux ist vi oder vim. für die Weicheier kwrite oder gedit. bevor man an Konfigurationsdateien rummacht legen sich die Weicheier eine Sicherheitskopie an, für die "richtigen" Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) guru ist das nicht notwendig "no risk, no fun" ist da die Devise. Nach änderungen der konf-Dateien müßen diese gespeichert werden, dann halten die Änderungen in dein Dateien besser. und danach muß dein Dienst(samba) neu gestartet oder zu mindest muß der Server (http://www.computerhilfen.de/fachbegriffe-s-Server.html) überredet werden die Konf-datei erneut einzulesen, damit die Änderungen auch wirksam werden. In deiner /etc/samba/smb.conf Datei sind einige Fehler. Quote: ; bind interfaces only = true .t-online.de/ #### Debugging/Accounting #### die ".t-online.de/" Teile entfernen Quote: guest account (http://www.computerhilfen.de/fachbegriffe-a-Account.html) = dhcp hier stand doch statt "dhcp" nobody? oder Quote: username map = /etc/samba/smbusers gibt es diese datei und was steht drin. In diesen Abschnitt alle mit einen Semikolon beginnenden Zeilen das Simikolon entfernen Quote: ;[homes] ; comment = Home Directories ; browseable = no # By default, the home directories are exported read-only. Change the # next parameter to 'no' if you want to be able to write to them. ; read only = yes # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775. ; create mask = 0700 # Directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) creation mask is set to 0700 for security reasons. If you want to # create dirs. with group=rw permissions, set next parameter to 0775. ; directory (http://www.computerhilfen.de/fachbegriffe-d-Directory.html) mask = 0700 # By default, \\server\username shares can be connected to by anyone # with access to the samba server. (http://www.computerhilfen.de/fachbegriffe-s-Server.html) Un-comment the following parameter # to make sure that only "username" can connect to \\server\username # This might need tweaking when using external authentication schemes ; valid users = %S in diesen Abschnitt Quote: [Rene ubuntu studio] path = /home writeable = yes ; browseable = yes guest ok = yes die Rene-Zeile besser ohne Leerzeichen Sonderzeichen etc und nicht mehr wie 15 Zeichen und die Zeile mit dem Semikolon, das Semikolon entfernen dann die Datei speichern und und jetzt noch einen Sambabenutzer anlegen, am besten den gleichen Benutzernamen und Passwort wie auf deiner Windows-Maschine müßte mit mit smbpasswd -a BENUTZER_WIE_AUF_DEN_WINDOWS_PC dann wird zweimal nach dem Password gefragt, hier wird dir nix angezeigt. dann noch smbpasswd -e BENUTZER_WIE_AUF_DEN_WINDOWS_PC und dann den Samba-Server neustarten Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: sputty on 29.08.08, 02:19:35 Hallo Knut,
vielen Dank, für Deine Erläuterungen. Mittlerweile habe ich es hinbekommen, allerdings mit der smb.conf von hier http://www.spotlight-wissen.de/archiv/message/787094.html Lediglich die host (http://www.computerhilfen.de/fachbegriffe-h-Host.html) allow habe ich auf die richtige IP geändert Passwort angelegt - funzt! Aber: ich habe zwar von Vista ein pdf (http://www.computerhilfen.de/fachbegriffe-p-PDF.html) auf ubuntu geöffnet, aber speichern kann ich da nichts! Außerdem bleibt unter Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) der Win Ordner leer.... Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Knut aus Berlin on 29.08.08, 17:11:59 Quote: Aber: ich habe zwar von Vista ein pdf (http://www.computerhilfen.de/fachbegriffe-p-PDF.html) auf ubuntu geöffnet, aber speichern kann ich da nichts! Außerdem bleibt unter Linux (http://www.computerhilfen.de/fachbegriffe-l-Linux.html) der Win Ordner leer.... sicher ein kleines Rechteproblem, dazu müßtest du schon konkreter werden Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Hardy1979 on 29.08.08, 17:54:39 Hallo Sputty
freut mich wenn du es schon einigermassen hinbekommen hast. damit du die Dateien auf deinem Windowsrechner speichern, und ändern kannst,musst du dieses in deiner smb.conf ändern. unter Home sollte noch die zeile read only = no stehen (aufpassen, dies gibt das recht jedem in deinem Netzwerk (http://www.computerhilfen.de/fachbegriffe-n-Netzwerk.html) zu schreiben, und zu speichern). was ja nicht schlimm ist in einem Privaten netzwerk. zur erklärung [homes] read only = No read only = yes (oder kein Eintrag) gibt dem Benutzer nur das recht dateien anzuschauen. dannach sollte es gehen, die Datei zu speichern zu deiner 2ten Frage, hast du den Ordner unter Windows (http://www.computerhilfen.de/fachbegriffe-w-Windows.html) auch freigegeben?? möglicherweise brind dir das hier weiter http://www.easylinux.de/Artikel/ausgabe/2004/02/025-samba/ Title: Re: Warum fehlen die Windows Vista Freigaben unter Linux? Post by: Dr. SuSE on 01.09.08, 01:17:34 Hallo,
grundsätzlich gilt immer noch meine Anleitung, siehe hier: http://www.computerhilfen.de/hilfen/index.php/topic,69927.msg317599.html#msg317599 Aufpassen muss man nur bei der verwendeten Sambaversion. Die meisten im Internet kusierenden Howtos und Tipps beziehen sich auf Samba << Version 3.2 . Ab Samba 3.2.x sind Funktionen entfallen und andere hinzugekommen. Dadurch bedingt hat sich auch die Syntax in der smb.conf in einigen Punhkten geändert. Bei Einsatz der aktuellen Sambaversin empfiehlt sich dringend die Lektüre der Original Samba Dokumentation. Google ist hier derzeit kaum hilfreich, das Samba 3.2 noch zu neu ist. Die Doku lässt sich in der Regel per Paketmanger mit installieren oder man schaut direkt bei Samba vorbei http://us1.samba.org/samba Have Fun
Computerhilfen.com | Powered by SMF 2.5.1.
© 2001-2009, Lewis Media. All Rights Reserved. |