Blacklist broken ntfs3 driver
 echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
Check fstrim service
 sudo systemctl status fstrim.timer
Enable fstrim service
 sudo systemctl enable fstrim.timer
 sudo systemctl start fstrim.timer
Enable sshd service
 sudo systemctl enable sshd.service
 sudo systemctl start sshd.service
Enable systemd-timesynd service
 sudo systemctl enable systemd-timesyncd.service
 sudo systemctl start systemd-timesyncd.service