|
| ||||||||||
| Tags: ext2, file system, ibm, journaling, jsf, kernel, linux, xfs |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What is a Journaling file system in Linux?
So thought to post here and get some help from you members. Please tell me what is a Journaling file system in Linux? I am expecting some quick response from your side. |
|
#2
| |||
| |||
| Re: What is a Journaling file system in Linux?
Journaling file system can be defined as a system that serves to give more security to the integrity of data and metadata, contained in our computers. It is recommended for high availability systems. And if the "new" feature they have is that of "transactions" that cause the system to recover "normal" for example, to unexpected falls. |
|
#3
| |||
| |||
| Re: What is a Journaling file system in Linux?
Well, for instance when our computer goes bad before, the files could be "corrupt", but now with these "new" systems, if not 100% sure, but this does not happen because when bad off our pc, the transactions were not completed disc were recorded earlier in the "journal", and restart the machine they are made, therefore the file system is "synchronized" back without losing data. In other file systems, if this happens, you could lose lots of data. |
|
#4
| |||
| |||
| Re: What is a Journaling file system in Linux?
Journaling is the ownership of these file systems, to recall the partial operations that make an upgrade. Ext2 is, or if it was not the standard file system for Linux, was created by Wayne Davidson, it is clear that not a Journaling file system. Linux now, besides this file system, has several more, the "transaction", for example, SGI's XFS, IBM's JSF, ReiserFS of Namesys, and the "alleged EXT3" developed by one of the developers of the former EXT2 . According to tests, ReiserFS is fast with files "fairly small", while XFS is very fast with files "relatively large", the larger the files are handled with XFS, the better. At first it was said that only ran XFS files up to 2 GB, but this is a lie. |
|
#5
| ||||
| ||||
| Re: What is a Journaling file system in Linux?
|
|
#6
| ||||
| ||||
| Re: What is a Journaling file system in Linux? Quote:
I think that this is enough for your assignment.. ![]() |
|
#7
| |||
| |||
| Re: What is a Journaling file system in Linux?
The worst thing about this system is that it does not own any property, as is the rest of the transactional file systems have, to "improve the speed of data manipulation, and archiving. To convert an ext2 to an ext3, it's easy, just be done with: "Tune2fs-j / dev / partition_device"After creating the partition ext3, ext2 from the latter can again be mounted as ext2 again if when you unmount the ext3, does it the right way. |
|
#8
| ||||
| ||||
| Re: What is a Journaling file system in Linux?
I can only say that XFS and ReiserFS are very good. The only conclusion I can give is: if you manage / use small file size, just use ReiserFS, which according to many tests is the best behaved with them. But if you use / handle large files is recommended to use XFS because it is the journaling file system that behaves best with them, and as I mentioned earlier, the greater are the files, XFS behaves better. I personally recommend that you use either file system "transactional" try them on your own. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is a Journaling file system in Linux?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| which one is the best file system for linux? | Schulz | Operating Systems | 5 | 07-05-2011 07:46 AM |
| Best Linux File System of All | Pakhi | Software Development | 8 | 28-02-2011 07:41 PM |
| Mounting file system in Linux | Garlands | Operating Systems | 5 | 15-02-2010 09:43 PM |
| What are the types of file system on Linux | xanix | Operating Systems | 3 | 09-11-2009 09:42 PM |
| File system for Linux | shivinder | Operating Systems | 4 | 08-11-2008 12:14 PM |