Datamation content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.
ZFS, the space-age filesystem developed by Sun, is now available for Mac OS X Leopard. You can get the binaries and source code from ZFS on OS X. Be warned that this is a beta version — fun for testing and learning but not ready for mission-critical systems.
ZFS, all by itself, replaces the herd of separate filesystem management tools we’ve come to rely on: fsck, dump, restore, mkfs, tunefs, volume managers like EVM and LVM, raidtools, mdadm, rysnc, quota, fdisk, and all the rest. Mac OS X uses HFS+, which is a perfectly good journaling filesystem. However, it’s not in the same class as ZFS. This is not meant as a criticism, as very few filesystems are.
You can’t have your root filesystem using ZFS, but if you have a large enough hard disk you can test all of its features, including pools and simple RAID setups. Don’t do anything to the partition containing your root filesystem, and remember that every partition ZFS touches will be overwritten.
diskutil list displays your existing partitions. Creating a ZFS-formatted storage pool with two disk partitions is done like this:
# zpool create newpool /device1 /device2
|
zpool list shows your new storage pool. You could stop there, create a mountpoint and mount it, start putting data on it, and see what happens. zpool destroy newpool gets rid of it. Want to create a mirror? Try this:
# # zpool create newmirror mirror /device1 /device2
|
There is a whole lot more you can do, and there are issues specific to Mac OS X, which you can read about at ZFS on OS X. Two helpful articles about ZFS are ZFS: Should You? and
ZFS Adds Exciting Twist to Mundane World .
This article was first published on ServerWatch.com.
RELATED NEWS AND ANALYSIS
-
Ethics and Artificial Intelligence: Driving Greater Equality
FEATURE | By James Maguire,
December 16, 2020
-
AI vs. Machine Learning vs. Deep Learning
FEATURE | By Cynthia Harvey,
December 11, 2020
-
Huawei’s AI Update: Things Are Moving Faster Than We Think
FEATURE | By Rob Enderle,
December 04, 2020
-
Keeping Machine Learning Algorithms Honest in the ‘Ethics-First’ Era
ARTIFICIAL INTELLIGENCE | By Guest Author,
November 18, 2020
-
Key Trends in Chatbots and RPA
FEATURE | By Guest Author,
November 10, 2020
-
Top 10 AIOps Companies
FEATURE | By Samuel Greengard,
November 05, 2020
-
What is Text Analysis?
ARTIFICIAL INTELLIGENCE | By Guest Author,
November 02, 2020
-
How Intel’s Work With Autonomous Cars Could Redefine General Purpose AI
ARTIFICIAL INTELLIGENCE | By Rob Enderle,
October 29, 2020
-
Dell Technologies World: Weaving Together Human And Machine Interaction For AI And Robotics
ARTIFICIAL INTELLIGENCE | By Rob Enderle,
October 23, 2020
-
The Super Moderator, or How IBM Project Debater Could Save Social Media
FEATURE | By Rob Enderle,
October 16, 2020
-
Top 10 Chatbot Platforms
FEATURE | By Cynthia Harvey,
October 07, 2020
-
Finding a Career Path in AI
ARTIFICIAL INTELLIGENCE | By Guest Author,
October 05, 2020
-
CIOs Discuss the Promise of AI and Data Science
FEATURE | By Guest Author,
September 25, 2020
-
Microsoft Is Building An AI Product That Could Predict The Future
FEATURE | By Rob Enderle,
September 25, 2020
-
Top 10 Machine Learning Companies 2021
FEATURE | By Cynthia Harvey,
September 22, 2020
-
NVIDIA and ARM: Massively Changing The AI Landscape
ARTIFICIAL INTELLIGENCE | By Rob Enderle,
September 18, 2020
-
Continuous Intelligence: Expert Discussion [Video and Podcast]
ARTIFICIAL INTELLIGENCE | By James Maguire,
September 14, 2020
-
Artificial Intelligence: Governance and Ethics [Video]
ARTIFICIAL INTELLIGENCE | By James Maguire,
September 13, 2020
-
IBM Watson At The US Open: Showcasing The Power Of A Mature Enterprise-Class AI
FEATURE | By Rob Enderle,
September 11, 2020
-
Artificial Intelligence: Perception vs. Reality
FEATURE | By James Maguire,
September 09, 2020