I have rtorrent running on a headless machine, and am in the process of downloading many Gb's worth of iso's. Because I wish to maintain a decent ratio, I am quickly running out of room on the headless machine for subsequent downloads.
I have various other machines' exports mounted via NFS, and there are no problems writing to these directories, eg. via mkdir, cp, mv, touch, etc.
However, when I attempt, via rtorrent, to download directly into these directories, I get messages such as:
Code:
Could not create directory '/mnt/<machine_name>/path/to/download_directory/filename_etc: no such file or directory
Strangely, rtorrent is able to create the proper download directory (though it *claims* in the error message that it can't) - it just errors out when attempting to create the file(s).
According to the rtorrent wiki, all files created have a umask = 0022, so I don't see that this is an issue.
I'm stumped.