Table des matières

Difficulté
Très facile

Connections Client-Server

Manual cifs mounting:

Especially useful for the mounting of ibays of the SME

sudo mount -t cifs //IP.of.the.SME/ibay /path/to/the/moint-point -o user=SME-user,sec=ntlm,password=pass-of-the-SME-user,vers=1.0 

Mounting over SSHFS

$ sshfs root@192.168.2.107:/ /mnt/sme_107/ 
DokuWiki Appliance - Powered by TurnKey Linux