Changes between Initial Version and Version 1 of Ticket #45947
- Timestamp:
- Nov 20, 2014, 2:58:19 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45947
- Property Cc dports@… added; nomaintainer@… removed
-
Ticket #45947 – Description
initial v1 1 1 I'm not able to actually use an NTFS drive. 2 2 3 I have followed the instructions at <https://trac.macports.org/wiki/howto/Ntfs3gFinder>3 I have followed the instructions at [[howto/Ntfs3gFinder]] 4 4 5 5 But those notes seem to be for using this with fuse4x. … … 9 9 10 10 In particular, my "mount_ntfs" starts with: 11 11 {{{ 12 12 #!/bin/bash 13 13 VOLUME_NAME="${@:$#}" … … 18 18 19 19 echo test mounting ntfs 20 20 }}} 21 21 and the echo never shows in the system log. 22 22 23 {{{ 23 24 Nov 19 17:19:24 keybounceMBP diskarbitrationd[18]: unable to mount /dev/disk2s1 (status code 0x00000002). 24 25 }}} 25 26 Is the only clue I have from the system log.