af50
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
what is the best filesystem?
I'm using ufs tests www.phoronix.com left better by using the zfs would somehow change the ufs to zfs without losing everything? |
|
#2
|
|||
|
|||
|
Some good points made here: http://forums.freebsd.org/showthread...hlight=zfs+ufs
I think it's basically: UFS: -30 years of development/production (that's huge) -low resource footprint -works very naturally with the various GEOM tools ZFS: -very dynamic configuration options (aka integrated volume/pool/file system management) -supports (virtually) infinite snapshots -data integrity I'd say (and risk angering the *nix demigods) that ZFS is good for file servers while UFS is good for desktop/workstation use. |
|
#3
|
||||
|
||||
|
Quote:
__________________
What was the goal of the Linux community--to replace Windows? One can imagine higher aspirations., Bill Joy |
|
#4
|
|||
|
|||
|
It really depends what you're doing. There's nothing wrong with mix and match. Using ZFS for your backup and UFS for most other things. The main thing I personally like about ZFS is the way that it can be employed to monitor for bit rot and with ZMIRROR or RAIDZ heal those problems as they come up.
But for portions of the filesystem which are just from the standard install, you may as well just use UFS if you like and something like tripwire to monitor for corruption/changes as it's typically easy enough to get those files back. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UFS vs ZFS | Qaz | General | 17 | March 1st, 2011 17:11 |
| ZFS vs UFS | Wolfram | General | 24 | December 11th, 2010 00:24 |
| Is it possible to mount ufs filesystem from linux with rw option? | cola | General | 6 | November 29th, 2010 01:13 |
| ufs to zfs? | ikbendeman | Installing & Upgrading | 2 | October 13th, 2010 09:44 |
| [Solved] UFS filesystem - missing '.' | ondra_knezour | General | 3 | May 15th, 2010 18:03 |