I had one SSD disk(500GB) in my desktop. I used dual booting system(Arch Linux, Windows) and Windows used 100GB of the disk. Today I added new SSD disk to my desktop so I moved windows to new disk. Now I want to use 100GB space that windows was running in linux. How can I extend my linux partition 400GB to 500GB without using VFS or RAID? I found solution using GParted but my desktop has only external graphic card(NVIDIA 1660TI) so GParted's visualtearing is too much. So I can't do anything with that.
parted -l
Model: ATA Samsung SSD 860 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot, esp
2 538MB 430GB 429GB ext4
parted -l?parted -lis thisModel: ATA Samsung SSD 860 (scsi) Disk /dev/sda: 500GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 538MB 537MB fat32 boot, esp 2 538MB 430GB 429GB ext4