Jump to content

Natrim

Members
  • Posts

    6
  • Joined

  • Last visited

Natrim's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Thanks for taking the time to answer. Unfortunately, is not helpful . Is there any documentation on how the plugin works and how it does mount shares? and probably provide parameters? Or is this maybe something that can be implemented as an option? Is there a git repository for the plugin publicly available where I or others can check the code and maybe add that functionality? Thanks.
  2. Yes. And it works fine when the mount command is done manually by me instead of the automated mount with the plugin. That is the point of mounting the share locally (it is being used by my nextcloud docker container). And it needs the modes to be 0770 otherwise it won't work. But you haven't answered the question yet How can I do that manual mount automatically?
  3. Hi, thanks for your reply. I am sorry I don't understand it though. I don't know what you mean by sharing in private or public mode. When using Unassigned Devices Plugin to mount the share I get this. drwxrwxrwx 2 nobody users 0 Jul 8 09:16 /mnt/remotes/SERVERDNS_nextcloud/ (because it is using file_mode=0777,dir_mode=0777) When I SSH to the Unraid and run this command the mount is using the modes correctly (for my scenario) mount -t cifs //SERVERDNS/nextcloud /mnt/remotes/SERVERDNS_nextcloud -o rw,relatime,vers=3.1.1,cache=strict,username=MYUSERNAME,domain=WORKGROUP,uid=99,noforceuid,gid=100,noforcegid,addr=192.168.2.50,file_mode=0770,dir_mode=0770,iocharset=utf8,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1 drwxrwx--- 2 nobody users 0 Jul 8 09:16 /mnt/remotes/SERVERDNS_nextcloud/ If I can do it manually it surely can be automated, the question is how? Because I don't want to be doing SSH everytime Unraid reboots :D I don´t see any way to provide mount parameters to Unassigned devices plugin. Could you please point me to a way to automate this mount with the proper parameters? Thanks.
  4. Hi. Probably it has been already addressed but I am unable to find info about my issue. Currently I am using the plugin to mount an SMB share from another device. The problem I am having is that when using the automount it defaults to these modes file_mode=0777,dir_mode=0777 And I want to set this other modes instead for a particular mount file_mode=0770,dir_mode=0770 How can I do that?? I can't see anywhere a place where I can put parameters or modify the way mounts are done. Could anyone please point me in the right direction? Thanks.
  5. Hi. I think I figured it out It can be done in the Docker Tab using the advanced view and setting a wait value in seconds I also noticed you can drag and drop each docker in the list (to change start order in case you have dependencies) This will do for me and I would consider the issue solved.
  6. Hi all I am new to Unraid and still have loads to learn on its internals. I have a bunch of Docker containers that use data from a network share mounted with the plugin unassigned devices. The issue I have is when unraid reboots docker containers are brought up before the network shares are mounted so I have to manually restart all docker containers once the shares are mounted. I know how to put a delay on other linux systems, either a time delay or a condition match delay (preferable) (ex creating a systemd service configuration rule) But I don´t know how to do it here with Unraid. Can someone help me? Thanks
×
×
  • Create New...