Forgot your password?

[an error occurred while processing this directive]

Slashdot Log In

Log In

[ Create a new account ]

SGI open-sourcing XFS

Posted by Hemos on Thu May 20, 1999 01:42 AM
from the it's-sorta-tomorrow dept.
Yun Ye writes "Finally, a journaling FS for Linux! Get the full story . Excellent-we'll have to ask the SGI people about it tomorrow. And who came up with the name change. Whatever the case, this will help Linux continue to crack the high-end market.
[an error occurred while processing this directive]
This discussion has been archived. No new comments can be posted.
SGI open-sourcing XFS | Log In/Create an Account | Top | 179 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Re:SFS - Port to Linux ? by jmalicki (Score:1) Thursday May 20 1999, @04:40AM
  • Re:Splendid! by IntlHarvester (Score:2) Thursday May 20 1999, @04:23AM
  • Re:ACL support by edgezone (Score:1) Thursday May 20 1999, @04:42AM
  • Re:I knew it! but no so fast! by Chexum (Score:1) Thursday May 20 1999, @12:39AM
  • Re:the three major weaknesses of linux? by The Dodger (Score:1) Wednesday May 19 1999, @11:15PM
  • Re:SGI IRIX has 4 of your weeknesses by cjs (Score:1) Thursday May 20 1999, @06:02AM
  • GPL ? by Anonymous Coward (Score:1) Wednesday May 19 1999, @09:42PM
  • I did by ^BR (Score:1) Thursday May 20 1999, @01:20AM
  • Re:GPL ? by viralbus (Score:1) Wednesday May 19 1999, @09:45PM
  • Re:great! by KyleCordes (Score:1) Thursday May 20 1999, @03:13AM
  • Re:the three major weaknesses of linux? by hanway (Score:1) Thursday May 20 1999, @08:31AM
  • Anyone with some left-over clustering software? by Anonymous Coward (Score:2) Wednesday May 19 1999, @10:12PM
  • Re:the three major weaknesses of linux? by Anonymous Coward (Score:2) Wednesday May 19 1999, @10:08PM
  • Re:the three major weaknesses of linux? by Anonymous Coward (Score:1) Thursday May 20 1999, @07:36AM
  • Re:the three major weaknesses of linux? by Salamander (Score:1) Thursday May 20 1999, @04:43AM
  • Re:NT as well! by Ares (Score:1) Thursday May 20 1999, @03:31AM
  • GPL code in BSD? by Erik Corry (Score:1) Wednesday May 19 1999, @11:35PM
  • great! by geocajun (Score:1) Wednesday May 19 1999, @08:52PM
  • Good ACL good by Anonymous Coward (Score:1) Thursday May 20 1999, @04:45AM
  • BSD can't use GPL : plain false by ^BR (Score:1) Wednesday May 19 1999, @11:55PM
  • Re:what is the difference? by Anonymous Coward (Score:1) Thursday May 20 1999, @04:25AM
  • Re:Large files and the VFS by larien (Score:1) Thursday May 20 1999, @06:32AM
  • Re:SGI listens to users by egon (Score:1) Thursday May 20 1999, @02:32AM
  • Re:Sad attempt by a sad company by Eccles (Score:1) Thursday May 20 1999, @05:03AM
  • the three major weaknesses of linux? by jab (Score:2) Wednesday May 19 1999, @09:21PM
  • Re:Journaling and boot time by Codifex Maximus (Score:2) Thursday May 20 1999, @05:04AM
  • Re:SGI by elyard (Score:1) Thursday May 20 1999, @07:19AM
  • ACL support by sobiloff (Score:1) Thursday May 20 1999, @04:10AM
  • No by matomira (Score:1) Wednesday May 19 1999, @10:50PM
  • GPL? Unlikely by ^BR (Score:1) Thursday May 20 1999, @01:28AM
  • GPL? (Score:3)

    by slim (1652) <john AT hartnup DOT net> on Wednesday May 19 1999, @10:22PM (#1885972) Homepage
    It's slightly worriesome that SGI haven't decided on a licence, even though the piece says it'll certainly be Open Source.
    If we need a journalled FS (I guess we do), then we need a GPLd journalled FS.
    How's this going to be implemented? If it's a kernel patch, then correct me if I'm wrong, but doesn't it *have* to be GPL?
    I guess if it's only a module, it can be any licence, right?
    --
  • Re:does Linus have to approve this? by slim (Score:1) Wednesday May 19 1999, @10:16PM
  • Re:the three major weaknesses of linux? by Galt (Score:2) Thursday May 20 1999, @03:59AM
  • more than three (Score:5)

    by Anonymous Coward on Thursday May 20 1999, @03:32AM (#1885977)
    For real high-end stuff:

    1. Poor large memory support. I'm not sure how the most recent kernels fare, but last I checked Linux only supports a maximum of 2GB of ram. This is probably one of the FIRST things which need to be fixed. I have heard that SGI is working on a patch to give 3.8GB on Intel machines... that sounds promising!

    2. No raw I/O support. This is used for large RDBMS's for example. AFAIK Linus hates the idea, so it will probably never get this. Mind you this is minor because there are ways around it.

    3. "fsync()" on large files is extremely inefficient. Again, this affects RDBMS to the extreme. It is so bad that in some cases Windows NT is 30 or 40 times faster than Linux on equivalent hardware doing database inserts and updates. To witness this for yourself, write a quick program that opens a file and loops appending a line and doing an fsynch on it. Notice the slowdown as the file grows. That shouldn't happen.

    4. Poor performance under load. When the load on a Linux box goes up, context switch time increases a LOT. This is bad.

    And these are just off the top of my head...

    Mind you, I am not diminishing Linux, it is still my primary development platform of choice, however as it stands it doesn't make a good platform for really big single-computer tasks. I'm sure this will change in the future, but right now as much as I hate to say it, NT and commercial Unix have the lead. Also I'd love to hear corrections to my points above, they would be good news to tired eyes.

    Thanks
  • Re:the three major weaknesses of linux? by jmalicki (Score:1) Thursday May 20 1999, @11:56AM
  • by Thunderbear (4257) on Wednesday May 19 1999, @08:57PM (#1885979) Homepage
    Some time ago Silicon Graphics asked for comments from users regarding what we wanted, and I replied that opensourcing xfs was probably the most relevant thing they could do. Since apparently SGI is moving away from their Irix95, and they have a huge investment in xfs development, this appears to be a natural step towards having xfs on their Linux platform. This is really a good thing, and the only OpenSource initiative SGI has done so far which will actually matter to most users. Now 4dwm would be nice too - that is really a nice window manager.
  • Critical mass by gas (Score:2) Wednesday May 19 1999, @11:37PM
  • by Erik Corry (2020) on Wednesday May 19 1999, @11:40PM (#1885981)
    No large files support; xfs will fix this. Read the press release.

    Actually there is a limitation in the VFS (virtual file system) layer that means right now no FS can have more than 2GB files.

    It could well be that SGI have patches to address that, but that would be separate to the XFS code as such.

    This restriction only applies to 32 bit platforms such as x86, non-Ultra Sparc and PowerPC of course. On Alpha, Ultrapenguin and Merced there is/will be no such limitation.

  • Re:the three major weaknesses of linux? by jwhyche (Score:1) Thursday May 20 1999, @06:04AM
  • Re:DMF please DMF please DMF please DMF please by davemc (Score:2) Thursday May 20 1999, @02:21AM
  • does Linus have to approve this? by geocajun (Score:1) Wednesday May 19 1999, @09:50PM
  • Re:great! by larien (Score:1) Wednesday May 19 1999, @10:09PM
  • Re:Thanks! by theentity0 (Score:1) Wednesday May 19 1999, @09:53PM
  • Re:GPL? by sab39 (Score:1) Thursday May 20 1999, @02:59AM
  • XFS is _very_ fast by cweber (Score:1) Thursday May 20 1999, @09:13AM
  • Re:SGI IRIX has 4 of your weeknesses by Jamie Zawinski (Score:1) Thursday May 20 1999, @07:20AM
  • Re:Now we need a decent volume manager by Galt (Score:2) Thursday May 20 1999, @03:37AM
  • Choice of license (Score:3)

    by Per Abrahamsen (1397) on Thursday May 20 1999, @12:42AM (#1885994) Homepage
    > SGI still is deciding how to structure the open
    > source license, the company said, though it is
    > sure to meet the requirements of the Open
    > Source Definition, a spokesman said.

    They need more than OSD compliance. If they want it to go into the Linux kernel, they need to use a GPL-compliant license. The main question is whether they want (or will accept) that the other proprietary Unixen can use it. If not, then the obvious choice is to GPL it. It will cause problems for the BSDs, but why should SGI care? They don't have the hype (momentum) of Linux.

    If they do want their file system to become a standard, they could LGPL it, or even use an X-like license. That would also make it easier to backport changes to Irix. Using the LGPL would fmake it more problematic for competitors to keep their changes proprietary.
  • Don't Expect ALL of it by BadlandZ (Score:2) Thursday May 20 1999, @05:05AM
  • Disk Quotas and Access Control Lists by DrSpoo (Score:2) Thursday May 20 1999, @01:31AM
  • Re:the three major weaknesses of linux? by jmalicki (Score:1) Thursday May 20 1999, @04:32AM
  • XFS not relevent to ACLs by Scola (Score:1) Thursday May 20 1999, @06:33AM
  • Re:what is the difference? by Duke Leto (Score:2) Thursday May 20 1999, @02:22AM
  • Re:GPL? by rjk (Score:1) Thursday May 20 1999, @02:23AM
  • Now we need a decent volume manager by Anonymous Coward (Score:1) Wednesday May 19 1999, @09:28PM
  • Re:GPL? by Royster (Score:1) Thursday May 20 1999, @03:17AM
  • Re:A surprisingly knowledgeable article by petchema (Score:2) Thursday May 20 1999, @09:27AM
  • by Salamander (33735) <slashdot.pl@atyp@us> on Thursday May 20 1999, @08:49AM (#1886008) Homepage Journal
    >...one thing that hasn't been pointed out yet: journaling file systems don't (immediately) overwrite a file when it is changed.
    >
    >To elaborate, imagine a long tape that represents your hard drive...

    It hasn't been pointed out because it's not true. What you're talking about is a _log structured_ file system. That's a whole different thing. A _journaling_ file system looks after the metadata using a (duh) journal that records changes to directories, attributes, allocation maps etc. so they can be either rolled forward or rolled back upon reboot. However, a JFS (not necessarily IBM's JFS, though they were pioneers in this area) has pretty much the same ways of handling the actual file data as any other FS, including deferred writes etc.

    Any FS including a JFS or LSFS may support features for increased synchrony providing greater data integrity, such as fsync() or O_SYNC, but that's really a separate matter.
  • Journaling and boot time by import (Score:1) Thursday May 20 1999, @04:00AM
  • grio (Score:3)

    by matomira (2943) on Wednesday May 19 1999, @10:27PM (#1886010)
    If you want grio, you'll have to get IRIX.
    They are only releasing the journaling part,
    and it's limited to 64-bit.
    This is the perfect move. They give Linux something great, get extremely good PR, establish XFS as an industry-standard, and still manage to
    keep a proprietary advantage
    to make you want to buy their machines for technical reasons. Really smart.

    Even such a `limited' version will
    be better than NTFS.

  • eh ? by rullskidor (Score:1) Friday May 21 1999, @08:49AM
  • SGI's focus is GRAPHICS by Bryan Andersen (Score:1) Thursday May 20 1999, @11:27AM
  • Dictionary of terms by Some guy named Chris (Score:1) Thursday May 20 1999, @04:56AM
  • Re:the three major weaknesses of linux? by kris (Score:2) Thursday May 20 1999, @04:58AM
  • Re:great! by nito (Score:1) Wednesday May 19 1999, @09:06PM
  • Smart Move for SGI! by Anonymous Coward (Score:1) Wednesday May 19 1999, @10:10PM
  • ACL? Capabilities? Maybe: Attributes by SEWilco (Score:1) Thursday May 20 1999, @07:21AM
  • probably by Anonymous Coward (Score:1) Thursday May 20 1999, @02:44AM
  • NTFS... by kiva (Score:1) Thursday May 20 1999, @06:11AM
  • Re:Now we need a decent volume manager by Des Herriott (Score:1) Wednesday May 19 1999, @09:54PM
  • Re:Modules can have any license. FS's are modules. by alexsh (Score:1) Thursday May 20 1999, @03:33AM
  • Right and wrong. by Trojan (Score:2) Wednesday May 19 1999, @10:53PM
  • Re:the three major weaknesses of linux? by tzanger (Score:1) Thursday May 20 1999, @03:26AM
  • logical volume manager is also important (+ xfs wh by Anonymous Coward (Score:2) Wednesday May 19 1999, @11:42PM
  • by Anonymous Coward on Thursday May 20 1999, @04:11AM (#1886035)
    Just a thought - it hasn't crashed yet on my amiga, and I'm using an early beta from ages ago, and I delibrately tested it by power cycling in the middle of lots of writes on several occasions.
    It's great to never have to use l:disk-validator (amiga fsck) again ( o.k, ok. it's in ROM, not l: on all Amigas above 1.3, but hey...)

    The website has an exceptionally clear discription of how the filesystem has been implemented. It's 64-bit, using the NSD (New Style Device)API.

    It's also free.

    here's the site :
    www.xs4all.nl/~hjohn/SFS/ [xs4all.nl]



    In the interest of /. effect minimisation,
    the feature list is duplicated here:

    (Note that some of the things described are amiga-specific. The dos.library limitation, in particular, is irrelevant to linux, and probably to future amigas, too. The 2GB max single file size limitation arises from the amiga's incomplete transition to 64-bit APIs - CBM went bust as the NSD spec was released, and, once again, may not be relevant to a linux implementation)



    This page gives you an overview of what SFS is capable of. It will also give you an idea what features we are planning to add in the near future in planned features, and what features we are considering later on.

    Features
    Below you'll find a list of features which are already implemented in SFS.

    Fast reading of directories.
    Fast seeking, even in extremely large files.
    Blocksizes of 512 bytes up to 32768 bytes (32 kB) are supported.
    Supports large partitions. The limit is about 2000 GB, but it can be more depending on the blocksize.
    Support for partitions larger than 4 GB or partitions located (partially) beyond the 4 GB barrier on your drive. There is support for New Style Devices (NSD) which support 64 bit access, the 64-bit trackdisk commands and SCSI direct.
    The length of file and directory names is internally limited only by blocksize. Limitations in the dos.library however will reduce the effective length of file and directory names to about 100 characters.
    The size of a file in bytes is limited to slightly less than 4 GB. Because of limitations in dos.library we will however probably not allow files larger than 2 GB, to avoid potential problems.
    Modifying data on your disk is very safe. Even if your system is resetted, has crashed or experienced a powerloss than your disk will not be corrupted and will not require long validation procedures before you will be able to use it again. In the worst case you will only lose the last few modifications made to the disk. See Safe writing for detailed information on how this works.
    To be able to ensure that your disk never gets corrupted we use an internal caching system which keeps track of modifications before writing them to disk. This cache has the additional benefit that creating and copying files can be a lot faster, especially if the drive used isn't very fast (ZIP & floppy drives for example).
    There is a built-in low-level read-ahead cache system which tries to speed up small disk accesses. This cache has as a primary purpose to speed up directory reading but also works very well to speed up files read by applications which use small buffers.
    Disk space is used very efficiently. See the Space efficiency page for a comparison between a few filesystems.
    Supports notification and Examine All.
    Supports Soft links (hard links are not supported for now).
    Using the SFSformat command you can format your SFS partition with case sensitive or case insensitive file and directory names. Default is case insensitive (like FFS).
    There is a special directory which contains the last few files which were deleted. See deldir.
    Planned features
    The list of planned features below are features which are either already in development or are very likely to be added to the filesystem in the near future.

    Multiuser support.
    Built-in background file and free space defragmenter. Already the filesystem is set up in such a way to allow for easy implementation of this feature without having to do extensive scanning of the disk before the defragmenter can begin. This means defragmenting can be done in the background and can be interrupted at any time (even by a reset, crash or power failure) without loss of data.
    Mirroring of important filesystem administration blocks to make the filesystem more robust.
    Features we are considering
    The features below are either features which are very application specific or not used very often. If there is enough demand for some of these features we will consider implementing them in the filesystem.

    Mirroring of complete partitions. Such a feature would not only ensure that all your data is very safe since everything is stored twice on two different drives, but it will also speed up multiple concurrent read accesses since both drives can be used to deliver data. This feature however normally is only used on mission critical systems (like file servers) and would be of little use on systems not equipped with high speed SCSI controllers.
    Support for striping. To put it simply, striping can be used to distribute data to multiple drives which increases the total available bandwidth as each disk will be used simultaneously to access part of the data. If you for example have 2 drives than with striping all odd blocks of 64 kB would be stored on drive 1, and all even blocks of 64 kB would be stored on drive 2. A similair scheme is used with more than 2 drives. With striping there is also an option to use one of the drives as a parity drive. If one of the drives crashes or becomes unuseable than the data on that drive can be reconstructed using the remaining drives which ensures that your data is very safe. However, although it may seem that striping could speed up disk accesses by a factor of 2 or more, this is usually only the case when working with very large video streams or multi user systems. Under normal conditions you will be hard pressed to find any speed gains at all.
    Support for hard links (soft links are already implemented).
    The ability to extend a partition without having to copy all your data and format the partition.
    New DOS packets. There are lots of ways to exploit the ability of a filesystem better than is possible at the moment. New packets are the key to this. For example, support for paths larger than 255 characters, live directories (directories which are updated in realtime), enforcing recordlocking and many more. This however must be a team effort and we'll need support from writers of important applications and people willing to build new interfaces to access these new abilities.





  • by cpeikert (9457) <cpeikert@alu m . m i t . edu> on Thursday May 20 1999, @08:00AM (#1886036) Homepage

    There have been a few good answers to this question in this thread, but there's one thing that hasn't been pointed out yet: journaling file systems don't (immediately) overwrite a file when it is changed.

    To elaborate, imagine a long tape that represents your hard drive. The tape is written from left to right. When a file is changed, the new version is appended to the end of the existing data, while the old version remains "untouched" farther to the left. When the kernel has finished updating all pending file writes, it can write a "checkpoint" at the end of the existing data. Essentially the checkpoint says "everything up to the point is kosher." If the disk gets really full, then the filesystem can double-back and overwrite the really old data at the beginning of the tape.

    Now, let's see how this works to help recover from crashes; say the computer crashes as it's writing out a file to disk. In a conventional filesystem, a lot of things could go wrong: it could have been overwriting the old data, but finished only half of the job. Then, at best, you've got a corrupted file with a hybrid of new data and old data. The file allocation table may not have been updated, so the file may be completely lost. It's a bad situation.

    Conversely, if the crash happened with a JFS, the computer would run an "fsck" and look for the last checkpoint. It's guaranteed that all data preceding the checkpoint has integrity. Then the filesystem would just work from that checkpoint and ignore any non-checkpointed data. This can still lead to some data loss, but never to filesystem corruption.

    Of course, this is a simplified account, and there are implementation details. But that's the gist of it.

  • GPL: Could be by Per Abrahamsen (Score:1) Thursday May 20 1999, @01:40AM
  • SGI is back! by nito (Score:1) Wednesday May 19 1999, @09:01PM
  • SGI could use dual licensing, still get fixes by JoeBuck (Score:2) Thursday May 20 1999, @08:15AM
  • Re:Now we need a decent volume manager by bofh23 (Score:1) Friday May 21 1999, @09:58PM
  • Re:SGI IRIX has 4 of your weeknesses by ALG (Score:1) Thursday May 20 1999, @01:40AM
  • Re:The SGI Swan Song, their last ditch effort. by elyard (Score:1) Thursday May 20 1999, @11:45AM
  • Re:Thanks! by Black Parrot (Score:2) Thursday May 20 1999, @06:36AM
  • hm.... by dohmp (Score:1) Thursday May 20 1999, @02:51AM
  • Good for *BSD too! (Score:3)

    by Fandango (2618) <jhamby@@@anobject...com> on Wednesday May 19 1999, @10:19PM (#1886050) Homepage Journal
    Let's not forget that Linux won't be the only OS able to take advantage of this code release. Free/Net/OpenBSD will be able to add XFS support too.

    I'd love to be able to run XFS on our apartment FreeBSD fileserver/firewall, as well as my Linux desktops. I am really looking forward to playing with this! Thank you SGI!

  • Re:what is the difference? by cjs (Score:2) Thursday May 20 1999, @11:07AM
  • by sboss (13167) on Thursday May 20 1999, @03:28AM (#1886056) Homepage
    Journaling filesystems keep a "redo-log" of all activity (changes) to the filesystem. If the system dumps (crashs) the redo-log is re-run at the "fsck" time so the filesytem will be complete again and the fsck take relatively no time. I have a very large Sun machine at work that has a terabyte of a Oracle table space that would take almost an hour to boot (due to the basic fsck of the oracle tablespace filesystems) unless it crashed then it was almost 2hours or more. I move the oracle tablespace filesystems to a journaling filesystem and now it takes about 12-15 minutes to boot maybe 20 minutes if I crash the box. Before the journalling filesytems, whenever it crashed (or I should say almost always when it crashed) I had to manually fix filesystems in maintenace mode. Once I moved the filesystems to a journaling fs, I have not had to do that again. If the journalling filesystem is stable and works like it is suppose to, I would move *all* my machines (including laptops, desktops, and servers) to it.
    Scott
    C{E,F,O,T}O
    sboss dot net
    email: scott@sboss.net
  • Re:the three major weaknesses of linux? by Salamander (Score:1) Thursday May 20 1999, @04:04AM
  • One of several counterexamples: ghostscript ^D by kipling (Score:1) Thursday May 20 1999, @03:06AM
  • GL, 4Dwm, and X extensions by Jamie Zawinski (Score:1) Thursday May 20 1999, @10:08AM
  • Modules can have any license. FS's are modules. by Mr Z (Score:2) Thursday May 20 1999, @01:49AM
  • Re:what is the difference? by gavinhall (Score:1) Thursday May 20 1999, @02:28AM
  • by ^BR (37824) on Wednesday May 19 1999, @11:47PM (#1886064)

    Excerpt from http://www.OpenBSD.ORG/policy.html [openbsd.org]

    The GNU Public License and licenses modeled on it impose the restriction that source code must be distributed or made available for all works that are derivatives of the GNU copyrighted code.

    While this may be a noble strategy in terms of software sharing, it is a condition that is typically unacceptable for commercial use of software. As a consequence, software bound by the GPL terms can not be included in the kernel or "runtime" of OpenBSD, though software subject to GPL terms may be included as development tools or as part of the system that are "optional" as long as such use does not result in OpenBSD as a whole becoming subject to the GPL terms.

    As an example, some ports include GNU Floating Point Emulation - this is optional and the system can be built without it or with an alternative emulation package. Another example is the use of GCC and other GNU tools in the OpenBSD tool chain - it is quite possible to distribute a system for many applications without a tool chain, or the distributor can choose to include a tool chain as an optional bundle which conforms to the GPL terms.

    So a GPL part only have to be optional, XFS qualify.

  • XFS white papers: links! by Anonymous Coward (Score:2) Thursday May 20 1999, @09:04AM
  • Re:SGI listens to users by teeth (Score:1) Saturday May 22 1999, @05:37AM
  • SGI IRIX has 4 of your weeknesses by Anonymous Coward (Score:2) Thursday May 20 1999, @12:56AM
  • Thank you for your sage advice... by Codifex Maximus (Score:1) Thursday May 20 1999, @06:00AM
  • one less wheel to reinvent by kipling (Score:2) Wednesday May 19 1999, @09:07PM
  • Re:what is the difference? by bluGill (Score:1) Thursday May 20 1999, @04:35AM
  • Splendid! (Score:5)

    by kris (824) on Wednesday May 19 1999, @09:15PM (#1886073) Homepage
    If the license for XFS is any sensible (i.e. a true Open Source license), this is the single most intelligent thing SGI could have done to score with the Open Source movement. Linux is in dire need of an Journalling File System and XFS is one of the very best of this flock.

    Their white paper [sgi.com] on XFS explains how XFS is different from conventional file systems and what they did to it to make it fast with very large files as well as with many, many small files (SGI is not Open Sourcing their GRIO capabilities, which together with RT scheduling would make Linux a serious multimedia contender).

    If you are a USENIX member, you will be able to download the Sweeney paper Scalabilit y in the XFS File System [usenix.org] from the USENIX server. It was published in the Spring 1996 proceedings of the USENIX, so you may also read it in your Universities library.
  • Absolutely what we need by zallic (Score:1) Wednesday May 19 1999, @08:48PM
  • Re:Right and wrong. by cjs (Score:1) Thursday May 20 1999, @06:14AM
  • Re:what is the difference? by Anonymous Coward (Score:1) Thursday May 20 1999, @02:55AM
  • Re:SGI IRIX has 4 of your weeknesses by Galt (Score:1) Thursday May 20 1999, @03:42AM
  • I knew it! but no so fast! by nito (Score:1) Wednesday May 19 1999, @08:51PM
  • by 8Complex (10701) on Wednesday May 19 1999, @10:03PM (#1886082)
    Forgive my ignorance here for I haven't learned much about file systems, but what is the difference between journaling and non-journaling file systems?

    8Complex

    PS - Slashdot could use a full dictionary of terms from around the site... That'd rule...
  • Re:SGI IRIX has 4 of your weeknesses by Anonymous Coward (Score:1) Thursday May 20 1999, @04:14AM
  • Re:Splendid! by Anonymous Coward (Score:1) Thursday May 20 1999, @03:09AM
  • by kkreamer (27852) on Wednesday May 19 1999, @11:02PM (#1886085)
    Disclaimer: I'm not a fs guru, but...

    I think a journaling filesystem is one where it keeps a journal of what, when, and where it is writing data, between the time it schedules it to be written and the time it is actually written. That way, if a system crashes, the filesystem can look at the journal and continue where it left off, not losing any data. A non-journaling filesystem schedules stuff to be written, then acts as if the write has happened. This works ok, until the system crashes. If a write was pending when the system crashed, that data is lost.
  • Re:Disk Quotas and Access Control Lists by IntlHarvester (Score:2) Thursday May 20 1999, @04:14AM
  • Re:SGI IRIX has 4 of your weeknesses by nito (Score:1) Thursday May 20 1999, @04:11AM
  • Re:what is the difference? by tjansen (Score:1) Wednesday May 19 1999, @11:09PM
  • Re:what is the difference? by petchema (Score:2) Thursday May 20 1999, @09:11AM
  • Re:what is the difference? by gavinhall (Score:1) Thursday May 20 1999, @02:29AM
  • Hardware RAID by IntlHarvester (Score:2) Thursday May 20 1999, @04:05AM
  • Thanks! by tomtom (Score:1) Wednesday May 19 1999, @09:17PM
  • Kernel integration by Osvaldo Doederlein (Score:1) Thursday May 20 1999, @06:39AM
  • Re:I knew it! but no so fast! by JoeBuck (Score:1) Thursday May 20 1999, @08:23AM
  • Re:the three major weaknesses of linux? by aheitner (Score:2) Thursday May 20 1999, @03:49AM
  • The SGI Swan Song, their last ditch effort. by ventrex (Score:1) Thursday May 20 1999, @08:23AM
  • Re:the three major weaknesses of linux? by larien (Score:1) Wednesday May 19 1999, @10:19PM
  • A surprisingly knowledgeable article by Paul Crowley (Score:1) Thursday May 20 1999, @04:36AM
  • great! by jetson123 (Score:1) Thursday May 20 1999, @12:15AM
  • Re:SGI could use dual licensing, still get fixes by cjs (Score:1) Thursday May 20 1999, @11:11AM
  • 55 replies beneath your current threshold.
(1) | 2

I have an existential map. It has "You are here" written all over it. -- Steven Wright

 



Forgot your password?

Working...