Re: Re: statvfs and cdrom problem

2004-04-14 Thread Christian Costa
> Message du 15/04/04 00:35> De : Alexandre Julliard <[EMAIL PROTECTED]>> A : Christian Costa <[EMAIL PROTECTED]>> Copie à : wined <[EMAIL PROTECTED]>> Objet : Re: statvfs and cdrom problem> Christian Costa <[EMAIL PROTECTED]>writes:> > > Yes,

Re: statvfs and cdrom problem

2004-04-14 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > Yes, this works fine. Thanks. :-) > When do you plan to rewrite GetFreeDiskSpace? In a few days I guess. There are still some missing features in NtCreateFile that need to be done first. -- Alexandre Julliard [EMAIL PROTECTED]

Re: statvfs and cdrom problem

2004-04-14 Thread Christian Costa
Alexandre Julliard wrote: Christian Costa <[EMAIL PROTECTED]> writes: I'm trying to make GetFreeDiskSpace working with CDROM because a game needs it. However, I'm experiencing problem with statvfs... Indeed, statvfs always returns f_frsize = 0 and f_blocks = 0. If I cd to /mnt/cdrom or edit a

Re: statvfs and cdrom problem

2004-04-14 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > I'm trying to make GetFreeDiskSpace working with CDROM because a game > needs it. > However, I'm experiencing problem with statvfs... > Indeed, statvfs always returns f_frsize = 0 and f_blocks = 0. > If I cd to /mnt/cdrom or edit a file in it, this doe