I have the following setup:
- Ubuntu 18.04
- Internal Harddisk with 500 GB
- External Harddisk with 4 TB (not important for my problem)
The internal harddisk shows the following properties with the GParted app:
Sidebar: "Device Information":
- Model: ATA WDC WD5000AAKX-7
- Serial: WD-WCC2EEY94064
- Size: 465.76 GiB
Path: /dev/sda
Partion table: msdos
- Heads: 255
- Secotrs/track: 63
- Cyclinders: 60801
- Total sectors: 976773168
- Sector size: 512
Partition > Manage Flags > Popup: "Manage flags on /dev/sda1"
- boot (checked)
- lvm (checked)
Partition > Information > Popup: "Information about /dev/sda1"
- /dev/sda1
465.76 GiB
File System
File system: lvm2.pv
- Label:
- UUID: hJASV0-k01i-3Eqj-9gXc-8sa4-yqR4-MajmGz
- Status: Active
- Volume Group: ubuntu-vg
- Members: /dev/sda1
- Logical Volumes: "/dev/sda1" and "swap_1"
- Used: 465.76 GiB ( 100% )
- Unused: 4.00 MiB ( 0% )
Size: 465.76 GiB
Partition:
Path: /dev/sda1
- Name:
- Flags: boot, lvm
- First sector: 2048
- Last sector: 976771071
- Total sectors: 976769024
Partition > Resize/Move > Popup: "Resize /dev/sda1"
- Minimum size: 476934 MiB
- Free space preceding (MiB): 0
- Maximum size: 476939 MiB
- New size (MiB): 476938
- Free space following (MiB): 1
- Align to: MiB
View > File System Support > Popup "File System Support":
- File System: lvm2.pv
- Create: checked
- Grow: checked checked
- Shrink: checked checked
- Move: checked
- Copy: X
- Check: checked
- Label: X
- UUID: X
- Required Software: lvm2
At the moment, I am using about 7 GB of the harddisk. The installation is new and during the installation I chose my 500 GB harddisk for installation, but I didn't make any partitions, because I wasn't sure how to do it. I was hoping to do it now. But it is not very intuitive. I assume that the 7 GB data is not spread all over my harddisk and therefore I can still split it into two partitions:
- OS (50 GB)
- DATA (the rest of the harddisk)
Could you give me some pointers on how to proceed? Do I need additional software? Any help appreciated.