GParted's e2fsck -fyvC0 /dev/sdx and ntfsresize -ifv /dev/sdx

Loading

Unmount the drives first!! Use these commands to check/repair linux ext4 and Win NTFS drives respectively - at your own risk of course...

sudo e2fsck -fyvC0 /dev/sdx

stevee@localhost:~$ sudo e2fsck -fyvC0 /dev/sdb1
e2fsck 1.44.1 (24-Mar-2018)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

1336452 inodes used (8.84%, out of 15114240)

2206 non-contiguous files (0.2%)

990 non-contiguous directories (0.1%)

# of inodes with ind/dind/tind blocks: 0/0/0

Extent depth histogram: 1235797/259

33331805 blocks used (55.15%, out of 60434326)

0 bad blocks

10 large files

1101622 regular files

131975 directories

221 character device files

15 block device files

18 fifos

8 links

101031 symbolic links (98573 fast symbolic links)

 1336451 files

sudo ntfsresize -ifv /dev/sdx