On 02/23/2012 03:25 AM, Jesse Juhani Jaara wrote: > Something like > > if `ip link show eth0 | grep -q 'state UP'`; then > you mount command hete > fi > > in /etc/rc.local maybe You could also use 'arp' to check for your NAS mac address on the interface before issuing the mount command. gene/