Re: Mount SMB share with usmb on startup

2019-06-19 Thread Daniel Gracia
Most probably PATH. Dirty solution may be appending the full path to the binary. Logged as root: # which usmb should get you the full path name for your command. Something like '/usr/local/bin/usmb'. Use this full path instead of 'usmb0', i.e. /usr/local/bin/usmb -c /root/.usmb.conf boxx &> /de

Mount SMB share with usmb on startup

2019-06-19 Thread slackwaree
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 /e