Hi
I am using FreeBSD with UFS. However, for the last week or so, I am learning and working on ZFS (in Virtual Machine). I must say that I am impressed by its features (especially Snapshots, Properties etc.). After going through ZFS Chapter in FreeBSD Handbook, a lot of my confusion regarding ZFS are cleared. Now, I know about Pools, Datasets and their Properties. However, there is one thing that I did not find in the Handbook. Let me explain it:
In my UFS installation, I created following layout for my partitions:
However, I did not find similar concept in ZFS documentation. According to the help provided in the documentation, ZFS takes over entire Drive and creates Datasets. So, it raises a question that in the presence of ZFS, if I need to reinstall the base system, then how can I prevent my data from deletion?
PS: I have backup
I am using FreeBSD with UFS. However, for the last week or so, I am learning and working on ZFS (in Virtual Machine). I must say that I am impressed by its features (especially Snapshots, Properties etc.). After going through ZFS Chapter in FreeBSD Handbook, a lot of my confusion regarding ZFS are cleared. Now, I know about Pools, Datasets and their Properties. However, there is one thing that I did not find in the Handbook. Let me explain it:
In my UFS installation, I created following layout for my partitions:
In this layout, I have placed my "/home" drive on separate partition. So, that if any unexpected event happens, and I have reinstall the base system, then most probably it will not affect my /home partition.ada0p1 freebsd-boot 512KB
ada0p2 freebsd-swap 2GB
ada0p3 freebsd-ufs 100GB /
ada0p4 freebsd-ufs 600GB /home
However, I did not find similar concept in ZFS documentation. According to the help provided in the documentation, ZFS takes over entire Drive and creates Datasets. So, it raises a question that in the presence of ZFS, if I need to reinstall the base system, then how can I prevent my data from deletion?
PS: I have backup
