Changes between Initial Version and Version 1 of Ticket #59316, comment 9
- Timestamp:
- Nov 4, 2019, 5:42:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59316, comment 9
initial v1 7 7 After installing ntfs, I have another issue with using the commands on this link. 8 8 9 https://trac.macports.org/wiki/howto/Ntfs3gFinder9 wiki:howto/Ntfs3gFinder 10 10 11 11 When I use this command, 12 12 13 {{{ sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig14 13 {{{ 14 sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig 15 15 }}} 16 16 17 17 I get this error. 18 18 19 {{{ mv: rename /sbin/mount_ntfs to /sbin/mount_ntfs.orig: Read-only file system 19 {{{ 20 mv: rename /sbin/mount_ntfs to /sbin/mount_ntfs.orig: Read-only file system 20 21 }}}