Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Auto mount network folders (cifs manager)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto mount network folders (cifs manager)

    I Use cifs manager on the mk808 to mount a couple of folders on my nas. Problem is that I manually have to remount folders after a reboot, even though I have activated the option to mount on start in the settings of cifs manager.

    Anyone who have a solution for this?

    Btw I run Finless 1.5a.

    Skickat från min HTC Desire via Tapatalk 2

    #2
    Originally posted by T68 View Post
    I Use cifs manager on the mk808 to mount a couple of folders on my nas. Problem is that I manually have to remount folders after a reboot, even though I have activated the option to mount on start in the settings of cifs manager.

    Anyone who have a solution for this?

    Btw I run Finless 1.5a.

    Skickat från min HTC Desire via Tapatalk 2

    The auto mount files are not in the kernel you can use a different cifs manager called: mount manager
    This program also doesn't work with auto mount on boot but its got an other automount option called: automount on wifi connection witch did the job for me!! and i think for you to!!

    here is the link to the app:


    Have Fun!!

    Comment


      #3
      Originally posted by T68 View Post
      I Use cifs manager on the mk808 to mount a couple of folders on my nas. Problem is that I manually have to remount folders after a reboot, even though I have activated the option to mount on start in the settings of cifs manager.

      Anyone who have a solution for this?
      This is funny, I've seen several people mention this mount on start setting, but I've never seen it, and I've been using CIFS Manager for over a year now. I just checked again and don't see that option anywhere.

      Anyway, to answer your question, if you use Rom Toolbox you can set up a boot script to mount your share(s). Here's the one I use, you'd just have to replace the details with your specifics.

      Code:
      #!/system/bin/sh
      
      busybox mkdir -m 0755 /mnt/cifs
      busybox mkdir -m 0755 /mnt/cifs/NAS
      busybox mount -t cifs //10.0.0.10/C /mnt/cifs/NAS -o username=*****,password=*****

      Comment


        #4
        Sv: Auto mount network folders (cifs manager)

        Thanks for your input! I'll try it out.

        Skickat från min HTC Desire via Tapatalk 2

        Comment


          #5
          Help with modules

          Can anyone point me in the direction of where I can get the right modules to make this work with the Minix X7?

          Thanks in advance

          Comment

          Working...
          X