You need linux help: with basic linux on the command line
Create a partition named /dev/sde1 that uses all the available space on /dev/sde. Format the partition with the ext4 file system.
Use the fsck -f command to check the integrity of the next ext4 filesystem on /dev/sde1. The -f flag forces a full check even if the journal seems clean.