>Innanzitutto grazie a Maurizio Manetti che ha scritto >>>Prima Domanda: Sapete come posso risolvere questo problema di >condivisiopne >>>tra Linux eWindows2000? >>>Seconda Domanda: Come posso montare permanentemente questa share? >>> >>Premesso che il kernel supporti il filesystem smbfs puoi montare la >>share con il seguente comando (da root): >> >>mount -t smbfs //$NOMESERVER/$NOMESHARE -o >>username=$USERNAME,uid=$UTENTELOCALE $MOUNTPOINT >> >>La password ti verr� chiesta al prompt, anche se � possibile, bench� >>sconsigliato per motivi di sicurezza (rimarrebbe nella history), >>passarla nelle opzioni.
>Ho dato il comnado mount .... >Linux mi chiede la password per� non viene accettatta. Molto probabilmente >perch� non definisco esttamente il dominio nel quale lo user � definito. >Mi spiego con un esempio: >Lo user=Pippo � definito nel dominio Win2000: ITSAE-MI08. Il comando che >immetto per montare lo share "plone" (definito su una NAS) � >mount -t smbfs //10.117.165.39/plone -o username=itsae-mi08/pippo,uid=root >/mnt/plecs >Il sistema mi chiede la password per� viene rifiutata (Attenzione, se uso >Applicazioni->Server di rete->user=pippo dominio=itsae-mi08, password=xxx RIESCO A COLLEGARMI) >La mia domanda �: nell'opzione username come si scrive il dominio in cui � >definito l'utente? Ho risolto il problema la sintassi corretta � mount -t smbfs //10.117.165.39/plone -o username=pippo/itsae-mi08,uid=root /mnt/plecs :.________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.

