Cannot access my second 500gb hard drive.Get this error.Any ideas where I can start troubleshooting.
ntfs I guess?
Theres more than a few;
https://forum.manjaro.org/search?q=ntfs%20mount%20order%3Alatest
Hi @Calvin1,
Could you please provide the output of these commands?:
lsblk
cat /etc/fstab
Does your 500gb happen to be formatted as NTFS?
If it is, try:
sudo pacman -S ntfs-3g
echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
2 Likes
Thank you so much.That sorted me out and I can now access my 500GB second drive.Much appreciated for taking the time.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.