Contribute
Register

NTFS writing in Mojave?

Status
Not open for further replies.
I'm getting this error

mount_ntfs: /dev/disk3s5 on /Users/badrobot/Desktop/NTFS: Input/output error

How can I solve this? TIA.
 
Great !!! Thanks

Try this one,
diskutil list -> it will show you all available disks and volumes, search for your NTFS drive (it will be something like this /dev/disk2s1 for example)
mkdir ~/Desktop/NTFS
sudo umount /Volumes/{Volume name}
sudo mount -t ntfs -o rw,auto,nobrowse /dev/disk{X}s{Y} ~/Desktop/NTFS
It works fine for me.
 
Status
Not open for further replies.
Back
Top