Why is Windows (desktop versions) frowned upon as a home NAS/server OS?
RealTicket1730 @ RealTicket1730 @alien.top BOT Posts 0Comments 2Joined 2 yr. ago
RealTicket1730 @ RealTicket1730 @alien.top
BOT
Posts
0
Comments
2
Joined
2 yr. ago
Copy on Write or COW comes to mind right away.
The COW mode of operation brings some significant advantages. Since old data is not overwritten, recovery from crashes and power failures should be more straightforward; if a transaction has not completed, the previous state of the data (and metadata) will be where it always was. So, among other things, a COW filesystem does not need to implement a separate journal to provide crash resistance.
Just found this, looks like some good info...https://arstechnica.com/information-technology/2020/05/zfs-101-understanding-zfs-storage-and-performance/3/