Changes between Version 3 and Version 4 of howto/Ntfs3gFinder


Ignore:
Timestamp:
Oct 18, 2019, 11:15:07 AM (5 years ago)
Author:
knightjp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/Ntfs3gFinder

    v3 v4  
    1717
    1818=== Step 3. Use a modified mount_ntfs executable and save the OS X original to {{{/sbin/mount_ntfs.orig}}} ===
    19 (Note to do this under El Capitan, you must first disable SIP.  See [http://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/ this how-to])
     19(Note to do this under El Capitan, you must first disable SIP.  See [http://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/ this how-to]\\
     20
     21On 10.15 Catalina, you don't need to disable SIP,  but you will need to do the following command first:
     22
     23{{{
     24sudo mount -uw /
     25}}}
     26
     27The reason is because the OS mounts the root filesystem as 'read-only'. The above command will make it writeable only for this instance. It will turn to back to 'read-only' when you restart.)
     28
    2029{{{
    2130sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
     
    2534sudo nano /sbin/mount_ntfs
    2635}}}
     36
    2737
    2838Then paste in the following code and save it by typing Control-X and pressing "Y". NOTE: