<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Il giorno ven, 28-10-2005 alle 15:21 +0200, Riccardo Penco ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Carlo Filippetto ha scritto:</FONT>
<FONT COLOR="#000000">&gt; Ho qualche problema:</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; i permessi dei file sul server sono:</FONT>
<FONT COLOR="#000000">&gt; #ls -l</FONT>
<FONT COLOR="#000000">&gt; drwxrwx---    6 pippo   pippo       4096 26 ott 16:47 Masterizzare</FONT>
<FONT COLOR="#000000">&gt; drwxrwx---   11 pippo   pippo        4096 24 ott 17:19 Miei Lavori</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; mentre sul client ho:</FONT>
<FONT COLOR="#000000">&gt; drwxr-xr-x  1 pippo root   4096 26 ott 14:47 Masterizzare</FONT>
<FONT COLOR="#000000">&gt; drwxr-xr-x  1 pippo root   4096 24 ott 15:19 Miei Lavori</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Ho chiaramente l'errore:</FONT>
<FONT COLOR="#000000">&gt; Impossibile salvare il documento, perch&#233; non &#232; stato possibile scrivere</FONT>
<FONT COLOR="#000000">&gt; su <A HREF="file:///mnt/pippo/Desktop/NumeriDiTelefono.txt.">file:///mnt/pippo/Desktop/NumeriDiTelefono.txt.</A></FONT>
<FONT COLOR="#000000">&gt; Controlla di avere accesso in scrittura al file e che lo spazio su disco</FONT>
<FONT COLOR="#000000">&gt; sia sufficiente.</FONT>

<FONT COLOR="#000000">Per me non e' tanto chiaro, se ho capito bene cerchi di fare la modifica </FONT>
<FONT COLOR="#000000">al file dalla macchina client linux, ma con quale utente ?</FONT>

</PRE>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#3366ff">E' corretto..</FONT><BR>
<BR>
<FONT COLOR="#3366ff">L'utente &#232; sempre lo stesso, pippo sul client e pippo come utente del server.</FONT><BR>
<FONT COLOR="#3366ff">Con Winzoz facevo 'connetti unit&#224; di rete' e basta!</FONT><BR>
<BR>
<FONT COLOR="#3366ff">Adesso vorrei connettergli la sua cartella privata in maniera da montargliela in /mnt/pippo e gli faccio un link dal Desktop per non farli impazzire a cercarla!</FONT><BR>
<FONT COLOR="#3366ff">Se hai altre idee sono ben accette..</FONT><BR>
<BR>
<FONT COLOR="#3366ff">Io mi connetto alla mia cartella privata in ftp -&gt; <A HREF="ftp://carlo@ip">ftp://carlo@ip</A></FONT><BR>
<FONT COLOR="#3366ff">ma con questo sistema non posso lavorare sui file in rete come faccio da winzoz su samba</FONT><BR>
<BR>
<FONT COLOR="#3366ff">Il file di conf sul server linux &#232;</FONT><BR>
<BR>
<B><FONT COLOR="#3366ff">smb.conf</FONT></B><BR>
<FONT COLOR="#3366ff">[pippo]</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = no</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = @pippo</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writeable = yes</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /home/pippo</FONT><BR>
<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">&gt; ho modificato l'fstab cos&#236;:</FONT>
<FONT COLOR="#000000">&gt; //10.1.1.111/pippo   /mnt/pippo/                  smbfs</FONT>
<FONT COLOR="#000000">&gt; user,mode=770,uid=pippo,credentials=/root/.credDati</FONT>
<FONT COLOR="#000000">&gt; </FONT>

<FONT COLOR="#000000">eventualmente aggiunti anche &quot;,gid=pippo&quot; nella riga di fstab</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#3366ff">Aggiunto, ma non riesco comunque a scriverci sopra,&nbsp; permessi sono sempre rwx r-x r-x&nbsp;&nbsp; pippo pippo</FONT><BR>
<FONT COLOR="#3366ff">Bho????</FONT><BR>
<BR>
<BR>
<FONT COLOR="#3366ff">Anche da root non riesco a scrivere sulla cartella remota..</FONT><BR>
<FONT COLOR="#3366ff">Ripeto, se esiste un'altro metodo ben venga!</FONT><BR>
<BR>
<FONT COLOR="#3366ff">----------------------------</FONT><BR>
<BR>
<FONT COLOR="#3366ff">Se provo a montare una cartella condivisa da tutti 'temporanea' riesco tranquillamente a scrivere anche se i permessi sui file sono i medesimi di sopra</FONT><BR>
<BR>
<FONT COLOR="#3366ff">smb.conf</FONT><BR>
<FONT COLOR="#3366ff">[Temporanea]</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Cartella ad uso pubblico, con svuotamento settimanale</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writable = yes</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public = yes</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /home/temp</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory mode = 777</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mode = 0777</FONT><BR>
<FONT COLOR="#3366ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mask = 0777</FONT><BR>
<BR>
<FONT COLOR="#3366ff">tramite </FONT><BR>
<BR>
<FONT COLOR="#3366ff">#mount -t smbfs //IP/temporanea&nbsp; /mnt/hda1/ -o username=carlo</FONT><BR>
<BR>
<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">&gt; ma niente!!</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Io smonto la partizione e poi uso mount -a &#232; corretto?</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Ho provato anche con:</FONT>
<FONT COLOR="#000000">&gt; mount -t smbfs -o</FONT>
<FONT COLOR="#000000">&gt; rw,username=pippo,uid=pippo //10.1.1.111/pippo /mnt/pippo</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; ma come utente apro sempre e solo in lettura!!</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Ciao</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>