Ubuntu Server 18.04 LTS Partition problem during installationDeleted Windows Partitions on drive now what do I do?Dual Boot - Windows does not showHow to configure existing raid after upgrading to 14.04 from 11Intel RAID5 array Shows < 50% space

SD Card speed degrading and doesn't work on one of my cameras: can I do something?

How to write the given block matrix

Why do we have 0.0 and -0.0 in Ruby?

Draw circle using characters

Why is it possible to teach real numbers before even rigorously defining them?

Stream of Thought/Creeping Chill Interaction?

Function of pll?

Did medieval stores have names?

Cooking octopus: simple boil or broth?

ssh login using public keys for users that do not (yet) exist

Famous conjecture or unsolved problem that could be plausibly proven/solved by freshman mathematician?

Why was Wouter Basson never charged with crimes against humanity for Project Coast?

A professor commented that my research is too simple as compared to my colleagues. What does that mean about my future prospects?

How do I obtain the debian-installer for Ubuntu Server 18.04.3 LTS?

Do rainbows show spectral lines from the sun?

Open problems from antiquity solved with analytic geometry

Novel where a serial killer lives (almost) forever by swapping bodies

Fermat's Last Theorem, mod n

Printing Command Line Unicode Chess Board

How many 1/day spells can a Warlock monster cast?

MS in Mathematics, having trouble finding work outside teaching algebra

How do I protect myself from bad contracting jobs?

50k job is offering 90k worth of shares. Scam?

Check the validity of a telephone number



Ubuntu Server 18.04 LTS Partition problem during installation


Deleted Windows Partitions on drive now what do I do?Dual Boot - Windows does not showHow to configure existing raid after upgrading to 14.04 from 11Intel RAID5 array Shows < 50% space






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I installed Ubuntu Server 18.04 LTS by using default settings. I have 2 SSD (both 240GB) drives so I decided to choose "Use an entire disk and set up LVM".



After setting up everything I noticed that there's only 3.87 GB total space. I'm trying to setup a web server and I need maximum space and I need to use both of the SSDs.



What's the proper way to have more space?



EDIT:



