Stridder44 said:Apple's changing their file system with 10.5?
i think that would be too late, no? maybe for x.6. but not for x.5.
Stridder44 said:Apple's changing their file system with 10.5?
My read of the Wikipedia article was that only the metadata is endian agnostic-- the files themselves are "just an array of bytes" that the application needs to sort out.Doctor Q said:One of ZFS's features is "adaptive endian-ness", meaning that you can use a disk with a ZFS filesystem on either a big-endian or little-endian platform and it's portable back and forth.
With its variable-size adaptive block sizes and constant-time directory operations, it promises great performance too.
Marx55 said:Sounds great but the real killer would be Solaris --the BEST OS on Earth-- with Aqua --the BEST interface on Earth-- to replace the current Mac OS X (much as Mac OS X replaced Mac OS 9).
Apple, go for it!
Marx55 said:Sounds great but the real killer would be Solaris --the BEST OS on Earth-- with Aqua --the BEST interface on Earth-- to replace the current Mac OS X (much as Mac OS X replaced Mac OS 9).
Apple, go for it!
mackeeper said:Ummm....in English please?
Who cares about this stuff. The average consumer sure doesn't. Just show us the merchandise!
Marx55 said:Sounds great but the real killer would be Solaris --the BEST OS on Earth-- with Aqua --the BEST interface on Earth-- to replace the current Mac OS X (much as Mac OS X replaced Mac OS 9).
Apple, go for it!
mackeeper said:Ummm....in English please?
Who cares about this stuff. The average consumer sure doesn't. Just show us the merchandise!
Marx55 said:Sounds great but the real killer would be Solaris --the BEST OS on Earth-- with Aqua --the BEST interface on Earth-- to replace the current Mac OS X (much as Mac OS X replaced Mac OS 9).
Apple, go for it!
bousozoku said:I'm still surprised that UFS2 or a virtual file system (VFS) hasn't been implemented on Mac OS X.
A VFS would hide the details of what kind of file system is hosting a file and just allow access to it. Think of the way that Open Transport hid the various communication protocols from the programmer and user.
Of course, using a VFS would help Apple into the enterprise with its servers but Apple seems to be in limbo once again concerning the enterprise.
Well, MacDrive is more than your typical Windows application--a lot more. It just looks like an application from the user perspective. File system support can be adjusted after installation without breaking things if you're adding and not replacing.thejadedmonkey said:Isn't OS X modular or something, so wouldn't adding support for another file system be relativly simple? Yes, you'd need some major QC, but if Windows can read and write to HFS+ just by installing a program, doesn't that mean it's not hard to make an OS be able to read a file system? Why couldn't we see ZFS in 10.5?
You're joking, right? Please tell me you're joking.(L) said:How is an operating system not even marketed in front of me anywhere at all going to be the best? It can be good, but the Mac is the best for me just because I've seen that and Windows, and not much more. At least Apple's Mac OS is getting some increasing coverage and public attention...
Stridder44 said:Thats a 16 billion billion better chance of a BSOD
It doesn't necessarily matter. Case sensitivity can still be ignored by the OS if desired, unless ZFS has reinvented the wheel there...case sensitivity is something that has to be incorporated in order for the option to exist, but doesn't necessarily have to be used.neilw said:One thing I noted from the Wikipedia page was that ZFS is case-sensitive. Would Apple switch to a case-sensitive filing system at this juncture? Would people care?
The file system normally has APIs to do file lookups - if that API doesn't have a "case-insensitive" option, it can be much slower to find a particular file (you might have to write code to get all of the file names, and do a case-blind compare to see if it is the one you want).matticus008 said:If there is no case sensitivity at the filesystem level, you don't have the option to be case-sensitive. But after including the option, you can still go either way. Does that make sense?
mackeeper said:Ummm....in English please?
Who cares about this stuff. The average consumer sure doesn't. Just show us the merchandise!
My thoughts too. Perhaps this is aimed primarily at virtualization/sharing with Solaris in 10.5 on Intel Macs or is meant only for OS X Server?!?nagromme said:PS, although ZFS sounds great, could this be just Apple supporting more filesystems for servers and sharing, rather than Apple intending to make it the OS X default?
matticus008 said:I'm not sure if I'm saying this well. If there is no case sensitivity at the filesystem level, you don't have the option to be case-sensitive. But after including the option, you can still go either way. Does that make sense?