Poster | Thread |
Zorro
| |
Re: NTFS filesystem driver Posted on 7-Feb-2009 23:49:31
| | [ #1 ] |
|
|
|
Super Member |
Joined: 30-Apr-2003 Posts: 1081
From: Italy | | |
|
|
Nice news...
_________________ ------------------------------- AmigaOS, the last hope...
|
|
Status: Offline |
|
|
Swoop
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 0:11:38
| | [ #2 ] |
|
|
|
Elite Member |
Joined: 20-Jun-2003 Posts: 2163
From: Long Riston, East Yorkshire | | |
|
| Is there any chance this should/would/can/will work on OS4? _________________ Peter Swallow. A1XEG3-800 [IBM 750FX PowerPC], running OS4.1FE, using ac97 onboard sound.
"There are 10 types of people in the world: those who understand binary, and those who don't."
|
|
Status: Offline |
|
|
CodeSmith
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 6:24:37
| | [ #3 ] |
|
|
|
Elite Member |
Joined: 8-Mar-2003 Posts: 3045
From: USA | | |
|
| This is definitely a welcome development. NTFS is the preferred filesystem in XP, the default one in Vista, and rumor has it that one won't be able to format hard drives using FAT in Win7 for security reasons. That means that NTFS support today is as important as FAT support was back in the 90s. The guys behind this project should be congratulated. |
|
Status: Offline |
|
|
Simon
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 8:26:51
| | [ #4 ] |
|
|
|
Cult Member |
Joined: 16-Feb-2005 Posts: 999
From: Antwerp / Belgium | | |
|
| |
Status: Offline |
|
|
fishy_fis
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 8:35:11
| | [ #5 ] |
|
|
|
Elite Member |
Joined: 29-Mar-2004 Posts: 2168
From: Australia | | |
|
| Does this version support write as well as read ? The amiga ntfs driver from years ago only supports read, which while still useful, left me wanting. |
|
Status: Offline |
|
|
pvanni
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 10:24:19
| | [ #6 ] |
|
|
|
Regular Member |
Joined: 25-Aug-2003 Posts: 470
From: Lecco, Italy | | |
|
| @Swoop, using td64patch the old version worked well on OS4, so I think that this version work also on OS4 |
|
Status: Offline |
|
|
nubechecorre
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 10:27:25
| | [ #7 ] |
|
|
|
Cult Member |
Joined: 21-Nov-2003 Posts: 895
From: San remo -Italy- | | |
|
| |
Status: Offline |
|
|
Hypex
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 11:40:47
| | [ #8 ] |
|
|
|
Elite Member |
Joined: 6-May-2007 Posts: 11329
From: Greensborough, Australia | | |
|
| @Swoop
Quote:
Is there any chance this should/would/can/will work on OS4? |
IIRC it needs libDeviceIO to support NSD64. A native build would be good. Really, the only difference is one bit in the command word. Makes me wonder why Ralph Schmidt thought it was a better way. Because it was a bit better? |
|
Status: Offline |
|
|
dangerman
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 12:50:41
| | [ #9 ] |
|
|
|
Regular Member |
Joined: 26-Jul-2005 Posts: 213
From: UK | | |
|
| I haven't tried the NTFS driver but I expect that this will work on OS4.
I regularly use the 68k ext2FileSystem to access my Linux partitions and it works really well. I needed to run TD64patch to get it to work on OS4.0 but OS4.1 seems to support the TD64 commands without needing to run that patch. It just works. |
|
Status: Offline |
|
|
NutsAboutAmiga
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 18:14:54
| | [ #10 ] |
|
|
|
Elite Member |
Joined: 9-Jun-2004 Posts: 12931
From: Norway | | |
|
| @dangerman
NTFS uses TD64. AmigaOS3.5/OS3.9/OS4.0/OS4.1 uses NSD64.
Her is the tricky part, if NTFS does not find TD64 it use old 32bit read and write, the result is some that looks like it works but corrupted partitions as soon as you write some to disk.
Device command support is individual for etch device. way NTFS does not support NSD64 is beyond me, my only guess MorphOS developer does not wont to support NSD64. Last edited by NutsAboutAmiga on 08-Feb-2009 at 06:32 PM.
_________________ http://lifeofliveforit.blogspot.no/ Facebook::LiveForIt Software for AmigaOS
|
|
Status: Offline |
|
|
Fab
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 18:15:24
| | [ #11 ] |
|
|
|
Super Member |
Joined: 17-Mar-2004 Posts: 1178
From: Unknown | | |
|
| @Hypex
and why should one adopt NSD anyway? Because some guys decided it was the standard for Hack&Patch OS3.5, when something working already existed way before? :)
I always find it funny how some guys refer to TD64 as 3rd party hack, when NSD surely has nothing more official. :)
Also see http://babel.de/download/64bit.tar.bz2 (from http://babel.de/amiga.html ) for more information about the "official" solution. :) Last edited by Fab on 08-Feb-2009 at 06:23 PM.
|
|
Status: Offline |
|
|
dangerman
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 18:30:04
| | [ #12 ] |
|
|
|
Regular Member |
Joined: 26-Jul-2005 Posts: 213
From: UK | | |
|
| @NutsAboutAmiga
Like I said, OS4.0 will support TD64 commands if you run TD64patch.
And it appears to me that OS4.1 supports both NSD and TD64 commands - atleast that's what I've found using sii0680ide.device. |
|
Status: Offline |
|
|
NutsAboutAmiga
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 18:31:07
| | [ #13 ] |
|
|
|
Elite Member |
Joined: 9-Jun-2004 Posts: 12931
From: Norway | | |
|
| |
Status: Offline |
|
|
Hans
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 19:15:49
| | [ #14 ] |
|
|
|
Elite Member |
Joined: 27-Dec-2003 Posts: 5098
From: New Zealand | | |
|
| @pvanni
I used the old one via td64patch. My complaint is that it requires you to manually enter the start and end cylinder locations on the hard-drive instead of getting that from the partition table. This is a disaster waiting to happen, since forgetting to change both the partition table and the file system can result in the filesystem writing to other partitions.
I don't know if NSD64 doesn't have this problem, but I'd like to see this problem fixed.
Congrats to the authors, BTW.
Hans _________________ Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner. https://keasigmadelta.com/ - see more of my work
|
|
Status: Offline |
|
|
Crumb
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 20:57:58
| | [ #15 ] |
|
|
|
Elite Member |
Joined: 12-Mar-2003 Posts: 2209
From: Zaragoza (Aragonian State) | | |
|
| @NutsAboutAmiga Quote:
There is no excuse to not support it, because TD64 and NSD64 uses the same techniques, the only difference is command enum definitions, he just being lazy not supporting it. |
I think the same about OS4, why doesn't it support TD64 when it could be dead easy to support both NSD64 and TD64?Last edited by Crumb on 08-Feb-2009 at 08:58 PM.
_________________ The only spanish amiga news web page/club: CUAZ
|
|
Status: Offline |
|
|
ssolie
| |
Re: NTFS filesystem driver Posted on 8-Feb-2009 21:25:57
| | [ #16 ] |
|
|
|
Elite Member |
Joined: 10-Mar-2003 Posts: 2755
From: Alberta, Canada | | |
|
| How about a native AmigaOS 4.x version? I'm sure you'd get a few donations if you bothered. _________________ ExecSG Team Lead
|
|
Status: Offline |
|
|
Leo
| |
Re: NTFS filesystem driver Posted on 9-Feb-2009 9:42:09
| | [ #17 ] |
|
|
|
Super Member |
Joined: 21-Aug-2003 Posts: 1597
From: Unknown | | |
|
| Quote:
Device command support is individual for etch device. way NTFS does not support NSD64 is beyond me, my only guess MorphOS developer does not wont to support NSD64.
|
What goes beyond me is why they couldn't agree on a way to do this... _________________ http://www.warpdesign.fr/
|
|
Status: Offline |
|
|
itix
| |
Re: NTFS filesystem driver Posted on 9-Feb-2009 10:01:03
| | [ #18 ] |
|
|
|
Elite Member |
Joined: 22-Dec-2004 Posts: 3398
From: Freedom world | | |
|
| |
Status: Offline |
|
|
NutsAboutAmiga
| |
Re: NTFS filesystem driver Posted on 9-Feb-2009 11:11:16
| | [ #19 ] |
|
|
|
Elite Member |
Joined: 9-Jun-2004 Posts: 12931
From: Norway | | |
|
| Fab
Quote:
Because some guys decided it was the standard for Hack&Patch OS3.5 |
NSD64 is almost identical to TD64, in fact is so easy to port from on to the other, its just a simple find and replace operation in your text editor, TD64 is a hack just like NSD64, that’s because io structure is not extended, look it up in header files if you will. _________________ http://lifeofliveforit.blogspot.no/ Facebook::LiveForIt Software for AmigaOS
|
|
Status: Offline |
|
|
NutsAboutAmiga
| |
Re: NTFS filesystem driver Posted on 9-Feb-2009 11:11:38
| | [ #20 ] |
|
|
|
Elite Member |
Joined: 9-Jun-2004 Posts: 12931
From: Norway | | |
|
| |
Status: Offline |
|
|