Hello! I am using a router with DD-WRT. I configured SMB and NAS, USB Hard drive is connected to my router and it is works fine. I am installed Transmission client for OSMC. I want download torrents to my NAS. For it I am add my user with password for client to config and one line to /etc/fstab for mounting, but this issue not helped for me and Transmission says error permission… My config:
Terminal didn’t respond since I typed your command. Okay, try again. I am using two partitions of my hard drive in NTFS, ntfs-3g in my router for NTFS support. I turned on Samba file sharing in NAS tab. I am configured for this partitions username and password plus allow it for guests. Now I can connect to NAS from my computer, my phone and OSMC. Now I want download torrents to my NAS via Transmission. Via SSH from OSMS:
mkdir /mnt/diskmedia
sudo mount -t cifs 192.168.1.1:/tmp/mnt/diskmedia /mnt/diskmedia
But terminal didn’t respond after 2 line.
I find in settings CIFS, maybe I must configure this?