SD card full but I download files in a external HD

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
magorrias
Posts: 2
Joined: Fri Jan 30, 2015 7:02 pm

SD card full but I download files in a external HD

Post by magorrias »

Hi,

in the first place I have to say I'm a noob and my English is not very good

Raspberry Pi & Raspbmc
transmission is downloading the files in these folders which they are in a external hard drive:
/media/Series/[descargas]/incompletas
/media/Series/[descargas]/completas

This works perfectly (incomplete and complete files are correctly in their folders)
but at the same time the SD card is filling (with I don't know what)
and when it's completely full I have the next error:
error: unable to save resume file. No space left on device
and transmission stops downloading

1. How can I delete all the downloaded garbage in the SD?
2. How can I solve this issue?

Before the download starts, /dev/mmcblk0p9 was at 80%:

Code: Select all

Filesystem      1K-blocks      Used Available Use% Mounted on
/dev/mmcblk0p9    1997136   1997136         0 100% /
/dev/mmcblk0p8      80643      6486     74157   9% /boot
/dev/sdb1       358080784 323945832  34134952  91% /media/Series
/dev/sda1       420252336 374030413  46221923  90% /media/Pelis
/dev/sdb5       130303180  95246168  35057012  74% /media/Musica
/dev/sda5        68131632  37477752  30653880  56% /media/Datos
/dev/mmcblk0p1     115746     22888     92858  20% /media/RECOVERY
/dev/mmcblk0p3      27633      2289     23051  10% /media/SETTINGS
/dev/mmcblk0p5     499656       408    462552   1% /media/data
/dev/mmcblk0p10     60479      9860     50620  17% /media/BOOT
/dev/mmcblk0p11   3173856   2337248    655668  79% /media/root0
/dev/mmcblk0p7    1356080    694400    574744  55% /media/Storage
/dev/mmcblk0p6     161303    111531     49773  70% /media/SYSTEM
settings.json:

Code: Select all

{
    "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": 10, 
    "dht-enabled": true, 
    "download-dir": "/media/Series/[descargas]/completas", 
    "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": "/media/Series/[descargas]/incompletas", 
    "incomplete-dir-enabled": true, 
    "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": 2, 
    "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": "xxxxxx", 
    "rpc-port": 9091, 
    "rpc-url": "/transmission/", 
    "rpc-username": "magorrias", 
    "rpc-whitelist": "*.*.*.*", 
    "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, 
    "speed-limit-down": 100, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 100, 
    "speed-limit-up-enabled": false, 
    "start-added-torrents": true, 
    "trash-original-torrent-files": false, 
    "umask": 2, 
    "upload-limit": 100, 
    "upload-limit-enabled": 0, 
    "upload-slots-per-torrent": 14, 
    "utp-enabled": true
}
thanks in advance!
magorrias
Posts: 2
Joined: Fri Jan 30, 2015 7:02 pm

Re: SD card full but I download files in a external HD

Post by magorrias »

External drive is 40gb free
and it doesn't stop downloading at any time (until SD card is full, of course)
Dan1jel
Posts: 1
Joined: Thu Aug 09, 2018 10:19 pm

Re: SD card full but I download files in a external HD

Post by Dan1jel »

magorrias wrote:External drive is 40gb free
and it doesn't stop downloading at any time (until SD card is full, of course)
Did you fix this problem? I'm having the same issue :/
Post Reply