[MacPorts] #59316: osxfuse @3.8.3: Build fails with SIGTERM
MacPorts
noreply at macports.org
Fri Oct 18 15:28:10 UTC 2019
#59316: osxfuse @3.8.3: Build fails with SIGTERM
---------------------------+----------------------
Reporter: andrey-popov | Owner: drkp
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.1
Resolution: | Keywords: catalina
Port: osxfuse |
---------------------------+----------------------
Comment (by pmininni):
Replying to [comment:9 knightjp]:
> After installing ntfs, I have another issue with using the commands on
this link.
>
> https://trac.macports.org/wiki/howto/Ntfs3gFinder
>
> When I use this command,
>
> {{{sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
>
> }}}
>
> I get this error.
>
> {{{ mv: rename /sbin/mount_ntfs to /sbin/mount_ntfs.orig: Read-only file
system
> }}}
This is caused by the security changes in Catalina. The system is now in a
read-only file system. You can manually mount NTFS filesystems from the
command line. Or, if you want to have NTFS filesystems showing up
automatically in Finder (with write permission), you have to do some extra
work. Besides disabling (temporarily) SIP with the command "csrutil
disable", you also have to unlock the volume so you can write to it. The
following link explains how to do it:
https://github.com/osxfuse/osxfuse/wiki/NTFS-3G#auto-mount-ntfs-volumes-
in-read-write-mode-on-macos-1015-catalina
I haven't tried it yet, but I would follow these instructions **only** to
enable writing to the filesystem (i.e., disabling SIP, unlocking the
volume, and re-enabling SIP). I would not do a symbolic link ("ln -s") as
suggested there, as linking to a file outside /sbin can create a security
issue. Instead, I will do what is suggested in
https://trac.macports.org/wiki/howto/Ntfs3gFinder: You back-up
/sbin/mount_ntfs and then create a new /sbin/mount_ntfs with the script
provided in https://trac.macports.org/wiki/howto/Ntfs3gFinder.
--
Ticket URL: <https://trac.macports.org/ticket/59316#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list