RE: Problema al montar unidades compartidas Win2003
"Diego A. Torres C." <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.gulcr |
|---|---|
| Organization | Banco Cathay |
| Message-ID | <[email protected]> |
Exelente al final solo eran parámetros mal puestos pero los correos fueron de mucha utilidad adjunto comando con el que quedó funcionando. Sudo smbmount //servidorwin2003/carpeta /mnt/carpeta -o username="USUARIO",password="CLAVE",workgroup=DOMINIO,uid=500,gid=500 Ahora lo que voy a hacer es refinar el comando para que no haga cosas o deje de hacer otras. Muchas gracias por la colaboración (y yo creía que era la distribución........) -----Mensaje original----- De: [email protected] [mailto:[email protected]] En nombre de Orlando Torres Enviado el: Martes, 10 de Abril de 2007 03:35 p.m. Para: Diego A. Torres C.; 'Lista Linux' Asunto: Re: Problema al montar unidades compartidas Win2003 Encontré este dato interesante, talves sirva ;-) ------- smbmount [1] From Wikipedia, the free encyclopedia The program smbmount is used to mount a network drive, using the Server Message Block (SMB) network protocol. It is a part of the open-source Samba suite. smbmount is identical in functionality as using mount -t smbfs. In fact, when using the mount option it passes the command to smbmount for execution, just as mount -t cifs calls mount.cifs. Most operating systems require root permissions to mount a network drive. If you receive a (Access denied) or other equivalent error message change to root user and try again. When the share is mounted it will use the root user id by default, meaning you will be unable to read/write the share as any other user. To allow other users/groups to utilize the share use the command line option -o uid=userid,gid=groupid . If the network drive that you're trying to mount is on a computer that is part of a domain, you will need to directly specify it with the 'workgroup' setting. This can be set via a command line option -o workgroup=domain, or it can be set in the /etc/samba/smb.conf file under the WORKGROUP global setting tag. A complete command looks like the following: smbmount //server/share /localdir -o username=usr,password=pass,uid=500,gid=500 [1] http://en.wikipedia.org/wiki/Smbmount __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ -- Desuscripción: escriba a [email protected], tema 'unsubscribe' Problemas a: [email protected]. http://gulcr.org/ListasDeCorreo -- Desuscripción: escriba a [email protected], tema 'unsubscribe' Problemas a: [email protected]. http://gulcr.org/ListasDeCorreo