Query: prealloc
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
prealloc(1) General Commands Manual prealloc(1)NAMEprealloc - preallocate disk storageSYNOPSISname sizeDESCRIPTIONpreallocates at least size bytes of disk space for an ordinary file name, creating the file if name does not already exist. The space is allocated in an implementation-dependent fashion for fast sequential reads and writes of the file. fails and no disk space is allocated if name already exists and is not an ordinary file of zero length, if insufficient space is left on disk, or if size exceeds the maximum file size or the file size limit of the process (see ulimit(2)). The file is zero-filled.DIAGNOSTICSreturns one of the following values upon completion: 0 Successful completion. 1 name already exists and is not an ordinary file of zero length. 2 There is insufficient room on the disk. 3 size exceeds file size limits.EXAMPLESThe following example preallocates 50000 bytes for the fileWARNINGSAllocation of file space is highly dependent on current disk usage. A successful return does not indicate how fragmented the file actually might be if the disk is approaching its capacity.AUTHORwas developed by HP.SEE ALSOprealloc(2), ulimit(2). prealloc(1)
Related Man Pages |
---|
prealloc(1) - hpux |
prealloc(2) - hpux |
truncate(2) - hpux |
newfs(8) - ultrix |
posix_fallocate(3) - suse |
Similar Topics in the Unix Linux Community |
---|
How do I clone Solaris 7 disk |
How to increase capacity? |
Disk duplicate in 10.20 |
[Sol10/VMWare] Unable to see new disk space. |
Increase Size of a Volume Group |