$ sudo fdisk -l
Disk /dev/loop0: 91 MiB, 95408128 bytes, 186344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 88.5 MiB, 92778496 bytes, 181208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 16DA66D3-3316-4BC7-A3FF-198D62BC8FD3

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 2101247 2097152 1G Linux filesystem
/dev/sda3 2101248 468858879 466757632 222.6G Linux filesystem


Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00035956

Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 468860927 468858880 223.6G 8e Linux LVM


Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 218.6 GiB, 234683891712 bytes, 458366976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdc: 14.4 GiB, 15502147584 bytes, 30277632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x11e2b548

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1708031 1708032 834M 0 Empty
/dev/sdc2 1287748 1292675 4928 2.4M ef EFI (FAT-12/16/32


And:



$ df -H
Filesystem Size Used Avail Use% Mounted on
udev 8.4G 0 8.4G 0% /dev
tmpfs 1.7G 1.4M 1.7G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 4.2G 3.5G 496M 88% /
tmpfs 8.5G 0 8.5G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 8.5G 0 8.5G 0% /sys/fs/cgroup
/dev/loop0 96M 96M 0 100% /snap/core/6350
/dev/sda2 1.1G 80M 874M 9% /boot
/dev/loop1 93M 93M 0 100% /snap/core/7270
tmpfs 1.7G 0 1.7G 0% /run/user/1000









share|improve this question























  • 2





    "What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

    – Rinzwind
    Jul 16 at 14:29






  • 1





    I updated the question

    – Mubariz Hajimuradov
    Jul 16 at 14:53






  • 1





    @MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

    – tatsu
    Jul 16 at 15:13






  • 1





    well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

    – tatsu
    Jul 16 at 15:27







  • 1





    I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

    – jwcooper
    Jul 16 at 16:02

















0

















I installed Ubuntu Server 18.04 LTS by using default settings. I have 2 SSD (both 240GB) drives so I decided to choose "Use an entire disk and set up LVM".



After setting up everything I noticed that there's only 3.87 GB total space. I'm trying to setup a web server and I need maximum space and I need to use both of the SSDs.



What's the proper way to have more space?



EDIT:



$ sudo fdisk -l
Disk /dev/loop0: 91 MiB, 95408128 bytes, 186344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 88.5 MiB, 92778496 bytes, 181208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 16DA66D3-3316-4BC7-A3FF-198D62BC8FD3

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 2101247 2097152 1G Linux filesystem
/dev/sda3 2101248 468858879 466757632 222.6G Linux filesystem


Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00035956

Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 468860927 468858880 223.6G 8e Linux LVM


Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 218.6 GiB, 234683891712 bytes, 458366976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdc: 14.4 GiB, 15502147584 bytes, 30277632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x11e2b548

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1708031 1708032 834M 0 Empty
/dev/sdc2 1287748 1292675 4928 2.4M ef EFI (FAT-12/16/32


And:



$ df -H
Filesystem Size Used Avail Use% Mounted on
udev 8.4G 0 8.4G 0% /dev
tmpfs 1.7G 1.4M 1.7G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 4.2G 3.5G 496M 88% /
tmpfs 8.5G 0 8.5G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 8.5G 0 8.5G 0% /sys/fs/cgroup
/dev/loop0 96M 96M 0 100% /snap/core/6350
/dev/sda2 1.1G 80M 874M 9% /boot
/dev/loop1 93M 93M 0 100% /snap/core/7270
tmpfs 1.7G 0 1.7G 0% /run/user/1000









share|improve this question























  • 2





    "What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

    – Rinzwind
    Jul 16 at 14:29






  • 1





    I updated the question

    – Mubariz Hajimuradov
    Jul 16 at 14:53






  • 1





    @MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

    – tatsu
    Jul 16 at 15:13






  • 1





    well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

    – tatsu
    Jul 16 at 15:27







  • 1





    I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

    – jwcooper
    Jul 16 at 16:02













0












0








0








I installed Ubuntu Server 18.04 LTS by using default settings. I have 2 SSD (both 240GB) drives so I decided to choose "Use an entire disk and set up LVM".



After setting up everything I noticed that there's only 3.87 GB total space. I'm trying to setup a web server and I need maximum space and I need to use both of the SSDs.



What's the proper way to have more space?



EDIT:



$ sudo fdisk -l
Disk /dev/loop0: 91 MiB, 95408128 bytes, 186344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 88.5 MiB, 92778496 bytes, 181208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 16DA66D3-3316-4BC7-A3FF-198D62BC8FD3

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 2101247 2097152 1G Linux filesystem
/dev/sda3 2101248 468858879 466757632 222.6G Linux filesystem


Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00035956

Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 468860927 468858880 223.6G 8e Linux LVM


Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 218.6 GiB, 234683891712 bytes, 458366976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdc: 14.4 GiB, 15502147584 bytes, 30277632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x11e2b548

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1708031 1708032 834M 0 Empty
/dev/sdc2 1287748 1292675 4928 2.4M ef EFI (FAT-12/16/32


And:



$ df -H
Filesystem Size Used Avail Use% Mounted on
udev 8.4G 0 8.4G 0% /dev
tmpfs 1.7G 1.4M 1.7G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 4.2G 3.5G 496M 88% /
tmpfs 8.5G 0 8.5G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 8.5G 0 8.5G 0% /sys/fs/cgroup
/dev/loop0 96M 96M 0 100% /snap/core/6350
/dev/sda2 1.1G 80M 874M 9% /boot
/dev/loop1 93M 93M 0 100% /snap/core/7270
tmpfs 1.7G 0 1.7G 0% /run/user/1000









share|improve this question

















I installed Ubuntu Server 18.04 LTS by using default settings. I have 2 SSD (both 240GB) drives so I decided to choose "Use an entire disk and set up LVM".



After setting up everything I noticed that there's only 3.87 GB total space. I'm trying to setup a web server and I need maximum space and I need to use both of the SSDs.



What's the proper way to have more space?



EDIT:



$ sudo fdisk -l
Disk /dev/loop0: 91 MiB, 95408128 bytes, 186344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 88.5 MiB, 92778496 bytes, 181208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 16DA66D3-3316-4BC7-A3FF-198D62BC8FD3

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 2101247 2097152 1G Linux filesystem
/dev/sda3 2101248 468858879 466757632 222.6G Linux filesystem


Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00035956

Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 468860927 468858880 223.6G 8e Linux LVM


Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 218.6 GiB, 234683891712 bytes, 458366976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdc: 14.4 GiB, 15502147584 bytes, 30277632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x11e2b548

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1708031 1708032 834M 0 Empty
/dev/sdc2 1287748 1292675 4928 2.4M ef EFI (FAT-12/16/32


And:



$ df -H
Filesystem Size Used Avail Use% Mounted on
udev 8.4G 0 8.4G 0% /dev
tmpfs 1.7G 1.4M 1.7G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 4.2G 3.5G 496M 88% /
tmpfs 8.5G 0 8.5G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 8.5G 0 8.5G 0% /sys/fs/cgroup
/dev/loop0 96M 96M 0 100% /snap/core/6350
/dev/sda2 1.1G 80M 874M 9% /boot
/dev/loop1 93M 93M 0 100% /snap/core/7270
tmpfs 1.7G 0 1.7G 0% /run/user/1000






server partitioning ssd lvm webserver






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Jul 16 at 14:53







Mubariz Hajimuradov

















asked Jul 16 at 14:26









Mubariz HajimuradovMubariz Hajimuradov

12 bronze badges




12 bronze badges










  • 2





    "What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

    – Rinzwind
    Jul 16 at 14:29






  • 1





    I updated the question

    – Mubariz Hajimuradov
    Jul 16 at 14:53






  • 1





    @MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

    – tatsu
    Jul 16 at 15:13






  • 1





    well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

    – tatsu
    Jul 16 at 15:27







  • 1





    I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

    – jwcooper
    Jul 16 at 16:02












  • 2





    "What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

    – Rinzwind
    Jul 16 at 14:29






  • 1





    I updated the question

    – Mubariz Hajimuradov
    Jul 16 at 14:53






  • 1





    @MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

    – tatsu
    Jul 16 at 15:13






  • 1





    well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

    – tatsu
    Jul 16 at 15:27







  • 1





    I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

    – jwcooper
    Jul 16 at 16:02







2




2





"What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

– Rinzwind
Jul 16 at 14:29





"What's the proper way to have more space?" You are skipping a very important thing: 2x240 is 480Gb. How do you get to 3.87Gb? Can you add into the question info about the disk layout and file system disk space usage? That would be fdisk -l and df -H.

– Rinzwind
Jul 16 at 14:29




1




1





I updated the question

– Mubariz Hajimuradov
Jul 16 at 14:53





I updated the question

– Mubariz Hajimuradov
Jul 16 at 14:53




1




1





@MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

– tatsu
Jul 16 at 15:13





@MubarizHajimuradov I see an unrelated problem that's probably going to bite you in the ass as soon as you complete your ubuntu install so I might as well bring attention to it now: one of your SSD is listed as "gpt" the other as "dos" now these might just be labels but if not and if you are dualbooting windows and ubuntu and your windows is in mbr partition sheme and your ubuntu is in gpt partition sheme you will be unable to boot. to fix this pre-emptively, you'll need to switch whatever os (the installed windows or the ubuntu live usb) is MBR to GPT. hope this helps!

– tatsu
Jul 16 at 15:13




1




1





well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

– tatsu
Jul 16 at 15:27






well no, not if the ubuntu live usb was not made with GPT partitioning (or if it was but you want to keep a disk that is MBR, that is also problematic). was this usb key made from windows or ubuntu?

– tatsu
Jul 16 at 15:27





1




1





I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

– jwcooper
Jul 16 at 16:02





I'm looking through your fdisk info and i dont see where you're getting the 3.87GB from. Assuming I'm wrong (probably), did you forget to mention that you previously created or tried to create a 4GB logical volume? Lastly, are you sure you even want to be using LVM's? It may be easier for you just to use standard partitions if you are just starting out or maybe dont totally understand LVM's yet. Especially if this is going to be an outward facing web server.

– jwcooper
Jul 16 at 16:02










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158684%2fubuntu-server-18-04-lts-partition-problem-during-installation%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158684%2fubuntu-server-18-04-lts-partition-problem-during-installation%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?