Home | Previous Page | Next Page   Disk, Memory, and Process Management > Managing Disk Space > Allocating Disk Space >

Allocating NTFS File Space on Windows

On Windows, the database server uses NTFS files by default. The NTFS file system allows you to use standard filenames for unbuffered files.

To allocate NTFS file space for database server disk space or mirrored space, the first step is to create a null (zero bytes) file.

To allocate NTFS file space for a dbspace, blobspace, or sbspace
  1. Log in as a member of the Informix-Admin group.
  2. Open an MS-DOS command shell.
  3. Change to the directory where you want to allocate the space, as in the following example:
    c:> cd \usr\data
  4. Create a null file with the following command:
    c:> copy nul my_chunk
  5. If you want to verify that the file has been created, use the dir command to do so.

After you have allocated the file space, you can create the dbspace or other storage space as you normally would, using onspaces. For information on how to create a dbspace or a blobspace, refer to Creating a Dbspace that Uses the Default Page Size and Creating a Blobspace.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]