On Sunday 19 December 2004 21:39, Matthias Meyer wrote:
> Am Sonntag, 19. Dezember 2004 20:58 schrieb Jelle Boomstra:
> > On Sunday 19 December 2004 20:39, Matthias Meyer wrote:
> > > Matthias Meyer wrote:
> > > > Hallo,
> > > >
> > > > Ich habe einen Samba-Server in meiner UML laufen.
> > > > Die UML lädt ein Verzeichnis mittels hostfs.
> > > > Dieses möchte ich nun mit Samba in meinem LAN zur Verfügung stellen.
> > > >
> > > > Ich kann es auch mounten aber nur davon lesen! Schreiben geht nicht.
> > > >
> > > > Kann man hostfs-Filesysteme nicht mit Samba rw zur Verfügung stellen?
> > >
> > > Kann mir niemand helfen? Hat das noch niemand gemacht?
> >
> > vielleich has du gesehen das die sprache an diese liste Englisch ist?
> > Mein deutsch ist nicht gut genug um ihre problem zu begreifen, so ich
> > habe keine ahnung.
> > Speaking/writing/reading english is recommended when dealing with free
> > software. Start by reading and posting to sites like slashdot or
> > linuxquestions if you are lacking in that area. ;-)
>
> Oh, sorry! I do not realize that this is an english news group. S O R R Y !
>
> I run a Samba server within a uml virtual server. This uml mount a
> filesystem of the host by hostfs in /etc/fstab.
> This directory I want provide in my lan by the samba server.
> I can mount and read this directory in every workstation in my lan. But
> nobody but the uml-server can write to it.
>
> It is not possible to provide an hostfs-filesystem with samba as rw?

Almost certainly you just need to setup samba to allow write access to that 
share... maybe you have "security=host" in your smb.conf (if that value for 
"security" exists).


Notice that, if you want to setup authentication (the alternative is enabling 
guest access read/write, with :

   guest ok = yes
   writable = no

), either you set the lan hosts to use unencrypted passwords (because when 
receiving the Win hash it can't check it against the Unix hash), or you set 
an indipendent Samba password for each user you want to enable (as I did, 
having only 1 user) with smbpasswd, or you use winbind to make your Unix 
account fetch passwords from the Samba database (or even you create a Windows 
2000 domain with Samba 3 and LDAP).

However, I'm no Samba expert.
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
http://www.user-mode-linux.org/~blaisorblade


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to