[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [riminilug-general] Condivisione cartella da win2000
On Tue, Feb 10, 2004 at 06:45:09AM +0100, kpietro@xxxxxxxxx wrote:
> Ciao a tutti,
> a scuola vorremmo condividere una cartella da win2000 ( in active directory ) a dei client linux.
> Nonostante molteplici configurazioni di samba, non ci siamo riusciti.
cioe', (se ho capito bene) vorresti vedere una condivisione di windows 2000 su
linux? se e' cosi puoi usare smbmount che ha questa sintassi:
smbmount {service} {mount-point} [-o options]
quindi una cosa tipica puo' essere
smbmount -o username=tuouser,password=tuapassword //<indirizzo o nome macchina 2000>/<nome share> /mnt
per le altre opzioni controlla man smbmount oppure
http://www.samba.org/samba/docs/man/smbmount.8.html
ciao,
filippo
--
Filippo Giunchedi
GNU/PG key: 6B79D401
Random signature below:
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
-- Brian W. Kernighan