AWS linux workspace is only giving me 50 GB of storage when I was assigned 175 storage
by CaptHarsha from LinuxQuestions.org on (#5ANDD)
I am a newbie linux user, using Amazon Linux workspaces (Power model with 175 GB root Volume, 100 GB user volume). I currently am unable to git clone or download files since there isn't any diskspace left on my workspace. I know I haven't used up 100 GB of space.
I think the issue is that not all of the storage units are being used (I could be very wrong). I'm attaching as much information as I can.
Please let me know what I have to do or guide me to additional resources, I'm sorry if this is the wrong space to ask this question.
When I run df -h:
df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs 7.8G 508M 7.3G 7% /dev/shm
tmpfs 7.8G 656K 7.8G 1% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/nvme0n1p1 80G 20G 61G 25% /
/dev/nvme1n1p1 50G 48G 1.4G 98% /volumes/user
tmpfs 1.6G 60K 1.6G 1% /run/user/378199
When I run lsblk -f:
lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
zram0 [SWAP]
nvme1n1
nvme1n1p1 ext4 User d5cfa6bc-7db3-4acd-bafc-d10ee6c1c24b /volumes/user
nvme0n1
nvme0n1p1 xfs / 8a3a24db-e31c-4366-98a8-72b12dd5fe82 /
nvme0n1p128
When I run sudo fdisk -l
Disk /dev/nvme1n1: 50 GiB, 53687091200 bytes, 104857600 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: 0xfd8edbf1
Device Boot Start End Sectors Size Id Type
/dev/nvme1n1p1 2048 104857599 104855552 50G 83 Linux
Disk /dev/nvme0n1: 80 GiB, 85899345920 bytes, 167772160 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: 4BCB9FC5-391A-4D2D-9E9D-C03175B0CC7E
Device Start End Sectors Size Type
/dev/nvme0n1p1 4096 167772126 167768031 80G Linux filesystem
/dev/nvme0n1p128 2048 4095 2048 1M BIOS boot
Partition table entries are not in disk order.
Disk /dev/zram0: 23.2 GiB, 24936701952 bytes, 6088062 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


I think the issue is that not all of the storage units are being used (I could be very wrong). I'm attaching as much information as I can.
Please let me know what I have to do or guide me to additional resources, I'm sorry if this is the wrong space to ask this question.
When I run df -h:
df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs 7.8G 508M 7.3G 7% /dev/shm
tmpfs 7.8G 656K 7.8G 1% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/nvme0n1p1 80G 20G 61G 25% /
/dev/nvme1n1p1 50G 48G 1.4G 98% /volumes/user
tmpfs 1.6G 60K 1.6G 1% /run/user/378199
When I run lsblk -f:
lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
zram0 [SWAP]
nvme1n1
nvme1n1p1 ext4 User d5cfa6bc-7db3-4acd-bafc-d10ee6c1c24b /volumes/user
nvme0n1
nvme0n1p1 xfs / 8a3a24db-e31c-4366-98a8-72b12dd5fe82 /
nvme0n1p128
When I run sudo fdisk -l
Disk /dev/nvme1n1: 50 GiB, 53687091200 bytes, 104857600 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: 0xfd8edbf1
Device Boot Start End Sectors Size Id Type
/dev/nvme1n1p1 2048 104857599 104855552 50G 83 Linux
Disk /dev/nvme0n1: 80 GiB, 85899345920 bytes, 167772160 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: 4BCB9FC5-391A-4D2D-9E9D-C03175B0CC7E
Device Start End Sectors Size Type
/dev/nvme0n1p1 4096 167772126 167768031 80G Linux filesystem
/dev/nvme0n1p128 2048 4095 2048 1M BIOS boot
Partition table entries are not in disk order.
Disk /dev/zram0: 23.2 GiB, 24936701952 bytes, 6088062 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes