Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re: What To Expect With Windows 9 (Score 1) 545

I wouldn't get too cocky... In the "Linux" world you can indeed run zfs, but you have to roll your own since it uses an incompatible license - it came out of Sun and was released with a non-GPL compatible license. btrfs has many of these features, but it has only recently become "production" quality - and even then, not all of the features are stable. MS was slightly ahead of Linux in the filesystem department.

Comment Re:The real test? (Score 1) 545

I ran 8 for a year and put up with all of the usability crap, but they lost me when my hard drive died and I found out how crappy the built-in backup software is. The damn thing doesn't save a disk image, nor have a similar way to recover from a completely dead disk. If I have to reinstall from scratch, it sure as hell wasn't going to be 8 again. So now I'm back to 7 and its sane backup program.

Comment Re: What To Expect With Windows 9 (Score 3, Interesting) 545

Microsoft has every other consumer OS hits going back to Windows 97

I think this probably indicates that they bite off too much in each release. It's actually a common problem when companies try to abandon an incremental development cycle and get a little ambitious.

barely supports metadata, much less user metadata

NTFS supports arbitrary metadata "streams", analogous to xattrs on unix. Windows and applications simply don't make use of them very much.

Also, Microsoft did introduce a new filesystem: ReFS. It is sort-of analogous to zfs or btrfs, but not very well supported in Windows 8 at the moment and not as feature-complete. Still, they seem to be ahead of Apple which is still using HFS.

Comment Re:Offsite. (Score 2) 268

You have me wondering if using zfs wouldn't be a good option here. You could put the pair of drives in a single enclosure and make them into a pool. Then every quarter or so bring your drives home, update the data, and do a scrub. Thus you get the parity for "free". If your primary backup is also zfs, you can even do a zfs send and get incremental backups for "free" as well.

Of course, now the "all you can eat" online backup services are starting to approach the cost of a safety deposit box :)

Comment Re:Offsite. (Score 1) 268

Because video isn't data in motion (most of the time), you can just get a safe deposit box and keep a drive there

I agree. However, the nice thing about keeping the data live is that it will benefit from any upgrades you do over the years... what seems like a lot of storage today will be trivial in the future. And you can piggyback on your video storage backup for all of your backup needs. But yeah, the simplest thing to do is copy to a pair of drives and put them in a safe deposit box. From past experience, I would probably add a drive full of parity data as well :)

Comment Re:Offsite. (Score 2) 268

I looked into BTSync and - at least as of a few months ago - it really had trouble with mixed computer OS environments. It would probably be fine for simple video files, but it did not handle all the Mac metadata on Windows, Windows metadata on Linux, etc. There are workarounds, but nothing I felt like dealing with.

Comment Re:Offsite. (Score 4, Informative) 268

Definitely this. If you have a buddy or relative willing to have a little NAS box running on their network, you can do something like Crashplan and get offsite backup for "free". I happen to use Crashplan, but rsync would work just fine. Both let you "seed" the initial backup so that you aren't waiting for months to do the initial backup.

Slashdot Top Deals

Were there fewer fools, knaves would starve. - Anonymous

Working...