What kind of licensing issue can't be solved by the application of money? It's not like Apple is wanting for money and a suite of filesystem engineers are darn expensive.They couldn't do it due to licensing issues.
What kind of licensing issue can't be solved by the application of money? It's not like Apple is wanting for money and a suite of filesystem engineers are darn expensive.They couldn't do it due to licensing issues.
I've been running case-sensitive for years. The first couple of versions of OSX didn't work right with a case-sensitive root filesystem but it works fine now.It is possible to turn on the case-sensitive mode for HFS+.. but then apps start to crash and system becomes unstable. Apple doesn't recommend or support this officially.
Only when the other person is running a case-insensitive file system or is just a lazy bum.End users might experience problems with case sensitive file systems:
It is possible to turn on the case-sensitive mode for HFS+.. but then apps start to crash and system becomes unstable. Apple doesn't recommend or support this officially.
What kind of licensing issue can't be solved by the application of money? It's not like Apple is wanting for money and a suite of filesystem engineers are darn expensive.
Google is not hurting for cash either and yet they chose to reimplement Java for Android rather than license it from Sun. Maybe Sun just has ****** licensing terms.What kind of licensing issue can't be solved by the application of money? It's not like Apple is wanting for money and a suite of filesystem engineers are darn expensive.
It would be better if they just used ZFS rather than making appleZFS![]()
Siri is a useful addition. As for Gatekeeper, it sounds like you'll still be able to run unsigned apps, but won't be able to disable the prompts.
For all of you who are interested in ZFS, Apple and filesystems, this blog post might be of interest (its from a person who was involved personally):
http://dtrace.org/blogs/ahl/2016/06/15/apple_and_zfs/
He is also preparing a writeup on APFS from what I know.
It will prompt when you install it, not every time you run it.I have no desire to speak to my Mac. I can't think of anything I could do faster with speaking compared to using keyboard and mouse.
As for the Gatekeeper I hope Apple allows using unsigned software without prompting using every time...
Interesting information. I'm looking forward for his comments on APFS.![]()
Obviously all this information is subject to change, hopefully Apple doesn't try to lock down Mac like they do in iOS...
Well, people have been stressing over about Apple locking down Mac since at least LionFour years later, Macs are not any closer to being locked down. And if some corner-case functionality is indeed locked down (e.g. Rootless), Apple provides you with the tools to unlock it.
This is not true. You may still have the ability today but Apple is clearly taking steps to lock it down. They will keep making it harder and harder to run unsigned (unapproved) apps until they get push back. As long as people continue with the "well I can still do it at the moment" attitude Apple will keep pushing until its gone. If you take it away all at once they will get push back. Do it very slowly over several releases and you will have less resistance.
End users might experience problems with case sensitive file systems:
Sue: "Bob, are the travel arrangements done for my London trip?"
Bob: "Yup, I'll copy London.doc into your drop box."
Sue scans icons, and double clicks london.doc.
Sue: "Hey, these are last year's plans!"
Case sensitive file system: Adobe Products do not install. Or has this ever been fixed by Adobe?
I think App,e dislikes the GPL since 3.0. There was something that put Steve off!
Sun doesn't exist anymore. Oracle now owns Java and from what I've seen so far, their terms are a bit on the ridiculous side.Google is not hurting for cash either and yet they chose to reimplement Java for Android rather than license it from Sun. Maybe Sun just has ****** licensing terms.
IF i'm understanding this correctly..this is like hard drive in iCloud...if that's the case...they might lower physical drive availability for future hardwares?
It still existed when Google tried to license Java (2007) and when Apple tried to license ZFS (2009).Sun doesn't exist anymore. Oracle now owns Java and from what I've seen so far, their terms are a bit on the ridiculous side.
That was actually kind of my point; Core Storage operates below the file-system, so anything that can be implemented in a file-system agnostic way should really be in Core Storage. That includes encryption, as we have now, plus compression, possibly snapshots (it's a little more awkward at Core Storage's level, but not impossible to do it), and really Apple should have rolled RAID capabilities into Core Storage by now. Plus they could do ZFS style data-integrity (block checksums) since you don't need to know what the data is to check that it is unchanged and/or self-heal it, still no sign of this though unfortunately.Core Storage can still compress/decompress before the low level encryption. It makes perfect sense to apply the encryption at the lowest level. I think you are decomposing this backwards thinking the compression is what shouldn't be done by the file system, which it isn't.