Search found 7 matches

by kiityman
30 Apr 2020, 20:32
Forum: Support
Topic: NZBGet Shows -2146640073.00mb Disk Space
Replies: 11
Views: 18467

Re: NZBGet Shows -2146640073.00mb Disk Space

Ouch: my https://drive.google.com/drive/my-drive says "55.8 GB of 101 GB used". Ah, so in my case the "df -h" is showing the correct space. So ... how do you get the 1PB and 2PB? Is that goolge language for a unlimited plan? I pay for gsuite, so I have unlimited storage edit - rclone sets it to the...
by kiityman
30 Apr 2020, 20:00
Forum: Support
Topic: NZBGet Shows -2146640073.00mb Disk Space
Replies: 11
Views: 18467

Re: NZBGet Shows -2146640073.00mb Disk Space

Out of curiosity, I tried out rclone. It works, but after a mount like this rclone mount google-drive:LinuxDocs /home/sander/myGoogleDrive_LinuxDocs (which works; I can copy to that directory) a `df -h` still show the space of my local disk, and not 1PB or so google-drive:LinuxDocs 101G 7,3G 46G 14...
by kiityman
30 Apr 2020, 08:39
Forum: Support
Topic: NZBGet Shows -2146640073.00mb Disk Space
Replies: 11
Views: 18467

Re: NZBGet Shows -2146640073.00mb Disk Space

So, df -h tells you /mnt/unionfs has free ... 2.1PB. That is 2100 TB. <insert sound of one million dollars dr evil> 2.1PB is 2,1e+9 MB = 2.100.000.000 MB which is indeed around the 2^32 + -2.146.640.073 which I suggested. But back to your 2.1PB: do you really have 2100 TB diskspace? So 400 disks of...
by kiityman
30 Apr 2020, 07:49
Forum: Support
Topic: NZBGet Shows -2146640073.00mb Disk Space
Replies: 11
Views: 18467

Re: NZBGet Shows -2146640073.00mb Disk Space

2's complement problem? -2146640073 + 2^32 is ... 2147483648. Coincidence? What does df -h /your/dir report about that diskspace? AFAIK the relevant code in nzbget is this: int64 FileSystem::FreeDiskSize(const char* path) { //snip struct statvfs diskdata; if (!statvfs(path, &diskdata)) { return (in...
by kiityman
30 Apr 2020, 00:48
Forum: Support
Topic: Wrong Disk Space (16777216 TiB)
Replies: 5
Views: 3461

Re: Wrong Disk Space (16777216 TiB)

Were you ever able to fix this?
by kiityman
29 Apr 2020, 00:25
Forum: Support
Topic: Free disk space showing as 0.00MB
Replies: 2
Views: 2305

Re: Free disk space showing as 0.00MB

Were you ever able to fix this?
by kiityman
28 Apr 2020, 23:57
Forum: Support
Topic: NZBGet Shows -2146640073.00mb Disk Space
Replies: 11
Views: 18467

NZBGet Shows -2146640073.00mb Disk Space

Hi. I just setup a new install of nzbget and now am getting this issue. It has happened before on the same system. I am running the latest testing image from LinuxServer. The thing which I think could cause this is the fast that I have nzbget pointed at a mergerfs mount. (Combining local (rw) and re...