Page 1 of 1

[~SOLVED]qBittorrent will not write to NFS share

Posted: Sun May 17, 2015 8:43 pm
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.

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

Posted: Tue May 19, 2015 8:42 am
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?

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

Posted: Wed May 20, 2015 5:53 pm
by Gauntlet
The ISO was 1GB and the file system I'm using is NFS.

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

Posted: Wed May 20, 2015 6:17 pm
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.

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

Posted: Wed May 20, 2015 7:06 pm
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.