Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6350049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:44:16+00:00 2026-05-24T21:44:16+00:00

I need a function which will create a file with fixed size in linux.

  • 0

I need a function which will create a file with fixed size in linux. Function like truncate or fopen,fseek,fclose, is not a solution because, they will fill opened file with zeros, but it is not necessary and I have no time for this. So is there some function, which will only open a file with fixed length and not fill buffer?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:44:17+00:00Added an answer on May 24, 2026 at 9:44 pm

    The system call truncate(2) doesn’t fill the file with zeros. It simply advances the file’s reported size and leaves holes in it.

    When you read from it, you do get zeros, but that’s just a convenience of the OS.

    The truncate() and ftruncate() functions cause the regular file named
    by path or referenced by fd to be truncated to a size of precisely
    length bytes.

    If the file previously was shorter, it is extended, and the extended
    part reads as null bytes (‘\0’).

    About holes (from TLPI):

    The existence of holes means that a file’s nominal size may be larger
    than the amount of disk storage it utilizes (in some cases,
    considerably larger).

    Filesystems and holes:

    Rather than allocate blocks of null bytes for the holes in a file, the
    file system can just mark
    (with the value 0) appropriate pointers in
    the i-node and in the indirect pointer blocks to indicate that they
    don’t refer to actual disk blocks.

    As Per Johansson notes, this is dependent of the filesystem.

    Most native UNIX file systems support the concept of file holes, but
    many nonnative file systems (e.g., Microsoft’s VFAT) do not. On a
    file system that doesn’t support holes, explicit null bytes are
    written to the file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a simple function which will take a FileInfo and a destination_directory_name as
I need to build a function which parses the domain from a URL. So,
I often need to use a function which performs and action X is condition
i'm a beginner to php. i need to use php function which process some
I need a function, which is capable of iterating over the collection, calling a
I am writing a function in which I need to read a string contains
I have the following jQuery which I need adapting: $(document).ready(function(){ $(.rss-popup a).hover(function() { $(this).next(em).stop(true,
There is a good function that I need, which is implemented in the Java
Need a function like: function isGoogleURL(url) { ... } that returns true iff URL
I wanted to create a function which would return the path of the current

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.