blackJMYYNTRN
(The Black Jimmy Neutron)
December 29, 2024, 3:32am
1
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
ericwoud
(Eric W.)
December 29, 2024, 5:29am
2
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.
frank-w
(Frank W.)
December 29, 2024, 12:52pm
3
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