-
[Plugin] rclone
Thanks. Uninstalled...rebooted...installed and rebooted again. all back to normal thanks
-
[Plugin] rclone
thanks for the reply. I have my plugins to update automatically just rebooted server again and plugin isnt there. So iv installed the rclone-beta again but now i get this : User@Tower:/# rclone config /usr/sbin/rclone: line 21: rcloneorig: command not found --------------------------------------------- contents on /usr/sbin/rclone #!/bin/bash log=false args=() for i in "$@" ; do if [[ $i = "--log" ]] ; then log=true continue fi if [[ $i = "-l" ]] ; then log=true continue fi args+=($i) done config=/boot/config/plugins/rclone-beta/.rclone.conf logfile=/boot/config/plugins/rclone-beta/logs/rclone-$(date "+%Y%m%d").log if [ "$log" = true ] && [ ${#args[@]} -ge 1 ]; then rcloneorig --config $config "${args[@]}" >> $logfile 2>&1 else rcloneorig --config $config "$@"; fi;
-
[Plugin] rclone
plugin dissapears on reboot. Also if i reinstall it, i goto terminal and type rclone config and command is not found :/ plugin was working before not sure whats happened?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thanks & Thanks @johnnie.black ! stupid configuration of smb in freenas...from my part. All working now
-
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Where do these parameters come from or where could i find them? " rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777 "
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
originally i had a different user on freenas which wasnt on unraid. After endless hours i decided to change the freenas machine to the same user and pass as the unraid machine. no luck
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
thanks, tried that tho. didnt work what freenas version you on? im 11 u4.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
did some more research, apparently its a smb3 thing. anyone found a solution to add additional parameters to the mount command in UD?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thanks, It shows the same error i kept getting when i was doing it manually in ssh. EDIT : Is there a way i can add to the mount parameters? ( eg. vers:3.0, sec=ntlmssp etc ) Mount error (95) Oct 15 09:30:44 Mount SMB/NFS command: mount -t cifs -o rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,username=root,password=******* '//192.168.178.2/TVShows' '/mnt/disks/192.168.178.2_TVShows' Oct 15 09:30:44 Mount of '//192.168.178.2/TVShows' failed. Error message: mount error(95): Operation not supported Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Dude, Thanks for such a great plugin! Recently(2days ago) moved from Freenas to unRaid. Struggled for 2 days to mount network shares in unRaid with unassigned devices plugin. But then i cracked it using the following : mount -t cifs //192.168.178.2/TVShows /mnt/TVShows -o vers=3.0,noperm,sec=ntlmssp,username=myuser,password=mypassword Apparently freenas wants me to use the following string...is there a way i can add in "vers=.30" into the unassigned devices? If i dont add that i cant connect to freenas shares.
binary
Members
-
Joined
-
Last visited