Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Faster NTFS driver
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Faster NTFS driver
8th Jan, 2013, 12:24 AM
Post: #9
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: Faster NTFS driver
(7th Jan, 2013 11:33 PM)gizag Wrote:  If you want to use the PI as a NAS you'd probably be better of with a ext4 formatted disk, or if you really do need windows compatabillity with a vfat formatted disk (no big file support tho)

No, no NAS usage planned. Just some copying between the Pi and the destop machine. And many users are asking for better NTFS performance and as I know that the WD Live handles it better for example, it is just a try.

I gave it another try and I got it so far that it starts compiling, but then it's crashing with many different error messages again. So I'm not a big help here, sorry.
Just some short notes to the CONFIGURE executable:

1. The executable "/bin/arch" isn't found on my system.
I had to create a symbolic link to "/usr/bin/arch".

2. The script uses sometimes the "-V" parameter for gcc, which isn't recognized by my gcc version. I search&replace it with "-v".

3. Look for the line with "-fno-builtin".
The variable "$BUILD_INC_DIRS\" created a wrong path with double \\ for me. Didn't know how to fix this.
I just removed the \ in the script and it began compiling.

4. And the "linux/smp_lock.h" is also here.
Using Google it was suggested to edit the "ifslinux/ufsdvfs.c" and replace it...
Code:
#include <linux/smp_lock.h>
to
#include <linux/smp.h>
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Faster NTFS driver - namtih - 4th Jan, 2013, 08:42 PM
RE: Faster NTFS driver - CurlyMo - 5th Jan, 2013, 08:37 PM
RE: Faster NTFS driver - namtih - 5th Jan, 2013, 10:15 PM
RE: Faster NTFS driver - CurlyMo - 5th Jan, 2013, 11:10 PM
RE: Faster NTFS driver - namtih - 5th Jan, 2013, 11:21 PM
RE: Faster NTFS driver - gizag - 7th Jan, 2013, 07:42 AM
RE: Faster NTFS driver - namtih - 7th Jan, 2013, 07:35 PM
RE: Faster NTFS driver - gizag - 7th Jan, 2013, 11:33 PM
RE: Faster NTFS driver - namtih - 8th Jan, 2013 12:24 AM
RE: Faster NTFS driver - namtih - 20th Jan, 2013, 07:04 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 23rd May, 2025, 02:38 PM Powered By MyBB, © 2002-2025 MyBB Group.