Opened 11 years ago
Last modified 11 years ago
#45947 new defect
ntfs-3g @2014.2.15 Cannot access drive
| Reported by: | keybounce | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.3.2 |
| Keywords: | Cc: | drkp (Dan Ports) | |
| Port: | ntfs-3g |
Description (last modified by larryv (Lawrence Velázquez))
I'm not able to actually use an NTFS drive.
I have followed the instructions at howto/Ntfs3gFinder
But those notes seem to be for using this with fuse4x. The port is now using osxfuse
I cannot figure out how to get a kernel driver for osxfuse to actually show up in the kernel; I am not seeing anything happen in user space.
In particular, my "mount_ntfs" starts with:
#!/bin/bash
VOLUME_NAME="${@:$#}"
VOLUME_NAME=${VOLUME_NAME#/Volumes/}
USER_ID=502
GROUP_ID=20
TIMEOUT=20
echo test mounting ntfs
and the echo never shows in the system log.
Nov 19 17:19:24 keybounceMBP diskarbitrationd[18]: unable to mount /dev/disk2s1 (status code 0x00000002).
Is the only clue I have from the system log.
Change History (1)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
| Cc: | dports@… added; nomaintainer@… removed |
|---|---|
| Description: | modified (diff) |
Note: See
TracTickets for help on using
tickets.
