24637
![]() |
|
|
|
|
|||||||
| Storage Place to ask questions about partitioning, labelling, filesystems, encryption or anything else related to storage area. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
hi guys,
which one is better ? which one is faster and more stable ? is there any link that have comparisons for these file systems ? |
|
#2
|
||||
|
||||
|
It depends what the application is.
UFS has some features which were tacked on after the fact, like ACLs and journaling. I'd bet that NTFS and ZFS are the best of your list, but I can't prove it. |
|
#3
|
||||
|
||||
|
It is very difficult to compare these side by side since they cannot all be used on one OS.
|
|
#4
|
||||
|
||||
|
Use the right tool for the right job ==> Use the right fs for right job.
|
|
#5
|
||||
|
||||
|
if i want use FreeBSD for Load balancing which one is good ?
if i want use FreeBSD for Desktop and do some programming which FS is good for this ? |
|
#6
|
|||
|
|||
|
If you want a desktop, you can safely go with any of these, UFS for example, no problems in 4 years of daily usage
|
|
#7
|
||||
|
||||
|
i'm using zfs on fbsd-7.1-stable, great fs, you just need to talk to it, and is so simple, i love it..zfs is future, i'm so glad i can use it..thanks freebsd
)
|
|
#8
|
||||
|
||||
|
but i heard there's UFS2, is it correct ? is zfs fully implemented for FreeBSD ?
__________________
www.alielee.com FreeBSD FreeBSD 9.1-PRERELEASE #0 r243320 /usr/obj/usr/src/sys/EZYCLIE amd64 |
|
#10
|
|||
|
|||
|
I've been working for some time now with ZFS on OpenSolaris and I'm quite impressed by its performance and ease of use.
It's also excellent for making a cheap mirrored file server at home. On the other hand for a daily user like me UFS performs fine. |
| The Following User Says Thank You to Graaf_van_Vlaanderen For This Useful Post: | ||
alie (February 22nd, 2009) | ||
|
#11
|
|||
|
|||
|
|
| The Following User Says Thank You to RafaelAdorman For This Useful Post: | ||
Maredelamer (November 17th, 2011) | ||
|
#12
|
||||
|
||||
|
This topic ended 2,5 years ago ..
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#13
|
|||
|
|||
|
You're right, but I think it ended without a clear answer. You know what, basically the question is so fundamental that it will never be outdated. Today, the discussion about ZFS and other filesystems is very heated; this is because of the new generation of SSDs.
Last edited by DutchDaemon; November 12th, 2011 at 04:10. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#14
|
|||
|
|||
|
You have to understand that there is no answer to this question. Is it better <yourdistro>Linux, FreeBSD, NetBSD, OpenBSD, OpenSolaris, OpenIndiana, Nexenta, Solaris, Darwin, .... ? It is the same question. There is no one-size-fits-all. At least this is my opinion.
Now, if you are using a pure FreeBSD environment, UFS2 or ZFS are the choice. The latter is really promising and is a good choice if you need it and have enough ram. The former is rock solid and combined with GEOM gives you a lot of power and control. If you need to exchange data with other system, than a filesystem that is enough supported on both ends is the right choice (of course, if you cannot export a native filesystem with a networking one - CIFS or NFS mainly). You have to consider what are your needs first, then what are your resources, and then you can choose the best filesystem. I use UFS2 and ZFS day by day and I'm happy with both. I have also machines with ext3/ext4 and some USB media with ext2 and I'm happy also with those. My favourite remains ZFS, and I use whenever it is possible. NTFS is a forced choice for those media that are mounted also from Windows machine, but I don't consider it for anything else due to the license. By the way, someone with much more experience than me can give you better hints. Last edited by DutchDaemon; November 12th, 2011 at 04:10. |
|
#15
|
|||
|
|||
|
Hi Fluca1978
You're relatively right but we are comparing file system with file system. Of course we can.For instance Hammer is DragonflyBSD native file system.Hammer is very powerfull at infinite NFS-exportable snapshots, master-multislave operation, configurable history retention, fsckless-mount, and checksums to deal with data corruption.Also ZFS has same mechanism for data corruption that can be compaired and explaining all of it is beyond of this forum scope. Every file system's have limitation's that must be consider.For example IOPS performance of a ZFS storage pool can suffer if the ZFS raid is not appropriately configured and this is not good for SSD fan's.A non-geek user doesn't care this feature's but everybody care about read/write speed and other visible factor's. There is a very solid benchmark that may be useful: http://www.phoronix.com/scan.php?pag...y_hammer&num=2 |
|
#16
|
|||
|
|||
|
Quote:
Moreover, please consider that almost every filesystem of this thread subject has been deployed in server environment. Despite the final result, this means at least that the filesystem is performing not so badly, and therefore the right choice should depend on the environment itself. What are your purposes? What is your license? How are you going to exchange data? Which hardware are you using? Is it very difficult to choose the right file system without having an application scenario. That is my idea. Besides this, if you are running FreeBSD, go for both ZFS and UFS. |
|
#17
|
||||
|
||||
|
I think Hammer is a very interesting file system. It's a pity it doesn't have a volume manager.
The great advantage with Hammer is that it can rewrite data blocks. And that should in theory give a massive speedup using deduplication. |
| The Following User Says Thank You to olav For This Useful Post: | ||
RafaelAdorman (November 16th, 2011) | ||
|
#18
|
||||
|
||||
|
Quote:
/Sebulon |
|
#19
|
|||
|
|||
|
Quote:
http://en.wikipedia.org/wiki/ZFS If wiki is wrong?
__________________
-ra |
|
#20
|
|||
|
|||
|
Quote:
thanks Andy. |
|
#21
|
|||
|
|||
|
Quote:
Sebulon wrote something strange and based on something else(i think). So i sent wiki's link as a proof.It's no brainer. Beside if wiki support's what sebulon said then support's what i said. So the question is: Which statement of wiki's link can prove your claim ?
__________________
-ra |
|
#22
|
|||
|
|||
|
Quote:
Quote:
The point is ZFS isn't just a file system, its a RAID system, volume manager and file system rolled into one. A file system that doesn't provide RAID has the same issues (performance depends on RAID configuration) when installed on top of a hardware or software RAID. So, you can't put as a negative of Hammer or UFS, that the RAID has to be correctly configured, because Hammer and UFS don't provide RAID. In reality if you want to compare like with like then you must compare ZFS vs Hammer on top of some RAID system. thanks Andy. |
|
#23
|
|||
|
|||
|
No you can't compare ZFS vs Hammer on top of some raid system but you can compare same mechanism in both.Because ZFS has some capabilities that doesn't exist in Hammer and vice versa.
Technically;same category but not same philosophy. For example you can compare "Backups and history" mechanism on both. |
|
#24
|
|||
|
|||
|
Well yes, yes you can compare them.
Anyway, I was trying to respond to your question, but as I suspected I don't seem to have understood it. If you can put it more clearly maybe I can answer it, but you are jumping around alot and not being specific in what you write in your posts... My main point was that the wiki and Sebulon are in agreement, and I see no contradictory info in the wiki article... thanks Andy. |
|
#25
|
|||
|
|||
|
Quote:
My post's are same but from different perspectives. I know this is hard to accept but remember this is not about me and you.this is a concept and if you think you're true go ahead and modify wiki. 12 thanks in less than 11 minutes(every minute one hit) !!! As i said billion times:"when you want to compare filesystem's you have to compare same mechanism's and same solutions and implementations for one problem"
__________________
-ra |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NTFS file system | Ang31 | Installing & Upgrading | 10 | February 8th, 2009 16:13 |
| Undelete for UFS | Fuzzball | General | 8 | December 13th, 2008 12:51 |
| Mounting SATA drive (NTFS) | mesee | General | 9 | December 13th, 2008 07:59 |
| How to mount msdos and ext3? | zeiz | General | 9 | November 26th, 2008 00:17 |
| Sound stops when I mount NTFS partition. | heliar | Multimedia | 2 | November 24th, 2008 16:13 |