binary

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

binary's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks. Uninstalled...rebooted...installed and rebooted again. all back to normal thanks
  2. 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;
  3. 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?
  4. Thanks & Thanks @johnnie.black ! stupid configuration of smb in freenas...from my part. All working now
  5. Where do these parameters come from or where could i find them? " rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777 "
  6. 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
  7. did some more research, apparently its a smb3 thing. anyone found a solution to add additional parameters to the mount command in UD?
  8. 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)
  9. 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.
  10. hi all just started my trial yesterday and worried i cant get this sorted before i finish the trial. basically all im trying to do is mount a cifs or nfs share on the unraid system. i have tried using (unassigned devices plugin) and iv tried manually in the shell. iv tried with passwords and guest access, while also ensbling this on the freenas side. windows has no problem browsing the freenas cifs shares. the unassigned devices wont load shares or mount. basically keep getting : mount error(95) : Operation no supported. commands : mount - cifs //Vault/Movies /mnt/Movies mount -t cifs //Vault/Movies /mnt/Movies -o username=anonymous,password= please help before i go crazy