Ask a Question related to Linux / Unix Administration, Design and Development.
-
AC #1
lvextend to increase /opt size
My system is HP Itanium unix (B.11.23 U ia64).
I tried to increase /opt size in single user mode using
lvextend -L size_number /dev/vg00/lvolx
However, it can't be reflected when I execute "bdf" command
while it can be only reflected under SAM.
If I use the following command, it works in both SAM and "bdf"
extendfs /dev/vg00/lvolx
Would you please advise whether "extendfs" is necessary to make
the change effective. Thanks!
AC
AC Guest
-
Increase buffer size
My flash player works nicely on WinXp Sp2, from IE6, but after a while of music, the sound stops for a second, plays for a second, etc. If I pause... -
Why do files increase in size by 4-5 times now?
Can anyone explain this to me? I have discovered that with the new CS all of my files blow out to 4-5 times the size when saved - this is when I... -
MP3 to Director - Increase in file size
When I simply import MP3 files into Director MX, the file size triples. Is there some trick I am missing here? -
increase parition size for /home on AIX 5.1
Hi, I have AIX 5.1 installed and the jfs2 partition type was selected during the install. The disk is 9gb, but I don't beleive this space is... -
increase the text box size-simple html help!
This isn't an ASP question. Size should increase the size, unless it is limited by other factors, e.g. a width parameter in a style sheet for... -
Doug Freyburger #2
Re: lvextend to increase /opt size
AC wrote:
Extending the logical volume extends the container but does>
> My system is HP Itanium unix (B.11.23 U ia64).
> I tried to increase /opt size in single user mode using
> lvextend -L size_number /dev/vg00/lvolx
not extend the filesytem within that container.
Correct. Layers of the onion. Logical volume and filesystem> However, it can't be reflected when I execute "bdf" command
> while it can be only reflected under SAM.
>
> If I use the following command, it works in both SAM and "bdf"
> extendfs /dev/vg00/lvolx
>
> Would you please advise whether "extendfs" is necessary to make
> the change effective. Thanks!
are at different layers. A logical volume is a container for
a filesystem. A filesystem is a container for files. An
inode is a container for blocks. A file is a container for
data.
Doug Freyburger Guest



Reply With Quote

