Contribute
Register

NTFS writing in Mojave?

Status
Not open for further replies.
Joined
Apr 16, 2017
Messages
114
Motherboard
Lenovo Thinkpad x1 carbon 4th generation (Clover)
CPU
i5-6300U
Graphics
HD520, 1920x1080
Is that safe using this method to write ntfs volumes in mojave.

sudo nano /etc/fstab

LABEL=NAME none ntfs rw,auto,nobrowse
 
Is that safe using this method to write ntfs volumes in mojave.

sudo nano /etc/fstab

LABEL=NAME none ntfs rw,auto,nobrowse

Have you tested it?
 
Try it and report back.
Okey but i have some important files after backup, i`ll try it`ll take little bit more time then.
 
Okey but i have some important files after backup, i`ll try it`ll take little bit more time then.

I would probably test with a scratch NTFS drive connected (via USB even), and any important NTFS drive disconnected.
 
I would probably test with a scratch NTFS drive connected (via USB even), and any important NTFS drive disconnected.
Will do that first thanks for the idea.
 
I have tried but it doesnt effect anything, it is not working.
 
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.
 
this is did the job done, thank youuu. it works.
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