Files in hard disk deleted

See this post:

Install the ntfs-3g package:

sudo pacman -Syu ntfs-3g

Then try mounting your drive as follows:

sudo mount -t ntfs-3g /dev/sda1 /mnt/windows_garbage
5 Likes