Changes between Initial Version and Version 1 of Ticket #45947


Ignore:
Timestamp:
Nov 20, 2014, 2:58:19 AM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45947

    • Property Cc dports@… added; nomaintainer@… removed
  • Ticket #45947 – Description

    initial v1  
    11I'm not able to actually use an NTFS drive.
    22
    3 I have followed the instructions at   <https://trac.macports.org/wiki/howto/Ntfs3gFinder>
     3I have followed the instructions at [[howto/Ntfs3gFinder]]
    44
    55But those notes seem to be for using this with fuse4x.
     
    99
    1010In particular, my "mount_ntfs" starts with:
    11 
     11{{{
    1212#!/bin/bash
    1313VOLUME_NAME="${@:$#}"
     
    1818
    1919echo test mounting ntfs
    20 
     20}}}
    2121and the echo never shows in the system log.
    2222
     23{{{
    2324Nov 19 17:19:24 keybounceMBP diskarbitrationd[18]: unable to mount /dev/disk2s1 (status code 0x00000002).
    24 
     25}}}
    2526Is the only clue I have from the system log.