I was trying to make my external NTFS drive writable on macOS BigSur and followed a post, so I wrote the following commands:
sudo umount /Volumes/Untitled
sudo mkdir /Volumes/Mount
sudo mount -t ntfs -o rw,auto,nobrowse /dev/disk2s1 /Volumes/Mount
open /Volumes/Mount
After this, my files got mounted in the Mount folder but after a while, the folder disappeared and now if I access my Untitled drive, it shows the correct space, but can't see files anymore.
How can I fix it? I can't lose my files.
If I write diskutil list
, I get this
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *1.0 TB disk3
1: Windows_NTFS 1.0 TB disk3s1
How can I recover the previous state where I can see my files? I'll just move them to another drive and format this one to a different file system.
It just happened to be nfts cause the first time i used it on windows and i didn't worry much about it... I don't have the link to the post cause i have been googling a lot and it's lost in the history... how can i save my files? :(
– rita1989 Jul 23 '22 at 18:51