Contribute
Register

FIXED: ntfs-3g "Did not receive a signal within 15"

Status
Not open for further replies.
Joined
Feb 13, 2011
Messages
21
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I was having an issue with mac ntfs-3g after I had upgraded to Lion. I googled around and found a solution. I wrote up a short shell script to do all the grunt work (and prevent typos)

Here is the source that I found: HERE
They indicated that they got the code from: HERE

Attached is the script. Simply download, open a terminal, and run:

Code:
$ cd /path/to/where/you/downloaded/ntfs3g-fix/script
$ sudo ./ntfs3g-fix.txt

The full text of the error I was getting:
Code:
NTFS-3G
NTFS-3G could not mount /dev/disk#
at /Volumes/XXXXXXXX because the following problem occurred:

Did not receive a signal within 15.000000 seconds.
Exiting...
                                           [Close]
 

Attachments

  • ntfs3g-fix.txt
    2 KB · Views: 2,077
I am absolutely new to OSX. I did what the guide says, but after I enter my password in terminal, I get sudo: ./ntfs3g-fix.txt: command not found
 
This works great! Additionally, what needed to be done on my system is to:
> chmod 755 /System/Library/Filesystems/ntfs-3g.fs/ntfs-3g.util

That's all!

Thanks a million :)
 
Hi, I just wanted to let everyone know that this worked for me after making the text file executable and running ntfs-3g from Terminal.

I was initially getting the 15 seconds error using the GUI in Disk Utility to try and mount an NTFS partition, and after applying the fix Disk Utility still wouldn't mount the partition correctly as read/write, but I'm very happy that it at least works from the command line!

Thanks for your help, Vitus13!

Edit: I realise that I'm bumping a very old thread, but this was the first Google result when trying to solve my issue, and it was successful in helping me.
 
Status
Not open for further replies.
Back
Top