install LXM17 & kali partition errors

\
install linux mint : ok\
install kali,  with some predefined parttitons : nok ok , kali di not
acept these\
removed these predefined parttitons\
install kali, with option guided install on biggest free unalloceted
space :\
kali installed fine, but the /home partition iss 510 in size !  (all
free size minus 25 GB for the sys partition)\
\
------------------------------------------------------------------------------------\
gparted has unsupported feature(s): metadata_csum e2fsck:\
Get a newer version of e2fsck!\
------------------------------------------------------------------------------------\
\
[[]{style=”font-size: 13pt”}]{style=”font-family: sans-serif”}

::: {style=”text-align: left”}
solution  :\
Run mkfs.ext4 /dev/sda5\
then fsck -yf /dev/sda5. The fsck found a lot of errors and fixed them\
I then went through the install steps one more time, this time I ran
mkfs.ext4 /dev/sda5 during the setup (I had let gparted handle this last
time) and when I rebooted after setting everything up it was good to
go.\
:::

------------------------------------------------------------------------------------\
\
[[]{style=”font-family: Ubuntu”}]{style=”font-size: 15pt”}

::: {style=”text-align: left”}
I had the same problem and it took me some time to fix it, without
formatting :)\
Just follow this hint:\
:::

e2fsck: Get a newer version of e2fsck!\
[[]{style=”font-family: Ubuntu”}]{style=”font-size: 15pt”}

::: {style=”text-align: left”}
You need to download the latest version of e2fsck, compile it and then
use this version.\
:::

wget
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.43.1/e2fsprogs-1.43.1.tar.gz
tar xzf e2fsprogs-1.43.1.tar.gz cd e2fsprogs-1.43.1 ./configure # \<==
if this step fail, check the config.log file, it could just be that you
are missing the "libc6-dev" package on your system make cd e2fsck/
./e2fsck\
\
------------------------------------------------------------------------------------\
e2fsck = is used to check a Linux second extended file system
(ext2fs).\