Several have reported problems over the years
What's your point? I'm simply stating facts, so people will be informed. And yes, I've had zero problems over the years with Paragon.Can you find us any software which has had zero problems over the years?
What's your point? I'm simply stating facts, so people will be informed. And yes, I've had zero problems over the years with Paragon.
There have been numerous reports over the years about problems with Tuxera (which is the only reason I bring it up in the first place), and very few about Paragon (most of those being user error). If you want to use either one, go for it. I'm not debating whether any app is error-free and I have no vested interest in what anyone uses for NTFS writing, or if they use anything at all. I'm simply stating facts, so people are fully aware before making a decision. You've been made aware of the facts. Do whatever you want.But for the sake of the argument here.
You are 1 out of many, that means nothing.
i have had zero problems with tuxera over the years.
so both programs dont have any problems?
What's your point? I'm simply stating facts, so people will be informed. And yes, I've had zero problems over the years with Paragon.
Well, I finally decided to try the free option and everything looks good so so far 🙂, now I can mount and write my NTFS drives without any problem!
I'm posting what I did (under Mountain Lion 10.8.2):
1. Install brew (http://mxcl.github.com/homebrew/)
2. Open a terminal and execute:
sudo su -
(this opens a shell as root, I did this to avoid typing sudo in all the next steps)
3. brew install fuse4x
4. brew install ntfs-3g
5. /bin/cp -rfX /usr/local/Cellar/fuse4x-kext/0.9.2/Library/Extensions/fuse4x.kext /Library/Extensions
6. chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x
7. mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
8. ln -s /usr/local/Cellar/ntfs-3g/2012.1.15/sbin/mount_ntfs /sbin/mount_ntfs
That's all! No need to reboot or anything else, just mount your NTFS drives and write 🙂
Thanks to everybody who helped!
There isn't any procedure to do that on my Sammy LED. That's the issue.When all else fails, read your owner's manual. It will tell you how to perform the Safely Remove USB procedure.
Good for you. Just remember that when 10.9 comes out it will take a couple of weeks or even a couple of months before ntfs-3g or fuse4x are update for the new version of OS X. So always check when upgrading and don't live of the cutting edge of updating!!!! Let others on the net be your beta testers for those drivers.
Of course it is not in the TV; it is in the TV's operator's manual.There isn't any procedure to do that on my Sammy LED. That's the issue.
Ok, are you trolling or...? They say that a safely remove USB feature isn't necessary since the TV only reads from the USB stick. On top of that, writing on the drive afterwards does not work ONLY on the Mac. Using Windows, I am able to write like nothing happened.Of course it is not in the TV; it is in the TV's operator's manual.
Nobody is trolling you. When asking for help, you should give complete relevant information. Reread your previous posts. This is the first time that you said that your problem exists only when attempting to use the Flash drive with your Mac after connecting it to your TV. More important than your failure to state that your problem manifested only on the Mac was your failure to give the model number of your problematic TV set. In my attempt to help you, I searched Samsung's website to identify a TV set owner's manual that is close to yours.Ok, are you trolling or...? They say that a safely remove USB feature isn't necessary since the TV only reads from the USB stick. On top of that, writing on the drive afterwards does not work ONLY on the Mac. Using Windows, I am able to write like nothing happened.
I'm sorry that info was missing from my first post. I usually am careful with the information given when asking for help. So, answering your questions:Nobody is trolling you. When asking for help, you should give complete relevant information. Reread your previous posts. This is the first time that you said that your problem exists only when attempting to use the Flash drive with your Mac after connecting it to your TV. More important than your failure to state that your problem manifested only on the Mac was your failure to give the model number of your problematic TV set. In my attempt to help you, I searched Samsung's website to identify a TV set owner's manual that is close to yours.
My reading of the manual has removing the USB from the TV set as Step 4 of a four-step procedure. After listing the removal procedure, Samsung lists seven bulleted cautions.
You appear to believe that your NTFS-formatted USB Flash drive should be fine if you snatch it from the TV and run. It will not.
I tried several ways of removing the disk and it always happens. I always make sure that whatever is playing stops first. Then I either remove it or get out of AllShare to remove it. Most of the times, though, I turn off the TV and only remove it afterwards. And the issue always comes.I've been following this thread, and as a matter of interest, downloaded the PDF version of the manual for the referenced Samsung TV model. It only took a couple of minutes searching on USB to find where it says not to remove a USB drive until the TV has stopped writing to it.
It could be that when the disk, or files, are accessed by the TV, they are marked as in use. Then, if the disk is disconnected before the TV closes/releases the disk, Windows has no problem writing to the marked open disk, but OS X balks. Chkdsk closes open files it finds.
What happens if you turn off the TV before removing the disk?
In reference to chkdsk, what errors does it report, if any?
I just did a chkdsk /f and /r afterwards. Both returned no errors but, magically, I am able to write to the drive again under OSX using Tuxera.Try a plain chkdsk with no paramaters. If it returns 0KB in bad sectors, what is chkdsk /r (repair bad sectors) doing that takes so long? It should only repair bad sectors, so the time taken indicates practically every sector on the disk needs repair, and it should give a report on the repairs made, if any. Have you tried a chkdsk /f which might be quicker.
Have you done a SMART test on the drive?
Correction: Chkdsk /r will take a long time because it checks every sector for physical errors, actually a disk surface scan. Chkdsk /r also does a /f which fixes logical errors, more likely your problem.
That is an incorrect statement. In case of OS X the base it lies upon is entirely open source (Darwin as well as many stuff from FreeBSD). It is this base where things like NTFS support will be implemented.Linux is free and open source software, unlike Windows or Mac OS X.
My statement is entirely correct. While Mac OS X is based on open source software, OS X itself is neither free nor open source.That is an incorrect statement. In case of OS X the base it lies upon is entirely open source (Darwin as well as many stuff from FreeBSD)