statvfs

About this tag
The statvfs tag on WindowsForum.com covers discussions about the statvfs() system call in the Subsystem for UNIX-based Applications (SUA) on Windows. A notable thread reports that statvfs() may return error 88 (Value too large to be stored in data type) on Windows 7 and Windows Server 2008 R2 systems. This issue relates to file system stat calls in the SUA environment, which is a legacy Windows component for running UNIX applications. The tag is relevant for developers and IT professionals working with SUA or porting UNIX code to Windows, particularly on older Windows versions.
  1. News

    SUA statvfs() call on Windows Server 2008 R2 may return error

    The statvfs() call in SUA may fail with the following error on a Windows 7 or Windows Server 2008 R2 based system: statvfs(): errno = 88 (Value too large to be stored in data type) Link Removed
Back
Top