Operating System - HP-UX
1832978 Members
2696 Online
110048 Solutions
New Discussion

Re: File System creation !

 
Ivan Azuara
Regular Advisor

File System creation !

Hi !

Somebody know??s , How can I create a file system in two differents volume groups ?.

P.D. It??s that possible ?


Best Regards !
"Enjoy the life .."
5 REPLIES 5
Christopher McCray_1
Honored Contributor

Re: File System creation !

Hello,

No, It is not possible to have a file system span 2 vgs

Sorry,

Chris
It wasn't me!!!!
Cheryl Griffin
Honored Contributor

Re: File System creation !

You can not span multiple volume groups with mkfs.

Cheers!
Cheryl
"Downtime is a Crime."
James R. Ferguson
Acclaimed Contributor

Re: File System creation !

Hi:

Since a filesystem resides "in" a logical volume, and a logical volume is unique within a volume group, the answer is "no, you cannot".

Have a look at the 'lvm' man pages ('man 7 lvm') for a quick overview of terminology and concepts.

Regards!

...JRF...
Nick Wickens
Respected Contributor

Re: File System creation !

Can you explain for what purpose you need to do this ? Someone here may be able to offer a different solution to your problem. For instance would a link to a different filesystem using "ln -s" help in any way.
Hats ? We don't need no stinkin' hats !!
PIYUSH D. PATEL
Honored Contributor

Re: File System creation !

Hi,

It is not possible to span the logical volume across the volumegroups since a logical volume is a part of the vg.

Why do you want to do this ??

Piyush