Space problem on a NAS with RPI2

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
rrichards
Posts: 1
Joined: Tue Mar 03, 2015 10:39 am

Space problem on a NAS with RPI2

Post by rrichards »

Hi guys

I've a problem with a Raspberry PI 2 B and a NAS WD Mycloud.

I've connect via samba the nas to raspberry with this command
sudo mount -t cifs //192.168.1.2/Public /mnt/nas -o user=USERNAME,password=PW -o uid=pi,gid=pi
and seems ok


I selected two folders of nas for completed/incompleted downloads but all downloads stop with Error: "Unable to save resume file: No space left on device"


This is the config
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/mnt/nas/RPI/completed",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/mnt/nas/RPI/incompleted",
"incomplete-dir-enabled": ,
"lpd-enabled": false,
"max-peers-global": 200,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{8570cc8e3c0f7e130e196146dac994ca1c17839dJo.vwiJE",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "rrichards",
"rpc-whitelist": "192.168.1.*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
Post Reply