Ticket #2477 (new defect)

Opened 2 years ago

Last modified 2 years ago

Storage error: [File chunk write error: No such file or directory.] rTorrent:0.8.6 libtorrent:0.12.6

Reported by: rocker2344 Owned by: rakshasa
Priority: high Component: rtorrent
Version: Severity: normal
Keywords: storage error file chunk write error Cc:

Description

I have a 1tb harddrive (sadly it was formatted at fat32 before getting stuffed with about 500gb of shit) so here are my settings Debian 5.0.7

.rtorrent.rc

directory = /media/disk/rocker2344/
scgi_port = localhost:5000
session = /home/rocker2344/.rtorrent/session
schedule = low_diskspace,5,60,close_low_diskspace=100M
port_range = 51515-61234
port_random = no
use_udp_trackers = no
encryption = allow_incoming,try_outgoing
dht = off
peer_exchange = no
encoding_list = UTF-8
#scgi_local = /tmp/rpc.socket
schedule = chmod,0,0,"execute=chmod,777,/tmp/rpc.socket"

fstab

/dev/sda1       /media/disk     vfat  rw,uid=rocker2344,gid=rocker2344,utf8  0 0

help?

Change History

comment:1 Changed 2 years ago by anonymous

It smells like yet another dupe of #2202 #2248 #2313 etc., esp. if it happens only on specific torrents.

comment:2 Changed 2 years ago by rocker2344 <laramy2020@gmail.com>

it is on files larger than 2 gb

comment:3 follow-up: ↓ 4 Changed 2 years ago by anonymous

Say that first.

And yes, it's vfat's limit. You can use split_file_size= but of course you'll need to join splitted parts to actually use them.

comment:4 in reply to: ↑ 3 Changed 2 years ago by anonymous

Replying to anonymous:

Say that first.

And yes, it's vfat's limit. You can use split_file_size= but of course you'll need to join splitted parts to actually use them.

addding to .rc

Note: See TracTickets for help on using tickets.