you will need a vgextend first something like "vgextend fedora_box1000 /dev/sdb4" that will add the disk to the vg. the df shows these 2 are mounted: /dev/mapper/fedora_box1000-roo t 34G 4.5G 27G 15% / /dev/mapper/fedora_box1000-home 17G 7.2G 8.1G 47% /home so either /dev/fedora_box1000/home or /dev/fedora_box1000/root will need to be extended, you can also use the names shown in the df commands...all of the different names point to the same underlying device. On Sat, Dec 21, 2013 at 2:30 PM, David Beveridge <bevhost@xxxxxxxxx> wrote: > On Sun, Dec 22, 2013 at 2:49 AM, Bob Goodwin - Zuni, Virginia, USA > <bobgoodwin@xxxxxxxxxxxx> wrote: >> >> >> One of the failed attempts: >> >> [root@box10 bobg]# lvextend -l +100%FREE /dev/fedora_box1000/lv_root >> /dev/sdb4 >> Logical volume lv_root not found in volume group fedora_box1000 >> >> >> Perhaps something will be obvious to you? >> > > You also need to to an lvscan to find the names of the logical volumes. > > so it should be /dev/volume_group_name/logical_volume_name > -- > users mailing list > users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > Have a question? Ask away: http://ask.fedoraproject.org -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org