Operating System - HP-UX
1838469 Members
3115 Online
110126 Solutions
New Discussion

Re: Can i create a file system more than 256Gb whith LVM?

 
Raul Barrero
New Member

Can i create a file system more than 256Gb whith LVM?

Can i create a file system more than 256Gb whith LVM?
I see in docs.hp.com:
Bad block relocation is not supported for root, swap, or dump logical volumes, or on physical volumes larger than 256GB
and:
A file system can be expanded up to a maximum size of 128GB, except one designated for root or boot which is limited to either 2 or 4GB.

Thanks.
4 REPLIES 4
Thierry Poels_1
Honored Contributor

Re: Can i create a file system more than 256Gb whith LVM?

hi,

depends on your HP-UX version

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Thierry Poels_1
Honored Contributor

Re: Can i create a file system more than 256Gb whith LVM?

since 11.00 you can have Physical Volumes of 4TB,
and Logical Volumes of 2TB.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Florian Heigl (new acc)
Honored Contributor

Re: Can i create a file system more than 256Gb whith LVM?

No problem -
/dev/vgsapZZZshadow/lvshadow
460800000 80532960 377297392 18% /shadow/ZZZ


On the bad block relocation - this could be an issue, but usually You only see those capacities on external storage where You ought to use lvchange -r N anyway to disable bad block checking.
yesterday I stood at the edge. Today I'm one step ahead.
Raul Barrero
New Member

Re: Can i create a file system more than 256Gb whith LVM?

Thanks