[vdr] Problem with very large filesystem
Marco Göbenich
mg at needful.de
Wed Aug 12 12:11:43 CEST 2009
Hi!
Seems that
if (statfs(Directory, &statFs) == 0)
returns false.
I changed
struct statfs64 statFs;
if (statfs64(Directory, &statFs) == 0) {
This works. Recordings are now stored. Is there a better fix for that.
Regards
Marco
Marco Göbenich schrieb:
> Hi!
>
> Some more log output
>
> Aug 12 10:10:40 rec-ism-1 vdr: [12960] ERROR: /video: Value too large
> for defined data type
> Aug 12 10:10:40 rec-ism-1 last message repeated 181 times
> Aug 12 10:10:40 rec-ism-1 vdr: [12960] ...no old recording found, giving up
> Aug 12 10:10:40 rec-ism-1 vdr: [12960] ERROR: /video: Value too large
> for defined data type
> Aug 12 10:10:40 rec-ism-1 vdr: [12960] not enough disk space to start
> recording timer 1 (1 1009-1014 'Premier League')
> Aug 12 10:10:40 rec-ism-1 vdr: [12960] warning: Not enough disk space to
> start recording!
>
> df output:
> 192.168.120.151:/share/data 11534325760 644983296 10889342464 6%
> /mnt/data
>
> Regards
>
> Marco
>
> PS: Adding more logging output seems to be harder than I thought
> yesterday, will try further.
>
>
>
> Klaus Schmidinger schrieb:
>
>> On 11.08.2009 22:25, Marco Göbenich wrote:
>>
>>
>>> Hi!
>>>
>>> I got a 11 TB NFS storage here to store my recordings, but VDR (1.6.0)
>>> states when trying to record "no diskspace available".
>>>
>>> Does anybody know how to fix this.
>>>
>>>
>> Please add some debug output to FreeDiskSpaceMB() in tools.c
>> to see whether the disk info is getting through there
>> correctly.
>>
>> Klaus
>>
>> _______________________________________________
>> vdr mailing list
>> vdr at linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>>
>>
>>
>
>
--
Needful GbR Rheinstraße 60a Telefon +49 (0) 26 24 / 95 29 301
56203 Hoehr-Grenzhausen Telefax +49 (0) 26 24 / 95 29 303
http://www.needful.de E-Mail mg at needful.de
More information about the vdr
mailing list