Got another "problem"
Cant make a script for auto mount..
script:
#!/system/bin/sh mkdir /mnt/cifs mkdir /mnt/cifs/diskstation busybox sleep 20 busybox mount -t cifs //192.168.1.100/video /mnt/cifs/diskstation -o user=xxxx,pass=xxxx
if i open op terminal and write
./66cifs it runs and script just fine, but no auto mount on startup.. Did i miss something ?
Comment