I recently had to perform a clean install of v2.5 on my two-disk VB (120GB SSD and 8TB spinning storage drive, Plus an 8TB USB BACKUP disk).
https://www.vortexbox.org/forum/supp...-update-errors
My /storage is fine, but How can I expand the system root drive to the total 111GB available?
I followed the instructions,
https://wiki.vortexbox.org/vortexbox...n_instructions
But replaced
config_4-30.sh with: config_4-fill.sh
but my main drive still has a partition size of 7.2GB
fdisk -l
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 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: 745F1BA5-546E-4A92-9193-B44563A59B5B
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1028095 1024000 500M Linux filesystem
/dev/sda3 1028096 1159167 131072 64M Linux swap
/dev/sda4 1159168 16777182 15618015 7.5G Linux filesystem
Disk /dev/sdb: 7.3 TiB, 8001563222016 bytes, 15628053168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 83D1955F-FB78-447E-8D04-BA2F2DB1EF4B
Device Start End Sectors Size Type
/dev/sdb1 2048 15628053134 15628051087 7.3T Linux filesystem
Disk /dev/sdc: 7.3 TiB, 8001562869760 bytes, 15628052480 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C0363736-24D3-4051-8377-DD8C82990035
Device Start End Sectors Size Type
/dev/sdc1 2048 15628052446 15628050399 7.3T Microsoft basic data
Disk /dev/mapper/StorageVM-lv_storage: 7.3 TiB, 8001557626880 bytes, 15628042240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
cat /etc/fstab
#
#
UUID=ec6db90d-e339-4355-8ef3-477624fc0f13 / ext4 defaults 1 1
UUID=a74eccc1-f0ed-407a-a8bd-0dd3dbfb7b8f /boot ext4 defaults 1 2
UUID=936c2015-6ef1-4bec-9d16-872c00c8ed32 swap swap defaults 0 0
/dev/StorageVM/lv_storage /storage ext4 defaults 2 2
https://www.vortexbox.org/forum/supp...-update-errors
My /storage is fine, but How can I expand the system root drive to the total 111GB available?
I followed the instructions,
https://wiki.vortexbox.org/vortexbox...n_instructions
But replaced
config_4-30.sh with: config_4-fill.sh
but my main drive still has a partition size of 7.2GB
fdisk -l
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 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: 745F1BA5-546E-4A92-9193-B44563A59B5B
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1028095 1024000 500M Linux filesystem
/dev/sda3 1028096 1159167 131072 64M Linux swap
/dev/sda4 1159168 16777182 15618015 7.5G Linux filesystem
Disk /dev/sdb: 7.3 TiB, 8001563222016 bytes, 15628053168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 83D1955F-FB78-447E-8D04-BA2F2DB1EF4B
Device Start End Sectors Size Type
/dev/sdb1 2048 15628053134 15628051087 7.3T Linux filesystem
Disk /dev/sdc: 7.3 TiB, 8001562869760 bytes, 15628052480 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C0363736-24D3-4051-8377-DD8C82990035
Device Start End Sectors Size Type
/dev/sdc1 2048 15628052446 15628050399 7.3T Microsoft basic data
Disk /dev/mapper/StorageVM-lv_storage: 7.3 TiB, 8001557626880 bytes, 15628042240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
cat /etc/fstab
#
#
UUID=ec6db90d-e339-4355-8ef3-477624fc0f13 / ext4 defaults 1 1
UUID=a74eccc1-f0ed-407a-a8bd-0dd3dbfb7b8f /boot ext4 defaults 1 2
UUID=936c2015-6ef1-4bec-9d16-872c00c8ed32 swap swap defaults 0 0
/dev/StorageVM/lv_storage /storage ext4 defaults 2 2
Comment