Hello guys,
I know everyone hates windoz :( but here is something I would like to solve:
I have a working share with usmb. I have writteng an rc script to mount this at boots:
#!/bin/sh
sleep 60
usmb -c /root/.usmb.conf boxx &> /dev/null
Adding sleep didnt help.
I have put this script into /etc/rc.local but unfortunately it does not mount anything. Maybe some enviromental variable is not loaded in correctly?
As root manually this works and mounts the share.
No comments:
Post a Comment