- Using another Dreambox HDD :
mount -t cifs //192.168.1.5/Harddisk /hdd -o user=USER,password=PASS

- Using NAS :
mount -t cifs //192.168.1.5/backup /hdd -o user=USER,password=PASS
(You will need to create a /backup folder for example)


--------------

Where 192.168.1.5 = IP Address of other DM or NAS
Where USER = Username of other DM or NAS
Where PASS = Password of other DM or NAS
_________________________