I believe the /video partition is mounted otherwise I would receive an
error stating something to the effect xfs_growfs: /video is not a
mounted XFS file system, according to /etc/mtab. <br><br>
Are you saying that I somehow have to mount the second volume in the
LVM group? Sorry If it is a stupid question. The group consists
of /dev/hdb1 and /dev/hda5. I have rebooted multiple times.
Here is a copy of my fstab if that helps.<br>
# This file is edited by fstab-sync - see 'man fstab-sync' for details<br>
LABEL=/1
/
ext3
defaults 1 1<br>
LABEL=/boot1
/boot
ext3
defaults 1 2<br>
none
/dev/pts
devpts gid=5,mode=620 0 0<br>
none
/dev/shm
tmpfs defaults 0 0<br>
none
/proc
proc
defaults 0 0<br>
none
/sys
sysfs defaults 0 0<br>
/dev/VolGroup00/video
/video
xfs
defaults 1 2<br>
LABEL=SWAP-hdb3
swap
swap
defaults 0 0<br>
#/dev/hdc
/media/cdrom
iso9660,udf pamconsole,exec,noauto,user 0 0<br>
<br>
-Gregg<br>
<br>
<br>
>XFS requires the drive to be mounted before growfs will work. There's a<br>
>note in the HOWTO ( <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.tldp.org/HOWTO/LVM-HOWTO/" target="_blank">http://www.tldp.org/HOWTO/<span id="st" name="st" class="st0">LVM</span>-HOWTO/
</a> ) to that<br>
>effect. Reboot (which should mount the drive), redo the growfs and you<br>
>should be ok.<br>
<br>
>-- Peter<br>
<br>