Auto remount network folder

boborg

Vu+ Newbie
If I turn on my Win 7 PC after I turned on my Vu+ Duo2 or even just reboot the Win7 PC I must go into System > Network > Lan connection > Mount Manager > Mountpoints Management and refresh it.

Is there any plugin or someway I can have the Duo2 periodically automatically remount network mounts?
 

angelofsky1980

BlackHole Driver Specialist
If I turn on my Win 7 PC after I turned on my Vu+ Duo2 or even just reboot the Win7 PC I must go into System > Network > Lan connection > Mount Manager > Mountpoints Management and refresh it.

Is there any plugin or someway I can have the Duo2 periodically automatically remount network mounts?

The problem is the usage of SMB/CIFS protocol to mount Windows shares.
If you use NFS the reconnect should be automatic.

There is a linux command that try to remount ALL partitions/shares in one time:
Code:
mount -a

You should create a cron entry that execute this command a prefixed times
 

cyborgpunte

Vu+ User
I your problem only showing up after powerfailure,when both PC and STB starts up at the same time,
you could use the sleep command in the STB to slow up the start of it.

else, if you powerdown your PC every now and then go for angelofsky1980

you could also do a userscript with the mount command, just 3 keypress green, blue, ok.
 
Top