Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Data Storage Software Linux

Reiser4 Filesystem Released 637

trixie_czech writes "It's finally arrived. Go to namesys for reasons to use reiser4 as a filesystem and benchmarks. Go here to download. Enjoy!" The Namesys homepage in its current stage reminds me of a cross between The Secret Guide to Computers and the GNU Manifesto -- which is to say, there is a lot to read here, not just a bullet-pointed feature list.
This discussion has been archived. No new comments can be posted.

Reiser4 Filesystem Released

Comments Filter:
  • ext3 to reiser4 ? (Score:4, Interesting)

    by Anonymous Coward on Monday August 23, 2004 @10:23PM (#10052440)
    Will I be able to convert my exsisting ext3 fs to reiser4 fs withou having to reformat?
  • Windows port? (Score:3, Interesting)

    by Anonymous Coward on Monday August 23, 2004 @10:24PM (#10052441)
    Will we ever have a Windows port of ResierFS or any alternative filesystems?
  • Only one question... (Score:4, Interesting)

    by Pathway ( 2111 ) <pathway@google.com> on Monday August 23, 2004 @10:26PM (#10052462)
    I only have one question (And I obviously have not researched an answer...):

    Is there an easy and non-destructive way for me to migrate my ReiserFS version 3 to a version 4 Filesystem?

    --Pathway
  • Re:ext3 to reiser4 ? (Score:1, Interesting)

    by Anonymous Coward on Monday August 23, 2004 @10:32PM (#10052522)
    Would it be possible to copy all data from the ext3 partiton to a network mountpoint(nfs, ftp, samba, etc...) format the drive to reiserfs, and then copy all the data back?
  • by Elote ( 649512 ) on Monday August 23, 2004 @10:34PM (#10052533)
    IT'S ABOUT FREAKING TIME!!!!!

    I did an informal comparisson of this fs against several others for one of my classes, and my results had it winning _hands down_.

    But on a more serious note, I hope this release is stable. From lurking on their mailing list, it seems that it hasn't been too long since they were in bug-squashing mode.
  • by Stevyn ( 691306 ) on Monday August 23, 2004 @10:35PM (#10052543)
    ...to use it for a while. I'm sure it's been tested very extensively, but there are always bugs initially in any major release like this. I'm sure nobody running a server will touch this for a while even with the benchmarks.

    I'm not trying to spread FUD on reiser at all, I run reiser 3 and I've never had any problems. I'm just raising the question of how long does it take until people will put it in production servers and their main desktops?

    Anyone who maintains servers care to shed some light on this?
  • by blackketter ( 72157 ) * on Monday August 23, 2004 @10:43PM (#10052599)
    IF you can get to the site, you'll find this juicy reference at the end:

    [NTFS]

    "Inside the Windows NT File System" the book is written by Helen Custer, NTFS is architected by Tom Miller with contributions by Gary Kimura, Brian Andrew, and David Goebel, Microsoft Press, 1994, an easy to read little book, they fundamentally disagree with me on adding serialization of I/O not requested by the application programmer, and I note that the performance penalty they pay for their decision is high, especially compared with ext2fs. Their FS design is perhaps optimal for floppies and other hardware eject media beyond OS control. A less serialized higher performance log structured architecture is described in [Rosenblum and Ousterhout]. That said, Microsoft is to be commended for recognizing the importance of attempting to optimize for small files, and leading the OS designer effort to integrate small objects into the file name space. This book is notable for not referencing the work of persons not working for Microsoft, or providing any form of proper attribution to previous authors such as [Rosenblum and Ousterhout]. Though perhaps they really didn't read any of the literature and it explains why theirs is the worst performing filesystem in the industry....
  • by dekeji ( 784080 ) on Monday August 23, 2004 @10:57PM (#10052697)
    ReiserFS is great, and this seems like a tasteful way of implementing some of the complex things people seem to want to do with file systems.

    But I would feel uncomfortable relying on any of these features right now because any software that does would fail with any other file system. ReiserFS is free software, but you still end up needing to run software on other file systems in many cases.

    I think for these features to become widely adopted, we need some kind of library-based emulation, something that uses ReiserFS if it runs on it and otherwise emulates ReiserFS features like files-as-directories in user mode on top of existing file systems (by using funny file names, etc., similar to UMSDOS).
  • Re:ext3 to reiser4 ? (Score:2, Interesting)

    by Lisandro ( 799651 ) on Monday August 23, 2004 @11:10PM (#10052774)
    EXT3 sucks compared to (almost) every other filesystem in everything but one thing: it's stability. I've lost data to ReiserFS in the past, but i've *never* lost a byte under EXT3, even under extreme conditions.

    I still want to see what the fuzz is all about though ;) I'll be installing it on a spare HD this week.
  • by auzy ( 680819 ) on Monday August 23, 2004 @11:17PM (#10052806)
    Ok, so thats the standard response, but the main benefits will be stuff like: encryption plugins (so easy per directory encryption).. Finally maybe we'll have fully encrypted home directories easily. and stuff like the winFS system integrated into the filesystem possibly. its also 2X faster then reiserfs, and 4X faster then NTFS The big issue though is that until freebsd gets these benefits, apps aren't likely to get these capabilities :( so maybe someone should work on porting this, then maybe theres a good chance these technologies will be used extensively..
  • by noahm ( 4459 ) on Monday August 23, 2004 @11:22PM (#10052830) Homepage Journal
    it sounds like you're referring to reiserfs as not compatible with programs? The only types of programs that wouldn't be compatible with reiser4 would be things like fsck that are designed for a file system.

    Well, the Reiser4 plugin infrastructure allows for more functionality to be added to the filesystem. Depending on the plugins created, the processes accessing this filesystem may need to know about them. E.g. GNU tar is incapable of preserving extended attributes and ACLs when copying data. Or look at the NTFS streams [alcpress.com] feature. This kind of thing needs at least some support in userspace, or else it can't be accessed.

    It will very much be possible for people to write code that needs to run on Reiser4 in order to work properly. It will be interesting to see if this happens, and if so, how widely adopted it becomes. I think there's a lot of potential here, but I understand how people might be reluctant...

    noah

  • Re:ext3 to reiser4 ? (Score:3, Interesting)

    by FooAtWFU ( 699187 ) on Monday August 23, 2004 @11:23PM (#10052839) Homepage
    This is hearsay, mind you (think I found it in the manual for Gentoo at some point, comparing filesystems), but I hear that XFS isn't too good for ordinary computers' filesystems, because it "agressivele caches data in memory", which means that in the event of a system power failure or other crash, you lose a LOT. You apparently should have a good UPS with it.
  • Transactions? (Score:5, Interesting)

    by ceswiedler ( 165311 ) * <chris@swiedler.org> on Monday August 23, 2004 @11:29PM (#10052871)
    How large (and long) can Reiser atomic transactions be?

    Can I write an installation program which creates, replaces, moves, and deletes many files and directories, and have it all be under one transaction with a single commit at the end? Do other 'sessions' not see the transaction until it is complete? Are sessions based on processes or threads or something else?

    That would be pretty amazing, to be able to roll back large sets of changes in case of an error. I know that database rollbacks can take large amounts of time (they optimize for the commit, which makes perfect sense) but nonetheless having rollback support in applications would be sensational.
  • by SaDan ( 81097 ) on Monday August 23, 2004 @11:44PM (#10052934) Homepage
    It hasn't been my experience that ext2 or ext3 filesystems are more reliable than ReiserFS. At least, not where I work (I only run ReiserFS at home).

    Over the past year, we've had some fairly serious filesystem failures on some of our DB and large FS servers. Ext3 on failed in every instance, Reiser was recoverable (similar RAID/hardware/useage/failure).

    We pound the living hell out of our machines, day and night, with billions of small files every year. ReiserFS makes Linux work for us.

    There are some instances where ReiserFS v3 is slower than Ext3, but we don't care about that any more. We're finished with Ext2/3, and are looking forward to testing ReiserFS4 now that it's been released.
  • by Junta ( 36770 ) on Tuesday August 24, 2004 @12:20AM (#10053084)
    Reiser? Stable? Now those are two words that don't belong in the same sentence.

    In dealing with ext3, JFS, and XFS, Reiser has proved the most annoying because first, I have to do a full fsck on it most frequently, and second, a quarter of the time it is the root fs and needs rebuild-tree, which is annoying as freaking hell because you can't even have it mounted read-only. XFS I've had issues with two, but never having to completely umount to fsck. JFS has issues where it's journalling doesn't seem to catch something and it later in the middle of operating, figures out it is inconsistant and remounts read-only for fsck, which is also highly annoying. In all cases, get ready to dig through lost+found and figure out what filenames those inodes used to be associated with.

    If you seek stablity (which is extremely key for filesystems), the only way I've found to work is ext3. It is a real slug (a *real* slug), but I would trust it much more readily than any other fs.
  • Re:ext3 to reiser4 ? (Score:3, Interesting)

    by zenyu ( 248067 ) on Tuesday August 24, 2004 @12:26AM (#10053111)
    When ever someone mentions data loss from ReiserFS it's always "other people", "a friend", etc. I've been running ReiserFS on a number of machines for several years, never had the slightest problem with it.

    I lost some data on a ReiserFS partition that went bad. Nothing that wasn't backed up, but it was still a PITA. It was scary because it was silently eating my files, it wasn't like the ext2/FAT problems I was used to where fsck told you something useful. This was years ago, and I've had ReiserFS partition last 2 years now on a laptop without problems.
  • Re:ext3 to reiser4 ? (Score:3, Interesting)

    by vocaro ( 569257 ) <trevor@vocaro.com> on Tuesday August 24, 2004 @12:26AM (#10053114)
    Unless it is a perfect hash [gnu.org], of course.
  • by sirsnork ( 530512 ) on Tuesday August 24, 2004 @12:35AM (#10053135)
    I'm hanging out for a SQL pluging. Being able to "SELECT filename FROM filesystem WHERE size > 1000000" would be fantatstic (note very basic example). Not to mention meta data plugins that can index your media files and store that data in the filesystem (again with SQL access)
  • by SaDan ( 81097 ) on Tuesday August 24, 2004 @12:40AM (#10053158) Homepage
    Usually, unstable Reiser filesystems point towards misconfigured or faulty hardware.

    I maintain ReiserFS v3 filesystems on terabyte arrays, on database servers, and on our machines that go out to client sites. ReiserFS has performed very well for my company. We are a 24/7/365 shop. Downtime isn't in our vocabulary.
  • Interopability (Score:2, Interesting)

    by Anonymous Coward on Tuesday August 24, 2004 @12:44AM (#10053173)
    With so many filesystems around, it is strange that nobody is working on interopability. Till today no filesystem exists which works well both in windows and linux.

    1. FAT - comes close but does not support very large paritions and files larger than 4GB
    2. NTFS - Poor write support in linux
    3. EXT2/3 - Writing hardly works in windows and does not support large files.
    4. ResierFS/XFS - Have limited support in windows.

    Any multi-OS file system out there?
  • by SealBeater ( 143912 ) on Tuesday August 24, 2004 @12:51AM (#10053209) Homepage
    No, you will have to reformat. However, I recommend the upgrade; I've seen a number of studies showing that the performance of ext3 is awful compared to reiserfs. The only arguable advantage of ext3 is its compatibility with the baseline ext2.


    I have to take exception to this, as according to everything I know, this is a bit deceptive. As you would normally want to use a journaling
    filesystem on very large discs (whether this be regular hard drives, which is bad enough, but can get very large when dealing with raid arrays, for
    instance). This is the single most important factor when it came to deciding what filesystem to run, namely, can reiserfs 4 be upgraded to new
    versions easily? In the past, the only way to upgrade rieiserfs was to reformat the device. This is a point that I don't think people pay enough
    attention to, especially in production enviroments. Say I have a 500 Gig raid array. I use reiserfs, (which is an excellent filesystem) and it is
    later discovered to have a security flaw or a bug that causes data corruption. In order to upgrade to a new version of reiserfs, you have to
    reformat the entire array. With ext3, you unmount the device, mount it as ext2, unmount it and remount it as ext3. Done. This is hugely important.
    I am completely uninterested in having to maintain a 1Tb of drive space, in order to upgrade a 500G array.
    Well, that wouldn't happen, you say? It did. Google [google.com]
    Also, I do seem to remember some problems running LVM and NFS on reiserfs as well, but I am willing to be corrected.

    SealBeater

    P.S. I am only really interested in knowing if I can upgrade a reiserfs filesystem without having to reformat.
  • by macz ( 797860 ) on Tuesday August 24, 2004 @12:54AM (#10053221)
    Besides that crappy HPFS driver from OS/2 are there any non MS filesystem drivers anywhere? NFS doesn't count because it is a "Network" file system.

    If you don't want FAT16, FAT32, NTFS (4 or 5), or the OS2 thingy, aren't you out of luck? How would you even install it? Much less mount it, format it, or take advantage of it.

    I am not being facetious either, I really want to know

  • Re:Windows port? (Score:3, Interesting)

    by itzdandy ( 183397 ) on Tuesday August 24, 2004 @01:25AM (#10053385) Homepage
    try this, run bochs with a small linux distro, no gui just bash. install samba to have access to ALL linux compatible filesystems and export you /mnt folder via samba.

    this would also allow you to 'map a network drive' and give your samba share a drive letter.

  • Re:Huh? (Score:5, Interesting)

    by timeOday ( 582209 ) on Tuesday August 24, 2004 @01:39AM (#10053444)
    I did a comparo of ReiserFS and Ext3 a while back and these were my main findings:

    1) Reiser destroyed Ext3 for directories with many thousands of files in them. However, now you say ext3 has btree hash dirs, probably minimizing the difference
    2) Resier was much more space efficient if the average file sizes on the filesystem is very small (say, well under 4k). However, no *real* filesystems I found were like this.
    3) The two were about the same in speed for large numbers of small reads and writes.
    4) Ext3 was a bit faster for big sustained reads/writes. But it wasn't a huge difference and might not apply to Reiser4.

    In short, Reiser4 was more robust to unusual filesystem usage, at a slight penalty to normal usage.

    In fairness, this is because Ext has been around for so long, it is optimized for normal usage, and software is tailored not to step on the toes of Ext's deficiencies. For instance, to store huge numbers of small files, people usually use a database of some sort (even if only flat file). Reiser opens the possibility of simplifying life by replacing simple databases of small records with the filesystem; for instance, it might be practical for a Usenet newsreader to store every cached message in a separate file.

    But for the most part, I think Reiser will stand on its new gee-whiz features (plugins), rather than raw performance, since there are so many filesystems with roughly comparable performance for normal usage scenarios. As with Longhorn's fancy new filesystem, the question is whether people really want feature-rich files.

  • by poptones ( 653660 ) on Tuesday August 24, 2004 @02:19AM (#10053589) Journal
    I'm STILL (re)learning my way around the command line in linux and only recently had the courage to completely remove windows from my machine - but even I have been able to "easily" add an encrypted home directory to my machine. In fact, I encrypt /var and /tmp and /usr, too - and its almost entirely done using the Mandrake install wizard (although it likely works with Suse too). There's bugs in there that had to be figured out and the wizard tells you it can't do things you have to learn to do - but I did it without even knowing (at the beginning) how fstab worked or what a modprobe was. Admittedly it took a few weeks and what seems like hundreds of reinstallations (mostly because I didn't know how to repair a botched job) to figure it out, but once learned it ain't hard to do. And just to save others from having to do "hundreds of reinstalls" I even made a quickie HOWTO and posted it to alt.os.inux.mandrake [google.com].

    Now I have added scripts to my system that give me all the point and shoot functionality of pgpdisk in windows. All it took was a bit of time to learn the tools (mountloop, mount, umount, etc) and a hack of a shell script I found online and now opening an encrypted filesystem is as easy as clicking it, typing the pass, and pressing enter.

    What makes the present system great is its level of abstraction. Having a "thing" one can move around to ANY media without having to create new tools every time is a thing of beauty. It takes a tweaky (and now proprietary) add-on to do this in windows - sticking all the encryption in the fs itself would just be a step back to doing things the Redmond way.

  • Re:ext3 to reiser4 ? (Score:2, Interesting)

    by Anonymous Coward on Tuesday August 24, 2004 @03:20AM (#10053759)
    My experience has been the reiserfsck generally does a less good job of recovering slightly borked filesystems than e2fsck. This is kind of what you'd expect, since ext2 gets borked far more often than Reiser, so it's fsck gets thoroughly tested,
    and ext3 can then use almost the same code to recover if it has a problem.

    Obviously, it isn't possible to make a fair comparison between the two, because they don't run on the same filesystems and the FS structures are
    different enough that it doesn't make much sense to talk about ``similar levels of corruption''.

    Having said that, the only reason I'm running ext3 now rather than reiser is that this machine dual boots with FreeBSD, which supports the ext family but not Reiser. Reiser is a seriously cool piece of code, but not yet perfect.
  • It's important only (Score:3, Interesting)

    by warrax_666 ( 144623 ) on Tuesday August 24, 2004 @03:22AM (#10053760)
    if you can intentionally cause collisions by modifying messages appropriately. Then the hash becomes useless for verifying message integrity (because someone could have modified the message while keeping the hash identical).
  • by hansreiser ( 6963 ) on Tuesday August 24, 2004 @03:43AM (#10053808) Homepage
    The gentoo guys have not complained about my characterization, if they do in an email I will change it. As the other poster said, gentoo seems to prefer reiserfs in what they write and say.

    Hans
  • Re:Uh, excuse me? (Score:1, Interesting)

    by Anonymous Coward on Tuesday August 24, 2004 @04:29AM (#10053923)
    Everything is written to the disk encrypted, including the file system itself and not just the data.
    ...which is a cryptographic weakness as filesystem metadata contains easily predictable regions that can be used to crack your keys.
  • by hansreiser ( 6963 ) on Tuesday August 24, 2004 @04:40AM (#10053967) Homepage
    Keep in mind that redhat kernels are highly patched and they don't apply reiserfs bugfix patches out of a deliberate policy to exclude them (yes, we offered to supply them but were rejected), so we don't recommend the use of redhat kernels for reiserfs, we recommend the official kernel, or the SuSE kernel.

    RedHat are the guys that at one point shipped their kernel with REISERFS_DEBUG turned on just to make us look slow.....

    I don't know why RedHat regards us as in the enemy SuSE camp just because we took money from SuSE, we would take money from RedHat too if it was offered....;-)

    These distro rivalries are distasteful to me.

    Hasn
  • by Pegasus ( 13291 ) on Tuesday August 24, 2004 @05:24AM (#10054114) Homepage
    If you had to deliver millions of email messages per day, you'd find out that ext3 is not the tool for the job. I simply can't imagine email servers on this scale without reiserfs.

    Also, i lost my /home three times last year on ext3. The cause was a hardware problem, true, but fs should not be a toast because of it.

    YMMV.
  • One of the things I still miss most under Linux are a proper trashcan/undelete (at filesystem level, not at GUI level that doesn't help on the shell) or even better a full blown 'undo' operation on the filesystem. Even MSDOS provided a very basic undelete operation and I can't really believe that we are still without it on Linux.

    Does ReiserFSv4 provide stuff like that? Or in case it don't, are the 'Plugins' that it supports
    powerfull enough for that and are there maybe already plugins awailable that add an undelete/undo? Better yet would of course be a fullblown versioned filesystem, how about that, is that doable with ReiserFSv4 plugins?

    And how do the plugins relate to for example GNU Hurds translators or LUFS? Do they act at a similar level, or are they completly different?
  • by rew ( 6140 ) <r.e.wolff@BitWizard.nl> on Tuesday August 24, 2004 @05:57AM (#10054199) Homepage
    I've encountered a few things with respect to ReiserFS:
    • I get to upgrade my filesystem so that I don't get to downgrade my kernel should I run into trouble.
    • Whenever something doesn't work right, (which never happened to me on Ext2), Hans Reiser tells me that "it's fixed in the newest version", and I get to upgrade my kernel and on-disk-format without the possiblity to back out.
    • When things DO go wrong, (which never happend to me on ext2/ext3), it seems I need to tell reiserfsck which sub-version of the filesystem is on my disk (Hans knows that very well on his disks, but I just use filesystems to store my files). Otherwise reiser-fsck may make a bigger mess than it started with.
    • When reiser-fsck is neccesary, it often requires a "rebuild-tree", which is time-consuming.
    • My filesystem was "suspect". So I start reiserfsck. It apparently does nothing, as it's done in 2 seconds (which is unlikely on a 640Gb partition) When reiser-fsck --rebuild-tree is started it informs me that it's going to take some 5 hours to complete. As I didn't have that time, I interrupt it. Filesystem gone. Apparently the first thing it does is invalidate the old structures. Now instead of "suspect" I don't have a filesystem at all, and have to sit out the 5 hours for which I don't have the time....
    • I sometimes have a disk-image of a different filesystem on my disk in a file. Hans Reiser tells me that a rebuild-tree would link the files inside the image into my filesytem! Fixed in newest version. Phew.
    Too many (serious) problems, that I'm not ever going to try Reiserfs again. Sorry.
  • by IamTheRealMike ( 537420 ) on Tuesday August 24, 2004 @05:59AM (#10054202)
    Yeah, i'd have to echo this sentiment. Tar is a legacy hangover, not something to be treasured and preserved. Technically the ZIP format used on Windows is far better, and to be frank I'd much rather see the Linux community move to using a simplified filing system that supports all the features we want mounted via the loopback device. ie, rather than "extract a tar.gz, edit the files, possibly recreate" you'd "mount the .box file, edit the files, unmount". GNOME and KDE could provide easy access to this so you could box/unbox anything. Meanwhile the on-disk format would be extensible.

    MacOS already does something similar with DMG files, it might be worth moving in a similar direction.

  • by Oestergaard ( 3005 ) on Tuesday August 24, 2004 @08:34AM (#10054729) Homepage
    Well, several of the ext3 people are employed by RedHat - it makes sense that they don't want to work with Reiser but rather spend time on ext3.

    As a company, when you have good employees who like to do A and don't want to do B, you can either force them to do B and deal with the possible consequences, or simply prioritize B lower and be happy with A.

    I'm not surprised that RedHat did what they did - it's the problem of limited ressources.

    And no, I don't mean to bash RedHat - no distributor is big enough to do everything 100%.
  • German magazine iX (Score:4, Interesting)

    by MemoryDragon ( 544441 ) on Tuesday August 24, 2004 @09:08AM (#10054968)
    Ran a huge article on Reiser4 a while ago. (Around 2 issues ago)
    They said it was blazingly fast, but had problems, that the performance went down the drain once the processor did something not reiserfs related, thus IO is a higher burden on the processor, due to the tree structure they use.

    The other problem is fragmentation, which should be resolved by a defrag daemon/tool running in the background, which was not available back then.

    So my question, have those two problems been resolved already?
  • Plugins == VMS fs? (Score:3, Interesting)

    by wandazulu ( 265281 ) on Tuesday August 24, 2004 @10:02AM (#10055506)
    So with a plugin, could you make a Reiser4 fs work like VMS' file system (i.e. foo.c;1, foo.c;2, etc.)? To me this is the holy grail of file systems...built in versioning by the file system itself, not a 3rd-party app like CVS.
  • Resize Goof (Score:3, Interesting)

    by Mark_MF-WN ( 678030 ) on Tuesday August 24, 2004 @10:25AM (#10055821)
    I was able to use reisersfsck to repair a partition resize that had gone wrong. I was pretty impressed -- only three files lost out of 20,000 (and fortunately they weren't important files!)

    So I'd say it works pretty well.
  • by FrankHaynes ( 467244 ) on Tuesday August 24, 2004 @11:04AM (#10056314)
    Funny you should ask that.

    This past week I was shutting down this here Win2k system when I was done with it because my APC 450 V.A. u.p.s. had exhausted its second set of batteries and would not hold through these brief power glitches (likely caused by Florida Power and Light cutting in replacement transformers around here) that we have been getting.[1]

    A buddy gave me a large u.p.s. that had been in commercial service, so I hooked up two 12 volt deep cycle marine batteries in series to it and it fired up fine. Right while I was reading /. last night POW! the thing just shuts down a.c. output on me for no friggin reason. Yes, I was very upset.[2]

    Nonetheless, I stand by my assertion unwaveringly. I was primarily thinking of power outages lasting no more than a few seconds, which are the most common where I have lived and worked. These are more troubling because they leave hardware gates and c.p.u.s in unknown states due to their brevity and result in the "wierdness" that I spoke of in my original post.

    You are free to calculate a costs/benefits analysis of replacement hardware under a scenario in which a power failure fried your motherboard, but no matter how good you are at backups, if you actually *use* your computer you will have data that has not yet been backed up. I don't know about you, but my time is far more valuable than this pile of P.L.A.s and capacitors and printed circuits and I don't want to add to the potential to waste that time by going without a u.p.s. and suffering the ensuing headaches. A u.p.s. is a very worthwhile investment, as is a r.a.i.d. and other enhancements.

    The primary reason for posting my original comments is that I assume that most subscribers here are software types, so they probably don't have the interest in or experience with these hardware considerations. Words to the wise; the rest can suffer.

    SO: when you read a proponent of ReiserFS claim "Well, my ext3 fs lost data on me so it's no better than ReiserFS", ask them if they had a u.p.s. supplying clean power to the box running ext3 before jumping to any conclusions. Back on topic.

    ***

    [1] By the way, turning the machine on and off places it under greater thermal stresses from heating and cooling cycles, thus shortening the life of box. My machine normally stays on all the time.

    [2] This has happened about a dozen times to this NTFS in the past week and I haven't lost any data; I'm wondering about the motives of the subscriber who earlier commented that NTFS is the worst file system of all the ones being discussed here.

  • Re:Interopability (Score:3, Interesting)

    by soulsteal ( 104635 ) <soulsteal@@@3l337...org> on Tuesday August 24, 2004 @11:17AM (#10056504) Homepage
    What about FAT32 with VFAT for long filenames? Linux seems to handle that fine, as well as all flavors of Windows since Windows 95B.
  • by metamatic ( 202216 ) on Tuesday August 24, 2004 @11:34AM (#10056757) Homepage Journal
    Ever notice that all the reports of ReiserFS corruption seem to be from RedHat users?

    This should tell you something.
  • I have a 120gb drive and only around 20gb real data, maybe 10gb for the OS itself, add a another 30gb random junk to that and I still have 60gb of my HD virtually completly unused. Even if tempfiles are not handled special it will take basically forever before my filesystem fills up, its really a non-issue these days.

    Beside that, I am taking about an 'intelligent' trashcan, not these "Your trashcan is full, please empty manually" ones. If the HD fills up, the trashcan should of course free itself and overwrite old stuff, possibly with custom threshold and such, no problem there, since in most cases you will find the error you did that lead to file loss relativly quickly anyway.

    ### Even the MSDOS undelete only worked provided that you didn't overwrite the data with something else (if I recall correctly).

    Yes, it did and its undelete weren't much powerfull or anything, but it was there and it worked already quite fine on old 386er with lausy 200mb harddrives, hardware improved quite a bit since then, undelete features however didn't for no obvious reason.

    ### In the end I think we would be better served by a smarter 'rm' and a better GUI trash can (not the cheap hack the KDE team came up with).

    Such stuff will NEVER be enough, I don't actually 'rm' my files, in most cases I overwrite them with 'convert', via piping or whatever. And thats exactly the reason why I want undelete at filesystem level, since the filesystem can track all these without problems, something implemented at the GUI level however can only ever track a very small fraction of excidental deletes or overwrites, if at all.

    The hardware to handle a versioned filesystem without problems has at least existed for a decade, its really just the software that still hasn't improved, neither on Linux nor on Windows or MacOS.

Ya'll hear about the geometer who went to the beach to catch some rays and became a tangent ?

Working...