I am using Transmission on my Wd My CLOUD 4 TO… However, since a few days, I ve noticed a recurrent issue:
-Despite the fact that I still have, at least, 3 TO available on the storage, some of my downloads dont reach 100% (instead 99,95% e.g.) and it says “No space left on the disk” as illustrated below:
Do a “df /root” and you’ll find out how much space is available on the partition the “/root” folder resides on which will answer why it may not be wise to use the “/root/Drivers/” folder or any other location on the partition the root folder is located as a download folder.
The real question is; why are you downloading to the “/root/Drivers” folder and not “/DataVolume/shares/Public/Transmission” or some other “/DataVolume/shares/” folder?
It might sound a bit silly but what’s the différence between “root/Downloads” and “DataVolume/shares/Public/Transmission/Downloads” ? Is it possible to change manually the space allowed to this partition ? Or what’s the best way to fix my problem ? I would like to keep some files available for download (and if I change the directory, the tracker will not find them anymore, right ?)
It might sound a bit silly but what’s the différence between “root/Downloads” and “DataVolume/shares/Public/Transmission/Downloads”
Remember that, unlike a computer, the MyCloud NAS isn’t a simple Linux box; it’s a NAS implemented using firmware running on a linux system on one (fairly small) partition, which stores user data on a separate (much larger) partition.
If you download material to the linux system partition, you’ll soon run out of space on the partition, as you have found.
Not only that, but when the firmware is upgraded, your downloaded material is likely to be wiped.
It might sound a bit silly but what’s the différence between “root/Downloads” and “DataVolume/shares/Public/Transmission/Downloads” ? Is it possible to change manually the space allowed to this partition ? Or what’s the best way to fix my problem ? I would like to keep some files available for download (and if I change the directory, the tracker will not find them anymore, right ?)
If you follow that link to install transmission, the download path will not be /root/, but /shares/Public/Transmission/Downloads/. Unless you’ve changed them manually or had any changes prior. I know because I set it up that way (-:
I had this problem. Took many days and lots of research, but I fixed this problem with help from some experts. I am using MyCloudEx2 Ultra with Transmission daemon 2.94 installed. I had almost 5TB of storage available, but Transmission claimed it was full. Using OS 5.
Disclaimer: Please double check your exact paths and change commands accordingly. I am not responsible for any damage to your device. When you access SSH, be careful.
Step 1: Activate SSH in the device settings and stop the Transmission program.
Step 2: Log into SSH - use the following command:
ssh sshd@youripaddress
Step 3: Create a folder on your public share for the Transmission config files. I use /Transmission/config
Step 4: Transfer the Transmission config files to your public share with the following command:
you can verify that there’s a folder in the directory call config by typing ls
If you try to enter the directory, however, it will give you an error message. That’s normal.
start transmission and test.
Note: as this post is so old, I am assuming this is probably not relevant to you anymore. But I am posting the solution here anyway in the hopes that it can help someone.