BPIR3 NVME wipes out after power on

For some reason the 1TB NVME disk will wipe itself after certain reboots and wondering if anyone has suggestions on where to start on figuring out how to stop the drive from basically being wiped of all data.

I have this in my startup but cant figure it out.

mkdir /mnt/nvme0n1p1
chmod -R 777 /mnt/nvme0n1p1
ntfs-3g /dev/nvme0n1p1 /mnt/nvme0n1p1 -o rw,lazytime,noatime,big_writes

If the mount fails, you are looking at an empty /mnt/nvme0n1p1 folder…

Try fixing the partition with fsck.ntfs

Use btrfs, it is better resistant to bad shutdowns.

Why do you use ntfs? Is your nvme an external usb drive? If not using ntfs does not make much sense due to missing windows OS