domingo, 30 de agosto de 2015

Como montar Time Capsule en ubuntu


1. instalamos el paquete:
    apt-get install cifs-utils

2. Aplicamos el siguiente comando

mount -t cifs //server_ip/Data /mnt/Data -o passwd=ur_pwd,sec=ntlm

o tambien

mount.cifs //ipdelservidor/carpetacompartida /home/usario/unidad -o pass='MyPa$word',sec=ntlm

































ken@swami:~$ nmblookup -A 192.168.1.65
Looking up status of 192.168.1.65
KEN-LARSONS-TI <00> - B
WORKGROUP <00> - B
KEN-LARSONS-TI <20> - B

MAC Address = ....


Then I used smbclient to list the shares, and found that the share was called Data:
ken@swami:~$ smbclient -L //KEN-LARSONS-TI
Password:
Domain=[WORKGROUP] OS=[Apple Base Station] Server=[CIFS 4.32]

Sharename Type Comment
--------- ---- -------
IPC$ IPC
Data Disk
...

No hay comentarios.:

Publicar un comentario