The technology blog



« How to find parent and child process | Creating a new Logical Volume »

Creating a new file system in hp-ux

Easy AdSense by Unreal

Assuming you have finished creating a new logical volume and you now want to create a new file system and mount the file system on to the directory.

# newfs -F vxfs -o largefiles /dev/vgName/rlvName

Note :

1) you don’t have to define “-F vxfs”, by default the file sytem type will be automaticallty picked from /etc/default/* directory.

2) you will to define “-o largefiles” if the file system is used for largefiles, this is typically used for database related file systems, otherwise you can ignore this option.

Now mount the file system

# mount /dev/vgName/lvName /mount_point

Share and Enjoy:

Posted by Haresh Madnani on October 14, 2009.

Tags: , , , ,

Categories: LVM

0 Responses

Leave a Reply

« How to find parent and child process | Creating a new Logical Volume »




Recent Posts


Pages



Hi, my name is Haresh Madnani and I am from UK.

I have been into IT for more than 15 years. I have worked as a Unix and SAN Administrator on different platforms and SAN infrastructure. Website Desinging, Blogging, SEO is my hobby.

If you have any questions, feel free to contact me.

Share and Enjoy:

About The technology blog

more →