Yes it would be great. Every other UNIX system works like this already. So can the mac if you want to take the time to set it up.
Actually you are mixing up "copy on write" with snapshotting capabilities (however the former does help with the later). The COW aspect is talking about how file blocks are managed when they are changed including "file" blocks related to the file system itself. As a result the data on disk is always coherent which avoids the need for journaling and fsck.
So can Windows - RAID has very little to do with the OS.
No COW is a more fundamental feature and snapshotting can be (often is) implemented without such a behavior.I'd say COW is the enabling technology that makes snapshotting passable. So yeas while it is the snapshots and time machine that the user see COW is what makes it passable.
So can Windows - RAID has very little to do with the OS.
I have yet to meet someone with a zetta of hd space
Don't forget that ZFS was developed by Sun primarily as a next-generation filesystem for Solaris, their server OS. Some of its capabilities will not be useful to the average consumer; but that doesn't make it a negative. It's not like you HAVE to use multiple volumes.
Doesn't Time Machine ask to configure a hard drive once it's attached? Would likely be ZFS, no?
Almost every feature of ZFS i read here is practically a copy of the TimeMachine presentation, i hope we get it soon.
Oh I know. I've known what ZFS is for a long time now. But all I'm saying is that the concept of pools could be confusing for the average consumer.
I'm not saying in any way that ZFS and it's capabilities suck and that you HAVE to use it. ZFS is awesome.
The main problem for consumers IMHO is that when they start mixing their internal drives with their external USB and FireWire drives. One day they unplug their drive and boom there goes the filesystem.
Oh I know. I've known what ZFS is for a long time now. But all I'm saying is that the concept of pools could be confusing for the average consumer.
I'm not saying in any way that ZFS and it's capabilities suck and that you HAVE to use it. ZFS is awesome.
The main problem for consumers IMHO is that when they start mixing their internal drives with their external USB and FireWire drives. One day they unplug their drive and boom there goes the filesystem.
All I'm saying is that ZFS needs some clear explenation. The OS should warn you if you use it and explain how it works since the concept of pools is quite different from the current filesystem concepts.
But I'm all for ZFS, let me make that clear.![]()
More accurately, every feature of Time Machine is (at least in the WWDC preview on HFS+) a hacky, not-as-cool/efficient attempt at implementing a small subset of end-user-visible functions that might SEEM like ZFS, but really aren't.![]()
This sounds very interesting, always good to be able to use the latest new tech.
From the Wikipedia article: "Populating 128-bit file systems would exceed the quantum limits of earth-based storage. You couldn't fill a 128-bit storage pool without boiling the oceans."
I wonder how long until we hit that limit![]()
Umm I wonder if there is that much storage on Earth.![]()
You can do that now. It uses LVM, you can sync partitions without reboot, just use partprobe, pvcreate to make the partitions to volumes, suck them all together with vgcreate and use lvextend to make them bigger, hfsonline to make it. You can grow a drive to whatever you want.You have 1 hard drive right? You are running out of space. You go buy another drive. You want to add it to the system but now you have to decide whether you want that drive to just handle storage of files, and if so which files? Well, how about this instead? You can add the drive as a pool. It then "magically" appears as if your original drive is now x gigabytes larger than it is since it is using two drives as a pool. Convenient no?
Please note that as of this time, developer builds of Time Machine are using HFS+ formatted disks, and ZFS is not used. While ZFS would certainly much-enhance Time Machine, this capability has yet to appear in the application.
Heh... While the compression algorithm may be good, you are talking about a factor of 10x + there, which means that you are going to see a noticable decrease in performance. Perhaps useful for archiving data, but not much else...
Vista has officially been dwarfed.
am i getting this wrong, or could I format my 100GB HD to ZFS and have it store as much data as a 1TB+ HFS drive? If so, then wow. Simply wow.