Anyone know how I can get the rest of my 1T drive from sda3 onto my network drive?

hawkins

New Member
Joined
Apr 16, 2020
Messages
18
Reaction score
11
Credits
59
Screenshot (2).png
 


Could you show the output of the pvs and vgs commands, also not as screenshot but just copy/past the output?
 
sda2 is the boot partition.
aaron@linux:~$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 ubuntu-vg lvm2 a-- <930.01g <730.01g
aaron@linux:~$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
ubuntu-vg 1 1 0 wz--n- <930.01g <730.01g
aaron@linux:~$

I was thinking maybe I could use a live usb and try to add a partition with gparted.
 
sda2 is the boot partition.
aaron@linux:~$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 ubuntu-vg lvm2 a-- <930.01g <730.01g
aaron@linux:~$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
ubuntu-vg 1 1 0 wz--n- <930.01g <730.01g
aaron@linux:~$

I was thinking maybe I could use a live usb and try to add a partition with gparted.
Yes I looked over that. Looks like you can still assign 730G to your root volume since that is where your shared network drive is mounted from looking at your windows file explorer screenshot. You can do the following.
Code:
lvextend -L +730G /dev/ubuntu-vg/ubuntu-lv -r
 

Members online


Top