[~SOLVED]qBittorrent will not write to NFS share

Linux specific questions, problems.
Post Reply
Gauntlet

[~SOLVED]qBittorrent will not write to NFS share

Post by Gauntlet »

I am mounting a NAS at boot in fstab. When the download path is set to a folder on that NAS qBittorrent will connect to peers/seeds but will then stall. It works fine if  the download path is set to local storage.

Looking at the logs I get this error

Code: Select all

File Error: ubuntu-15.04-desktop-amd64.iso file (/path/to/file/complete/ubuntu-15.04-desktop-amd64.iso.!qB) error: File too large
I'm not sure why this error is occurring as there is more than sufficient space on the NAS.

EDIT: I tried unchecking pre-allocate disk space and it now works fine. Now the question is why can I not pre-allocate disk space, which I can do with deluge.
Last edited by Gauntlet on Mon May 18, 2015 3:49 pm, edited 1 time in total.
ciaobaby

Re: [~SOLVED]qBittorrent will not write to NFS share

Post by ciaobaby »

I'm not sure why this error is occurring as there is more than sufficient space on the NAS
What size is the ISO and what is the NAS file system formatted to?
Gauntlet

Re: [~SOLVED]qBittorrent will not write to NFS share

Post by Gauntlet »

The ISO was 1GB and the file system I'm using is NFS.
ciaobaby

Re: [~SOLVED]qBittorrent will not write to NFS share

Post by ciaobaby »

NFS is a protocol not a disc storage format. However, 1 GB isn't too large for any file system format in use currently.


So the likelihood is that the underlying file system on the discs  does not support sparse files, which is why full allocation avoids the problem.
Gauntlet

Re: [~SOLVED]qBittorrent will not write to NFS share

Post by Gauntlet »

I got a little confused and wrote NFS instead of NTFS. Deluge never had a problem with this particular file which is why I found it odd.
Post Reply