Sponsored Content
Full Discussion: Creating file system
Operating Systems AIX Creating file system Post 303016277 by agent.kgb on Monday 23rd of April 2018 04:18:45 PM
Old 04-23-2018
what says df -g /?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Creating new system Makefile template

I am attempting to set-up a Makefile to use for a new system on a Sun Unix machine. I am new to creating Makefiles. I am trying to start simply by compiling a program. I am getting the following error message but an uncertain what 'Error Code 1' is. Is there a web site with Error Codes... (1 Reply)
Discussion started by: CaptainRo
1 Replies

2. Shell Programming and Scripting

Shell script for Creating Directory with name as system date

Dear Sir/Madam, I need a bit of your help. The problem is as follows : I have to create a directory in unix whose name is that of system date in the dd_mon_yyyy format . I am able to extract a date in required format ina variable , but when i'm using this variable in mkdir it is not... (7 Replies)
Discussion started by: aarora_98
7 Replies

3. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies

4. UNIX for Dummies Questions & Answers

UNIX System Call for creating process

Hell Sir, This is chanikya Is there any System call which behaves just like fork but i dont want to return back two times to the calling func. In the following ex iam creating a child process in the called func but the ex prints two times IN MAIN. ex :- calling() { fork(); } ... (2 Replies)
Discussion started by: chanikya
2 Replies

5. Filesystems, Disks and Memory

Creating a File System

Hello everyone, I would like some help in the following: I'm running a Compaq Tru64 UNIX V5.1A (Rev. 1885) and I would like to create a sub-filesystem under a directory of a specific account. However I 've never done something like that before so any help would be appreciated. Thanx in... (0 Replies)
Discussion started by: alex7
0 Replies

6. UNIX for Advanced & Expert Users

Creating System Call, need PID of caller

Hey I am creating a new system call that needs to know the PID of the calling process. I am new to coding in the kernel, so I don't know if this is possible... Any help would be nice. Thanks! Hapatchi (4 Replies)
Discussion started by: Hapatchi
4 Replies

7. UNIX for Dummies Questions & Answers

Creating a File system with required permissions for all DIR's created in

Hello All, I am application admin. I need to clear all the temporary files cleared by the applications. I need help/suggestion that is there any way to create a file system such that every Dir created in by any user will have 775 permissions. So, that i can simply clear the temporary file which... (6 Replies)
Discussion started by: firestar
6 Replies

8. Programming

Creating a simple Help Desk system in PHP

hi guys i'm new to php,,i'm asked to develop a simple online help desk (where the admin can view the problem an forward it to another one to handle it and so on) or get a ready sytem then modify alil on it but i dont know where to start ir to find any suggestion please? (2 Replies)
Discussion started by: kedah160
2 Replies

9. Homework & Coursework Questions

Creating a .profile, displaying system variables, and creating an alias

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Here is what I am supposed to do, word for word from my assignment page: 1. Create/modify and print a... (2 Replies)
Discussion started by: Jagst3r21
2 Replies

10. Shell Programming and Scripting

UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system. We do have many directory and sub directories with files. after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file... (1 Reply)
Discussion started by: balajikalai
1 Replies
newfs_vxfs(1M)															    newfs_vxfs(1M)

NAME
newfs_vxfs: newfs - create a new VxFS file system SYNOPSIS
disk_type] swap] [mkfs_vxfs_options] special DESCRIPTION
builds a VxFS file system by invoking special specifies a character (or raw) file (for example, or Options recognizes the following options: Reserve space for boot programs past the end of the file system. If the file is present on the system, sufficient space to accommodate that file is reserved; otherwise 691 kilobytes are reserved. This option decreases the size of the file system being created. This option cannot be used if the file-system size is also specified using (see options below). Specify the file-system type Use disk parameters from the disk_type named in This option is provided for backward compatibility with previous HP-UX releases. Any parameters specified on the command line will the corresponding values in Any values not specified in the command line and not shown in are defaulted. Reserve swap megabytes of swap space past the end of the file system. This option decreases the size of the file system to be created by the specified number of megabytes. cannot be used if the file-system size is also specified using (see options below). Specify verbose mode. prints out its actions, including the parameters passed to Echo the completed command line, but do not execute the command. If not valid, prints an error message. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. NOTE: You can specify the and options in the same command line. In that case, both the requested swap space and the space needed for boot programs are reserved. These options are used when the file system size is defaulted to the size of the entire disk. mkfs_vxfs Options The following additional command-line options can be used to override default parameters passed to File system block size in bytes. The default value is 1024 bytes for systems smaller than two terabytes. For Version 5 disk layout file systems larger than two terabytes, the maximum file system size is dependent on the block size. A four terabyte file system requires a 1K block size, An eight terabyte file system requires a 2K block size, a 16 TB file system requires a 4K block size, and a 32 TB file system requires an 8K block size. Valid only for the Version 4 and 5 disk layouts. This option controls the largefiles flag for the file system. If is specified, the bit is set and files two giga- bytes or larger can be created. If is specified, the bit is cleared and files created on the files system are lim- ited to less than two gigabytes. The default is See mkfs_vxfs(1M), mount_vxfs(1M), and fsadm_vxfs(1M). File system size in blocks (defined in The default value is the size of the entire disk or disk section, minus any swap or boot space requested. The size specifies the number of sectors in the file system. By default, size is specified in units of sectors. However, you can append a suffix to size to indicate another unit of measure. Append or to indicate that the value is in kilobytes, or to indicate megabytes, or or to indicate gigabytes. Operands recognizes the following operand: special A character (raw) file. EXAMPLES
To create a VxFS file system on or and reserve 40 megabytes of swap space. FILES
Disk description file. Static information about the file systems. SEE ALSO
fsadm_vxfs(1M), mkfs(1M), mkfs_vxfs(1M), mount_vxfs(1M), newfs(1M), disktab(4). newfs_vxfs(1M)
All times are GMT -4. The time now is 06:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy