NTFS Support For OpenBSD 65
Dan writes "Julien Bordet has ported code from NetBSD to support NTFS4 and NTFS5 in OpenBSD-current. He has heavily tested read accesses to his Windows 2000 partition, and that has worked fine. Julien says that there is an existing port, but his port is new and adds NTFS5 support."
Re:ho hum... (Score:3, Funny)
Re:ho hum... (Score:1)
Re:ho hum... (Score:1)
I am definitely not one of those, but it doesn't take much imagination to think of someone who might want that.
NTFS support would help everyone. (Score:5, Insightful)
Re:NTFS support would help everyone. (Score:3, Interesting)
UFS, AFAIK, is supported by every-reasonably-popular-operating-system-on-the- p lanet, except Windows.
One good thing about our current point in time is that Windows users have to choose between the widely compatible FAT32, with it's maximum filesystem size
NTFS is hardly crap. (Score:3, Informative)
Few people really know what they're talking about when they discuss NTFS. Did you know it supports hard linking [microsoft.com]? Did you know it's got a change journal? Did you know it can encrypt and decrypt [microsoft.com] files on the fly for instant acces
Re:NTFS is hardly crap. (Score:1)
(please note that I'm not bashing NTFS, but it's not the panacea Microsoft would like you to think it is
Yep. (Score:2)
I agree, NTFS isn't by any stretch a panacea, but it is worthy of some praise - certainly as much as the current iterations of reiserfs and ext3.
Re:NTFS is hardly crap. (Score:5, Insightful)
All technically true, but that's the effect if you are so incredibly vague.
NTFS is slow... very slow when compared to other "modern" filesystems. It is a journaled fs, yet a chkdsk takes quite a long time.
Can't speak for those "few people", but I do know what I'm talking about.
Yes, it has a very nasty and clumsy method that allows it to create links.
Yes I did, but just about every filesystem on the planet is decent enough that encryption can be layered on-top of it without any problem.
Would you like to bet on that??? Up to about Windows 2000 SP2, I have booted up with a Linux disc, changed the Admin password, edited the registry, etc. Besides that, even if Microsoft had done their job adequately (which they haven't), the value of that feature is questionable. Also note that other OSes have better forms of that feature, that aren't problematic, and don't have the limitations.
The wording of most of your post sounds like it was pulled directly from a press release ("NTFS is a modern, mature, stable, fully journalled file system. It's got POSIX compliance, and it's got room built in for improvement."), and you say I'm biased? Give me a break. It sounds like you are in support of NTFS just BECAUSE it is a Microsoft product.
I call shenagins on you.
Re:NTFS is hardly crap. (Score:1)
You mix apple with orange, and journaling with fsck. A full fsck is slow on all filesystem. Moreover chkdsk (full fsck) was significantly improved on XP and Win2003.
The slowness of NTFS is because of the inefficient Windows implementation of the NTFS *driver*. Just look at how it allocates clusters if there are multiply write sessions. Insane. Regularly running the built-in
Re:NTFS is hardly crap. (Score:2)
Yes, an FSCK is slow on any filesystem... However, modern journaled filesystem don't require a fsck at all, unlike NTFS, which can often have minor filesystem corrpution if chkdsk isn't used... Which is why Windows automatically runs it everytime there has been sudden shutdown.
Hey, what's the point of journaling if you are just going to run chkdsk/fsck everytime, anyhow?
Re:NTFS is hardly crap. (Score:2, Interesting)
First good point. And apparently the only one.
I'm not forced because I don't use NTFS :P But I can't see what's the big deal running it once a day in the background automatically. People do it and they are happy with it. And others whining.
Re:NTFS is hardly crap. (Score:2)
Maybe you have set that way, but I know I haven't changed in default settings in that regard.
I can't stand you people that purposely lie and distort the truth in an attempt to bolster your argument.
Re:NTFS is hardly crap. (Score:2)
It certainly does run chkdsk after an "improper shutdown", and not in the background either.
I can't stand you people that purposely distort the truth in an attempt to troll on veb forums.
Re:NTFS is hardly crap. (Score:2)
Re:NTFS is hardly crap. (Score:2)
If it needs a chkdsk everytime the OS goes down, that leads me to to question whether it's proper to describe it as a journaling filesystem. At best, it sounds like it's the worst implementation of a journaling filesystem in the entire industry.
'nuff said.
Re:NTFS is hardly crap. (Score:1)
What main distro ships with many out of the box remotely-exploitable holes? Or increadibly broken email clients? A strong sys admin is need for your Windows boxes just as much, if not more so, than UNIX-ish boxes. Of the three servers running in my office the Windows box needs to be rebooted about once a month; I use the uptime of the OpenBSD boxes to measure when the last power outage was.
Re:NTFS is hardly crap. (Score:1)
The topic
Re:NTFS is hardly crap. (Score:2)
--Oh, be quiet. I bet there are more systems out there running reiserfs and ext3 than ntfs. I can say for a fact that you are spreading FUD about reiserfs - SuSE has it as their default filesystem, I use it everywhere myself, and have never had a problem with it.
Re:NTFS is hardly crap. (Score:2, Insightful)
Let's see, over 30% of OS's are XP. Most with NTFS. Forget now for W2k and older NT's that have also NTFS as default. That's about 200-300 million computers using minimum one NTFS.
There are couple of millions Linux user, lets say max 10 million that's an overestimate based on most reasonable survey
Re:NTFS is hardly crap. (Score:2)
--You SERIOUSLY underestimate the number of Linux users out there. And you have nothing to back up your claims. Go away, troll.
Re:NTFS is hardly crap. (Score:1)
FWIW, I follow the evolution of Mozilla's market share in Google Zeitgeist [google.com] and they also show a pie chart of the different operating systems used to access Google.
Re:NTFS is hardly crap. (Score:1)
No, I work in the computing industry so I follow the happenings even unvoluntarily. There are a bunch of sources of information, Microsoft press announced [microsoft.com] 67 million XP copies sold on 17 October 2002, after one year XP was released. I remember announcements on 90 millions some months ago, so today they should be around 100 million. These are the legal copies. BSA and other sources say 2-4 more times used with the i
Re:NTFS is hardly crap. (Score:2)
I never did, until just now. If anything, the Linux Counter graph would be an underestimate because the only people it shows are those who both a)knew about it, and b)cared enough to register.
Re:NTFS is hardly crap. (Score:1)
Re:NTFS is hardly crap. (Score:2)
hardly. (Score:3, Informative)
I bet most Linux servers still use ext2. FreeBSD uses UFS. Novell uses NWFS. AIX uses JFS and IRIX uses XFS. reiser and ext3 are still babies comparitively.
Re:NTFS is hardly crap. (Score:2)
Re:NTFS is hardly crap. (Score:1)
The same true for all main Linux/Unix filesystems. E.g. there are ext2 drivers for Windows.
However if you use the built in encryption feature of NTFS then you can't read the files. You can't do the same with the main Linux/Unix filesystems because none of them supports enc
Re:NTFS support would help everyone. (Score:1)
According to Microsoft, FAT32 drives can be up to ~8TB, however the provided formatting utility can only format up to 32GB (Microsoft Knowledge Base Article 184006 [microsoft.com]. I recall reading that the Win ME boot disk can format larger partitions (because I have about 40GB I want to format on here to be a p
grrr (Score:2)
Re:grrr (Score:1)
read only? (Score:3, Insightful)
I don't tihnk anyone can write to these damn things...
*shrug* basically, I don't see any reason to run a secure OS (openbsd) on the same machine as -blech- windows, so this has very little use (ie, moving a drive to another machine when the original machine can't read it, etc)
Re:read only? (Score:2)
WRITING
There is limited writing ability. Limitations: file must be nonresident
and must not contain any sparces (uninitialized areas); compressed files
are also not supported.
Re:read only? (Score:3, Insightful)
Then why don't you try reading the article? You'd learn much more that way.
Yes, it says there is limited write support, mainly without file creation or deletion support. Hey, it's better than nothing.
Personally, I would prefer not having NTFS support at all... It just encourages everyone to use Microsoft's filesystems.
Re:read only? (Score:2)
Do you really think so? How many people run Linux/*BSD on a FAT32 FS? On the other hand, how many people moved from Win9x to Linux/*BSD and kept their documents on a FAT32 partition while they were migrating so that they could move gradually?
People will use UFS instead of NTFS because it is a more logical choice (and because it's the default). People who run XP would be able to move
Re:read only? (Score:2)
You're looking at things from a very weird angle. Sure, nobody uses FAT filesystems for their main Unix filesystem, but they definately use them for any removable devices.
I would love to move my digital camera from Win9x to BSD, but since it only supports FAT, I'm out of luck there... I h
Re:read only? (Score:2)
What OS doesn't support FAT? I'm pretty sure even IOS on some routers and SRM on Alphas reads FAT floppies for firmware updates.
dosfsck (8) - check and repair MS-DOS file systems
I don't see a defrag util, but that's not a show stopper IMO.
The ONLY reason UFS isn
Re:read only? (Score:1)
I think the main reason is that writing a file system device driver for Windows is just so difficult. There are hundreds of potential applications for a file system driver besides the obvious. e.g. what about a Win32 equivalent of
If writing NT file system drivers was reasonably straightforward, there'd be a plethora of shareware examples knocking about, a
Re:read only? (Score:1)
Re:just use netbsd already (Score:1)
Re:just use netbsd already (Score:3, Insightful)
No. That may have been why OpenBSD was created (hey, we've all got egos, right?) but if that were the only reason it would not have existed for very long. OpenBSD concentrates totally on security, at the expense of adding flashy features, resulting in a very secure OS.
To 90% of us, this is
Re:just use netbsd already (Score:1)
Here's why people attempt to knock Theo down: They desperately wish that they were like him.
Theo speaks his mind. He's true to himself. He doesn't say what others want to hear; he says what should be said. In short, he's honest and he doesn't play politics and that tends to offend people. So b
NTFS. == FRUSTRAING AS HELL! (Score:2)
So it quite frustrating, but it is slowly coming along. And once it is out for linux...I'm sure it will be in the BSD kernel quickly...in fact some of the techniques for NTFS read support came
GREAT! Can we mount root on it? (Score:1)
It's depressing when the only computer in the house that needs a fsck on power failure is the OpenBSD one.
Don't need this for interoperability (Score:2)
But "real" systems are no dual boot systems. So you don't need it. Hardly find NTFS on floppies or CD-R or on tape. OK maybe for a hotswappable (scsi) harddisk it might have a use, but that is the only serious thing I can think of.
All other interoperability between filesystems goes via network filesystems, be it SMB, NFS, AFS