Score:0

Mounting partition LVM in server

kz flag

Installed server with 1TB hdd. Server created a logical volume for the boot.

enter image description here

enter image description here

This is the only logical volume right now

enter image description here

Need help with next steps to mount the remaining 730GB to some location.

I tried to do lvcreate -L 730G other but was getting missing NTFS signature

batmaniac7 avatar
kz flag
Solved. used this https://www.tecklyfe.com/how-to-expand-an-lvm-disk-in-ubuntu-linux/.
Score:0
kz flag

instead of re-partitioning; just resized the existing partition. Some steps:

  • sudo fdisk -l
  • pvresize /dev/sda3
  • lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
  • resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.