![]() ).Anyway, just to keep here my experience with it. Plugging the HD in to my network![]() Locating the HDI figured that it would connect to my network (with offers DHCP) by default. The issue was just to locate it. Thanks to nmap, this is very easy:nmap 192.168.X.1/24
This command will do a scan/portscan on every IP from segment X (router's default segment, usually 1 or 11) from 1 to 254. And, bingo! I found my hard-drive (just reminding that nmap gets me much more than just IPs, and I could verify that default settings came with no sharing options, maybe they were expecting a direct USB connection or an installation application that would guide the user). As we don't have any of that on Linux, we do it the hard way... Detecting that the port 80 (HTTP) was opened, I figured that everything could be done with a web interface (only if I have looked th e complete manual online, that does not come with the product itself...) So I just opened the browser and entered http://192.168.X.Y/ and voila! I will skip the boring configuration for this (I am sure no one will have problems here). Opening the HDOnce I properly configured (opened access as FTP, Windows and Mac, restricted to users: admin for read/write with proper password) the HD, I noticed (thru nmap) that now ports 21 and 22 became opened. My first action then was to open from Nautilus GUI, by typing:ftp://admin@192.168.X.Y/disk1/sharedfolder/
This works fine, but I got (from the manual for Mac connection) that Windows support is interpreted in Unix environment OS's with Samba, so I gave it a try to: smb://192.168.X.Y/sharedfolder/
It works much better/faster. I will keep this one. Note the difference for connecting with FTP: you need to add the root name of the disk to make it work. Automating Samba SharesAs I got everything running, I thought that it would be nice to have the HD always available to me, as if it was there (being plugged in to my network, unlikely to be shutdown). So I searched a bit here and here, and everything works great for me now. ![]() But, for personal references, I will leave reported what I did: Final notes (about references):
|

).







