1852085 Members
3912 Online
104063 Solutions
New Discussion

Re: Create File System

 
SOLVED
Go to solution
Flavio Lacks
Frequent Advisor

Create File System

what command to create a file system ?, i need create one scripts for this
7 REPLIES 7
Pete Randall
Outstanding Contributor

Re: Create File System

newfs


Pete

Pete
Delcho Tuhchiev
Frequent Advisor

Re: Create File System

newfs command is a "friendly" front-end to the mkfs command. yuo can use mkfs with the same result
Shrikant Lavhate
Esteemed Contributor

Re: Create File System

Hi,

#newfs

with lots of opions
-B for bootable
-F provide file system type
-s FS size etc.

# man newfs
for more details

-=ShRi=-
Will it remain a personal, if I broadcast it here!
Flavio Lacks
Frequent Advisor

Re: Create File System

for exemple :

/dev/vg20/lvol10 35340288 /u2/oradata/DETRAF/undo04

what command for create this
Shrikant Lavhate
Esteemed Contributor
Solution

Re: Create File System

Hi

#newfs -F vxfs /dev/vg20/rlvol10
Will it remain a personal, if I broadcast it here!
Pete Randall
Outstanding Contributor

Re: Create File System

After running newfs to create the file system, you then mount it:

mkdir /u2/oradata/DETRAF/undo04
mount /dev/vg20/lvol10 /u2/oradata/DETRAF/undo04


Pete

Pete
Jeeshan
Honored Contributor

Re: Create File System

newfs -F
a warrior never quits