I have a NAS mounting with SMBMounter on all my machines. This works fine on them all, whether I'm booting my public update 6 config or my beta config (I have both on each machine).Christopher Follett wrote:Might be coinsidence. I have it mounting all now, but it refuses to auto mount since update 5.
I tried altering the position in WBStartup as it had moved, but doesnt help, I just get smbmounter has'nt returned and it pops up gui even though it set to no gui (auto mount).
I don't start SMBMounter from WBStartup, though, because there is no way to make sure the network is up when WBStartup runs. Instead, I have the following in my Network-startup after AddNetInterface:
Code: Select all
; Mount SMB shares
CD Work:Maskinen/SMBMounter
WBRun SMBMounter
CD SYS:
Niels