I'm moving /home on to a new HDD. But before I do, I'm thinking: why not have a play with ZFS while I've got a spare drive?
I like what I've seen so far! I have some questions though:
1. Is it really that easy?
Did
2. Can I always refer to my new drive by its label?
I.e., is
3. If I decided to use ZFS for this new /home HDD, could I take out the entire HDD and stick it in another FreeBSD system? What would it be seen as? Would the label be there? How would it know not to automatically try and mount it under /home in the new system?
Gah, so many questions. But I really like ZFS.
Cheers.
I like what I've seen so far! I have some questions though:
1. Is it really that easy?
Did
# zpool create newhome /dev/ad1
*really* just deal with both creating and automatically mounting this partition!? It seemed too easy, like it will disappear eventually. Where does ZFS store this info? How could I stop this from "mounting" at boot? (I guess that's a thinly veiled way of asking how ZFS and fstab get along)2. Can I always refer to my new drive by its label?
I.e., is
# zpool create ...
kinda that same as giving it a label with glabel?3. If I decided to use ZFS for this new /home HDD, could I take out the entire HDD and stick it in another FreeBSD system? What would it be seen as? Would the label be there? How would it know not to automatically try and mount it under /home in the new system?
Gah, so many questions. But I really like ZFS.
Cheers.