1834814 Members
2667 Online
110070 Solutions
New Discussion

Filesystem creation

 
SOLVED
Go to solution
Mridul Dutta
Advisor

Filesystem creation

Hi Friends ,
I have one doubt abt filesystem crweation.

Suppose i have created a lvol with lvcreate , now i want to mount it in a directory or location. My question is it is possible to mount without creating filesystem example without creating filesystem using newfs -F vxfs .......

Next question is : how to change kernel parameter using command line???

Thanks n Regards

Mridul
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Filesystem creation

Shalom,

Process

lvcreate
lvextend (to change size)
newfs

No, the mount will fail without a filesystem.

kctune 11.23 and 11.31
kmtune 11.11 and before.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vishu
Trusted Contributor

Re: Filesystem creation

yeah,
very much agreed with steven that u cant mount without creating a file system.
so
1. lvcreate
2. newfs or mkfs
3. mount

Reg
Vishu