Slashdot Mirror


Best Filesystem For External Back-Up Drives?

rufey writes "I've recently embarked on a project to rip my DVD and CD collection to a pair of external USB drives. One drive will be used on a daily basis to access the rips of music and DVDs, as well as store backups of all of my other data. The second drive will be a copy of the first drive, to be synced up on a monthly basis and kept at a different location. The USB drives that I purchased for this are 1 TB in size and came pre-formatted with FAT32. While I can access this filesystem from all of my Windows and Linux machines, there are some limitations." Read on for the rest, and offer your advice on the best filesystem for this application. "Namely, the file size on a FAT32 filesystem is limited to 4GB (4GB less 1 byte to be technical). I have some files that are well over that size that I want to store, mostly raw DVD video. I'll primarily be using these drives on a Linux-based system, and initially, with a Western Digital Live TV media player. I can access a EXT3 filesystem from both of these, and I'm thinking about reformatting to EXT3. But on Windows, it requires a 3rd party driver to access the EXT3 filesystem. NTFS is an option, but the Linux kernel NTFS drivers (according to the kernel build documentation) only have limited NTFS write support, only being safe to overwrite existing files without changing the file size). The Linux-NTFS project may be able to mitigate my NTFS concerns for Linux, but I haven't had enough experience with it to feel comfortable. At some point I'd like whatever filesystem I use to be accessible to Apple's OS X. With those constraints in mind, which filesystem would be the best to use? I realize that there will always be some compatibility problems with whatever I end up with. But I'd like to minimize these issues by using a filesystem that has the best multi-OS support for both reading and writing, while at the same time supporting large files."

484 comments

  1. Ext3 by epedersen · · Score: 0

    It is open, and the driver is available for windows. And I don't see it just disappearing, so nothing can read it.

    1. Re:Ext3 by moderatorrater · · Score: 5, Informative

      I personally go the other way. Sure, there's an Ext3 driver for windows, but from what I've seen it's not that good. On the other hand, I've used the NTFS driver on Linux quite a bit and it's worked pretty well. More importantly, I have confidence that the NTFS driver will continue to get better.

    2. Re:Ext3 by xSauronx · · Score: 2, Informative

      yeah, i use linux and have my exteral drive formatted as NTFS

      honestly, i cant recall having a single write-related problem and i do raw DVD video often enough. linx NTFS support has been solid for me for well over a year now.

      --
      By and large, language is a tool for concealing the truth. -- George Carlin
    3. Re:Ext3 by clang_jangle · · Score: 1

      Yes, or HFS+ will work too if you use HFSExplorer for windows, as Linux has very good support for HFS+.

      --
      Caveat Utilitor
    4. Re:Ext3 by Anonymous Coward · · Score: 0

      Except you can't write new files.

    5. Re:Ext3 by TheShadowzero · · Score: 1

      Yep, this is my experience too. The ntfs-3g module is definitely the way to go, let's you read, write, create new files, do whatever you want. The only limitation I've come across with it is if you try to access a drive that was turned off with hibernate (ie you hibernate your windows and then load up *nix and try to read the drive...doesn't work) but I feel like that's an obvious limitation.

      --
      If history repeats itself, why can't we study the future?
    6. Re:Ext3 by Anonymous Coward · · Score: 0

      Then, using NTFS must be recieving and using ext3 must be giving.

      Either way. Macs suck.

    7. Re:Ext3 by Bacon+Bits · · Score: 1

      I haven't researched it, but I'd be willing to bet that the additions added to NTFS since Windows XP (volume shadow copies among other things) may not be supported by the Linux drivers. Not a huge problem, but something to keep in mind.

      --
      The road to tyranny has always been paved with claims of necessity.
    8. Re:Ext3 by Anonymous Coward · · Score: 1, Funny

      I personally go the other way.

      homo.

    9. Re:Ext3 by Anonymous Coward · · Score: 0

      NTFS is readonly on OSX.

    10. Re:Ext3 by IdleTime · · Score: 2, Informative

      I have a Seagate 1TB USB drive and I used it both under Windows and Linux, so the FS is NTFS:
      Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
      255 heads, 63 sectors/track, 121601 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes
      Disk identifier: 0xa4b57300

      Device Boot Start End Blocks Id System
      /dev/sdb1 1 121601 976760001 7 HPFS/NTFS

      I currently run Linux exclusively and I'm going to buy the new 2TB drives and I will format it with btrfs since I will only be using it under Linux, but I have had no problems reading and writing to the drive under Ubuntu 9.10 nor under Windows XP.

      --
      If you mod me down, I *will* introduce you to my sister!
    11. Re:Ext3 by Anonymous Coward · · Score: 0

      On the other hand, using ReiserFS is like anally penetrating a corpse

    12. Re:Ext3 by whizbang77045 · · Score: 1

      I've used the NTFS file system under SuSE Linux for a couple of years without problems. I use NTFS as the common file system for both Windoze and Linux.

    13. Re:Ext3 by Sophira · · Score: 5, Informative

      Sure, there's an Ext3 driver for windows, but from what I've seen it's not that good.

      Which particular driver are you referring to? There are a few.

      Personally, I use Ext2 IFS in Windows (it works for Ext3 too) and it is, hands-down, the stablest and best Ext2/3 Windows driver I've used. Every other one I've tried would have stability issues; with IFS I don't have to worry. (There's been precisely *one* time in pretty much years that the driver crashed on me, and that's when I was doing something weird and stupid; I don't remember what. But more importantly, it didn't do anything bad to the filesystem in that crash.)

    14. Re:Ext3 by Anonymous Coward · · Score: 0

      I have a USB hard drive formatted with ext3 and I use the ext3 driver on my windows workstation (gaming)... never had a problem with it.

      I use it primarily as a backup drive and I use rsync to backup to it, so reliability is huge for me and ext3 to ext3 with rsync is about as reliable as USB backups get IMHO.

    15. Re:Ext3 by Anonymous Coward · · Score: 0

      NTFS under linux has worked wonderfully for me when I was dual booting windows and linux. The only issue I ran into was the drive not being seen in linux, which was often caused by an improper windows shutdown. Rebooting into windows and then rebooting into linux always fixed it.

    16. Re:Ext3 by Anonymous Coward · · Score: 0

      I have been using ext2 and ext3 on all my external USB mounted drives for years without any problems whatsoever. This includes high utilization on large drives.

    17. Re:Ext3 by Anonymous Coward · · Score: 0

      Has anyone tried accessing an NTFS drive from disparate OSes running in VMs? For example, one VM is Linux w/ NTFS-3G, another VM is Windows, and both are using a local NTFS drive? What about the same arrangement, but with the Ext2 IFS driver in Windows and both VMs using a local Ext3 drive? I'm curious more about reliability than speed.

      - T

    18. Re:Ext3 by randallman · · Score: 3, Insightful

      NTFS is recommended several times in response to this article and it troubles me. The next de facto portable filesystem standard is being determined by us in the same way mp3 was made a standard. Ask yourself if you really want to see NTFS become the standard? Personally I'd rather see a truly open filesystem become standard and I really don't want to see Microsoft have the leverage to make more patent threats. If you agree with me and have some integrity, please recommend an open standard.

    19. Re:Ext3 by dbIII · · Score: 1

      While the NTFS driver works well it does seem to be significantly slower than accessing other file systems and significantly slower than MS Windows accessing it. It probably only matters when you are using the device for transport and want to read or write a lot to it - in which case for large external drives the difference becomes several hours.

    20. Re:Ext3 by FictionPimp · · Score: 1

      Not if you use MacFUSE

    21. Re:Ext3 by yoyhed · · Score: 1

      Welcome to 2007. Try out ntfs-3g. Very reliable and fast read/write support for NTFS. Are you still running Debian-stable or something? ;-)

      --
      WHO NEEDS SHIFT WHEN YOU HAVE CAPSLOCK/ DAMN1
    22. Re:Ext3 by creepynut · · Score: 3, Informative

      Except that it's basically unusable now.
      I don't know the details 100%, but the Ext2 IFS driver doesn't support Inodes that are larger than 128 bytes, according to the site you linked.

      My understanding is that Ext3 defaults to 256 byte Inodes now. The only way to change it is to manually create the file system with some flags, no gui option, certainly not while I'm installing Fedora or Ubuntu.

      I tried getting it to go but when I attempt to access the drives windows tells me it needs to be formatted before use. Not good!

      Perhaps it will eventually be fixed, but I will agree with the GP, using NTFS from Linux has been rock solid for at least a couple years for me.

    23. Re:Ext3 by houstonbofh · · Score: 1

      However, it may not matter what I want. It may just be what will work when I am at a friends house (or library, or Kinkos) and need to transfer files. Sometimes you just need it to work, and NTFS does work everywhere.

    24. Re:Ext3 by Magic5Ball · · Score: 1

      From my experiences triple-booting on a hackintosh, MacFUSE is sufficient, but the usual hibernate and clean unmounting disclaimers apply. Fun things happen when OS X or Windows decide that a previous version of the file system is the correct one, and then proceed to attempt writes. Also, OS X ownership/permissions, and NTFS alternative data streams will not work as expected.

      --
      There are 1.1... kinds of people.
    25. Re:Ext3 by Antity-H · · Score: 1

      I also use NTFS with ntfs-3g as the linux driver.

      however I can't say I am really satisfied. while it works flawlessly for simple uses, I find that permissions don't map very well between linux and Windows,leading to some very frustrating situations where changing permissions in unix results in locked files on window or the reverse requiring a sudo to fix. there is most likely a fix for this but it is not obvious :(

      I really would like a truly portable filesystem which enforces an authentification and authorization scheme with support across multiple OSes.

    26. Re:Ext3 by osu-neko · · Score: 3, Insightful

      NTFS is recommended several times in response to this article and it troubles me. The next de facto portable filesystem standard is being determined by us in the same way mp3 was made a standard. Ask yourself if you really want to see NTFS become the standard?

      No, but that's not really relevant.

      Personally I'd rather see a truly open filesystem become standard and I really don't want to see Microsoft have the leverage to make more patent threats. If you agree with me and have some integrity, please recommend an open standard.

      Can't reconcile the contradiction in that request. There's no open standard that satisfies the need, so I would have to abandon my integrity to make a dishonest recommendation that I like for its openness. If I want to maintain my integrity, I need to make an honest recommendation that accords with the truth, even if it's an unpleasant truth. For the desired purpose, the sad truth is your best bet is NTFS. I wish that weren't so, I would hope that in a few years some open standard would emerge, but I'd be dishonest to answer with wishful thinking rather than fact.

      --
      "Convictions are more dangerous enemies of truth than lies."
    27. Re:Ext3 by plover · · Score: 1

      I think for TFA's purposes the differences in permissions won't be much of an issue. He is building a media storage library for home use. This is likely to be a small set of users, all with common permissions.

      I'm not saying your points aren't valid, just that they may not apply in this case.

      --
      John
    28. Re:Ext3 by ppc_digger · · Score: 2, Informative

      It has at least two other issues: it doesn't support ext3 journaling (so ext3 is treated as ext2), and it can't fsck (and because it doesn't support ext3, it can't do a journal replay either), which means that it can't mount a dirty volume until it is mounted by Linux.

      --
      Of all major operating systems, UNIX is the only one originally meant for gaming.
    29. Re:ext3 by Anonymous Coward · · Score: 0

      I'll second ext3, (ext4 would be better but im unsure about the state of windows drivers for it) you won't lose your permissions that way as well. Put two partitions on the disk though, put a small partition for windows/mac drivers on it formatted as fat32 for if you need to take it to someone elses machine.

    30. Re:Ext3 by bheekling · · Score: 1

      Linux has very good support for HFS+.

      Not if you have a journaled HFS+ filesystem. Also, hpfsck is just simply a joke.

      --
      "..."
    31. Re:Ext3 by Anonymous Coward · · Score: 0

      Bullshit. I mount HFS+ journaled partitions in Linux every day.

    32. Re:Ext3 by bheekling · · Score: 1

      Ever tried writing to them? Before you start hurling abuses, did you try verifying your facts?

      Last week I tried writing to an HFS+ Journaled FS on Linux, and it managed to corrupt the FS. I had to use an OSX install to run an fsck and fix the partition (and lost 100GB of data out of a total of 250G in the process).

      --
      "..."
    33. Re:Ext3 by Anonymous Coward · · Score: 0

      Yes, I have indeed verified my fact or I wouldn't have posted.

      I'll take my three years of experience reading and writing to HFS+ in Debian over wikipedia's claims anyday. Probably you're making things up, but if not my guess is you need to change distros.

    34. Re:Ext3 by ByOhTek · · Score: 1

      There are several EXT3 implementations for windows, which do you refer? I've had absolutely NO issues with the IFS driver, other than I have to manually add the drive letter each time I boot.

      I pretty much use EXT3 for all drives that have to be shared between multiple operating systems, and have had no problems whatsoever.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    35. Re:Ext3 by Sophira · · Score: 1

      I certainly agree about ntfs-3g - I use it too. (I dual-boot, and having access to both types of partitions from both OSes is a lifesaver.) I have absolutely no problems with ntfs-3g either and would recommend it wholeheartedly.

      I actually didn't know that ext3 now defaulted to 256-byte inodes; my mistake on that one. I hope IFS is extended to allow for that size soon.

    36. Re:Ext3 by dave87656 · · Score: 1

      I use Ext2 IFS [fs-driver.org] in Windows (it works for Ext3 too) and it is, hands-down, the stablest and best Ext2/3 Windows driver I've used.

      Thanks for that tip. I just installed it. I haven't done much with it, but I am already pretty impressed. It installed quickly and works seemlessly. This solved a problem I've had for a while with an external drive I formatted with ext3 which I can now sync with my laptop.

      Thanks!

    37. Re:Ext3 by FictionPimp · · Score: 1

      Yea, I wouldn't want to try to run applications from a partition mounted with it. But to write some documents, it suffices. I personally took the lazy way out. I have an router with a USB port sharing a 1tb disk via samba.

  2. The solution.. by Anrego · · Score: 5, Interesting

    is to stop being so diverse! Pick a platform and stick with it!

    Ok, in all seriousness.. here's what you do:

    - buy yourself a cheap (~200) box
    - hook all your drives to it
    - use whatever file system you want (JFS, XFS would be my recommendation)
    - share it over your zoo of a network using nfs, samba, etc..

    As a bonus, your file server box could double as a media center, and replace your WD TV Live dealie.. (probably not though.. right)

    Irregardless, I think you're way better off with this approach vice trying to find the magical widely supported cross platform file system with large file capacity.

    You also might want to consider RAID vs. your monthly sync. Yes, RAID isn't a backup.. but for something like this where
    restoration would be possible, but just a pain in the ass.. mirrored raid can be a lot more convenient. You can always have
    a third external to back up your irreplacable data on a semi-annual basis..

    1. Re:The solution.. by Dynedain · · Score: 4, Informative

      Thats exactly what I did. Threw a couple of external drives on a Mac Mini. Formatted as HFS+ and did software array. Then using afp and smb provided the contents as shares to the Windows media center and various client machines on the network.

      Sure, software raid over USB is slow, but the bottleneck is the network so it doesn't really matter.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    2. Re:The solution.. by dieselpawn · · Score: 1, Offtopic

      Irregardless, I think you're way better off with this approach vice trying to find the magical widely supported cross platform file system with large file capacity.

      What's the difference between irregardless and regardless?

    3. Re:The solution.. by Seraphim1982 · · Score: 0

      It's the same as the difference between flammable and inflammable.

    4. Re:The solution.. by Keruo · · Score: 3, Informative

      One shoud never consider raid vs synced copies, use both simultaneously. They protect against different data-loss threats which aren't mutually exclusive.

      --
      There are no atheists when recovering from tape backup.
    5. Re:The solution.. by Demena · · Score: 0

      Regardless is "regardless of the reason given" Irregardless is "regardless of any possible reason" Regardless is comparative, irregardless is superlative. That cover it?

    6. Re:The solution.. by Anrego · · Score: 0

      There isn't one.. it's basically like irrespective

      Which is why I use it.. I have a gene that compels me to torture tech writers.. tis also the reason I use these half hearted ellipsis..

    7. Re:The solution.. by rpresser · · Score: 5, Insightful

      It might if irregardless was actually a word.

    8. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless isn't a word. That would be the main difference.

    9. Re:The solution.. by uradu · · Score: 3, Interesting

      Or get a cheap NAS like the D-Link DNS-321. While certainly far from the bee's knees in terms of performance or number of bays (2), it can be had for under $100 and has been hacked to death to run all sorts of other stuff on it. Plus it's nice and quiet and doesn't use much power. And it's kinda purdy.

    10. Re:The solution.. by Tynin · · Score: 1

      Pretty much my exact same suggestion. You can go fancy or go cheap, but you need a spare server you can stuff your big disks into. Personally I have a pretty extreme setup for my home file/media server. boot drive is 2 drives software RAID 1 with ext3 (wanted to go ZFS, but couldn't get it working on the boot partition, gave up due to time constraints). Then 8, 1TB drives in a software RAID 6 running ZFS. With 1gb switchs being so cheap it isn't a problem accessing large files over the network. I don't bother with backups, trying to keep 6TB of data backed up is just too much work (for things like DVD's from my personal collection, which is the purpose of this server, I can just rip them again. I do keep backups of personal pics/vids/files) I'm putting my hopes on that RAID 6 and ZFS will cover all my bases (short of the machine being physically stolen or my house burning down), it would take a lot of things failing all at once to take it out.

    11. Re:The solution.. by multimediavt · · Score: 5, Informative

      WRONG!

      Irregardless is not a proper English word. Its usage has *ALWAYS* irked me from when I was a small boy to now. To use common vernacular, it's a mashup of 'irrespective' (one negative; prefix) and regardless (also, one negative; suffix). 'Irregardless' is a double negative and is thusly illogical by construction and would only be understandable to people born in the U.S. since 1970, and those less literate in the U.S. prior to that.

      On my words that aren't words list it's right up there with 'impactful'.

    12. Re:The solution.. by David+Gerard · · Score: 3, Insightful

      +1 to this answer.

      This is what SAMBA is for. My home network has a mix of Ubuntu, Mac OS and Windows. It just serves to all of them without problems.

      I'm using a small silent PC as the server. Plug the USB drive into it, plug the USB turntable into it (and the cassette deck into the turntable) for ripping LPs and tapes, it's lovely.

      SMB over wifi serves fast enough to play MPEG4 video on the laptop and keep the toddler amused.

      --
      http://rocknerd.co.uk
    13. Re:The solution.. by Idimmu+Xul · · Score: 0, Offtopic

      Irregardless, I think you're way better off with this approach vice trying to find the magical widely supported cross platform file system with large file capacity.

      Please take note, irregardless is not a word!

      Thank you.

      --
      The problem with slashdot is that most of its users were bullied and stuffed into lockers as kids!
    14. Re:The solution.. by Anonymous Coward · · Score: 0

      You also might want to consider RAID vs. your monthly sync.

      No. Do the RAID with internal disks (so you have a file/media/whatever server), then use external disks for the backup of said RAID system. In fact, two disks are fine: one is stored elsewhere, the other at home for regular (monthly?! Do your data never change?!) backups. From time to time, swap the external disks. In one of the worst cases (complete loss of all disks at home), there is still the external drive with only one or several weeks of data missing, unless it died meanwhile ...

    15. Re:The solution.. by bertoelcon · · Score: 1

      WRONG!

      Irregardless is not a proper English word.

      It sure looks like a word to me.

      --
      Anything can be found funny, from a certain point of view.
    16. Re:The solution.. by mwvdlee · · Score: 1

      Dictionaries consider "irregardless" as incorrect. Then again, dictionaries follow language, they neither create nor limit it.

      Nonetheless, it seems most people use "irregardless" in a satirical sense; using it explicitly because it is considered incorrect.

      Most likely you should interpet "irregardless" in a satirical way; i.e. "not really regardless".

      Again; the word isn't defined by any source generally considered authoritive any other way than "incorrect", so the writer may have intended to make the word mean whatever he thinks it means ;)

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    17. Re:The solution.. by bertoelcon · · Score: 1, Informative
      --
      Anything can be found funny, from a certain point of view.
    18. Re:The solution.. by babblefrog · · Score: 1, Insightful

      I've seen it used multiple times in this discussion. That makes it a word.

    19. Re:The solution.. by uglyduckling · · Score: 4, Insightful

      Irregardless is nonsense caused by confusion between the words irrespective and regardless.

    20. Re:The solution.. by amRadioHed · · Score: 0, Redundant

      Irregardless of that website, "irregardless" most certainly is a word.

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    21. Re:The solution.. by samurphy21 · · Score: 1

      It means "without lack of regard".. GOD!

      Baltimore Orioles number one!

    22. Re:The solution.. by NitroWolf · · Score: 1

      No, most people use it because they think they sound smart when they use a big word. The problem is, it's not a word and thus they just sound like an idiot to the very people they are trying to impress when they say or write irregardless.

    23. Re:The solution.. by Godji · · Score: 1

      If you're taking the separate machine route, you might as well put Solaris on it and run ZFS. Having all your files checksummed, guaranteed correct, and self-repairing is a whole new world. Just avoid the latest Solaris release; the previous one works perfectly however.

    24. Re:The solution.. by NitroWolf · · Score: 1

      Irregardless of that website, "irregardless" most certainly is a word.

      And you would be wrong.

      Even disregarding the fact that it's not a word, the simple fact that the "ir" prefix negates the "regardless" should indicate to you that the word you think you're using isn't really a word at all. But then again, that's expecting intelligence and critical thinking from someone using "irregardless" in the first place, so I suppose that is kind of stupid in and of itself.

    25. Re:The solution.. by jeffehobbs · · Score: 2, Informative

      I second this (DNS-323 myself). Runs like a champ, very low-power, files
      available to every machine (and a WD TV Live) from any room in the house.

    26. Re:The solution.. by molarmass192 · · Score: 5, Funny

      You're words are truthy enough, but your assuming that synergistic words like irregardless don't have impacts on english as we know it. The facts is that people will use words like that wether we like it or not. This is truely, the case when it comes to American's use of language. Sadly, theirs very little we, as people far more litterate than the average people, can really do about that. If people used grammer checkers, then you and me would not see so many people authoring bad words and having a negative affect on english as it is known and practised today but should be editted and spokened tomorrow.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    27. Re:The solution.. by EdIII · · Score: 5, Insightful

      I've seen it used multiple times in this discussion. That makes it a word.

      ummmm. okay. "Fugnutish". Let's keep it going a few more replies and I gots my new word :)

    28. Re:The solution.. by Anonymous Coward · · Score: 0

      users I.Q.

    29. Re:The solution.. by multimediavt · · Score: 1

      Ok, do I really want to get into a philological discussion on a computer website? NO! Will I ask you to explore how words become part of an official language, and that even bad ones, or improper ones (like those with double negatives) make it into vernacular, dialect, and then possibly the root language? YES! Would I also remind you to look at the 'Usage' and 'Origin' sections of any definition? YES!!!!

      Anyone can make up any word, have it spread through a local or regional vernacular, then get it picked up by an entire dialectic group, but if it makes no logical sense it's still ridiculously stupid to use and shows that its user has a poor grasp of written and spoken language as communication.

      I know that language changes over time, but 'irregardless', no matter how 'popular', is illogical and thus does not convey meaning, and is thus NOT A WORD! And, I'm out!

    30. Re:The solution.. by adric · · Score: 1

      Please take note, irregardless is not a word!

      Please take note, nobody actually cares!

      --
      not plane, nor bird, nor even frog...
    31. Re:The solution.. by Tanktalus · · Score: 5, Funny

      No, most people use it because they think they sound smart when they use a big word. The problem is, it's not a word and thus they just sound like an idiot to the very people they are trying to impress when they say or write irregardless.

      As a former coworker once told me, "Never use a large word when a diminutive one will suffice." I think he was showing off.

    32. Re:The solution.. by buchner.johannes · · Score: 3, Funny

      Irregardless, you're new word is stupid.

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    33. Re:The solution.. by Anonymous Coward · · Score: 1, Interesting

      Utter rubbish.
      Irregardless is a perfectly cromulent word.

    34. Re:The solution.. by MightyMartian · · Score: 1

      Or to put it another way, dictionaries are descriptive, not proscriptive. If the word "irregardless" is used enough, it becomes a part of the language, and to be honest, I've heard it (and even slipped up and used myself) enough times that, whether or not it is currently considered a proper word, it's probably well on its way to being one.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    35. Re:The solution.. by BiggerIsBetter · · Score: 1

      Really? I thought it was nonsense cause by proliferation of The Far Side cartoons.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
    36. Re:The solution.. by SEAL · · Score: 1

      Irregardless is nonsense caused by confusion between the words irrespective and regardless.

      At least people generally follow the intended meaning. Compare that to flammable, which came into use because people misunderstand "inflammable".

    37. Re:The solution.. by V!NCENT · · Score: 1

      Or... you could just format it ext4 (or some other rediculous, Oracle style, check 600x times if the file's been copied correctly file system) and login to Linux once a month, take you Linux files and put it on there and then from within Linux put your Windows NTFS partition on read only and copy you Windows files from withing Linux to your secure ext4 backup drive.

      Done...

      --
      Here be signatures
    38. Re:The solution.. by elashish14 · · Score: 1

      It might if irregardless were actually a word.

      If we insist on being Nazis.

      --
      I have left slashdot and am now on Soylent News. FUCK YOU DICE.
    39. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless, I think you're way better off with this approach vice trying to find the magical widely supported cross platform file system with large file capacity.

      Sorry but I couldn't resist:

                    "Irregardless" is not a word. Or rather, it is an incorrect word originating from the (painful) misuse of "regardless".

      Ok. I'm done.

      What were we talking about?

    40. Re:The solution.. by amRadioHed · · Score: 1

      No, I would not be wrong. What is and is not English is entirely determined by usage. No website, dictionary, style guide, or author has any authority over the language. If the word is used then it is a word and "irregardless" is used. It's as simple as that.

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    41. Re:The solution.. by jcouvret · · Score: 1

      It's in the dictionary. It may be a pointless word, but it is a word.

    42. Re:The solution.. by Anonymous Coward · · Score: 0
    43. Re:The solution.. by camperdave · · Score: 5, Funny

      What's the difference between irregardless and regardless?

      Irregardless works in the dark.

      --
      When our name is on the back of your car, we're behind you all the way!
    44. Re:The solution.. by Jeff+Carr · · Score: 3, Insightful

      You can't just create words out of the blue. People will never be able to grok your meaning if you do. You know I'm right, so don't be all fugnutish about it.

      --
      The television will not be revolutionized.
    45. Re:The solution.. by zippthorne · · Score: 1

      is thusly illogical

      Did you really mean to adverb "thus" there? I don't think that sentence means what I think you think it means.

      --
      Can you be Even More Awesome?!
    46. Re:The solution.. by himitsu · · Score: 1

      Wow, grammar trolls *DO* exist. That was torture.

    47. Re:The solution.. by maxume · · Score: 1

      Are you serious or is that some kind of crazy parody?

      --
      Nerd rage is the funniest rage.
    48. Re:The solution.. by RogL · · Score: 3, Funny

      I'm not sure I like the fugnutish tone you used in your post!

    49. Re:The solution.. by Jeff+Carr · · Score: 1

      It may be that he knew exactly what he was saying, and his sentence would have been the same irrespective of whether he used that first word or... that other word I can't quite remember. Regardless, my point still stands.

      --
      The television will not be revolutionized.
    50. Re:The solution.. by Anonymous Coward · · Score: 1

      Thats exactly what I did. Threw a couple of external drives on a Mac Mini.

      At this time I'd recommend an Acer Aspire Revo and put the OS of your choice on it, but that's just a quibble.

    51. Re:The solution.. by Spud+the+Ninja · · Score: 1

      Or to put it another way, dictionaries are descriptive, not proscriptive.

      For English, that's true; for other languages, not so much.

      --
      You can never put too much water in a nuclear reactor.
    52. Re:The solution.. by Daimanta · · Score: 1

      Nonsense, irregardless is a perfectly cromulent word.

      --
      Knowledge is power. Knowledge shared is power lost.
    53. Re:The solution.. by Anonymous Coward · · Score: 0

      WRONG!

      Irregardless is not a proper English word.

      It sure looks like a word to me.

      But not a proper one. The parent is correct, it has come into use because people who want to sound smart don't realize the word is irrespective, or regardless, so they mash the two together. Sort of like how people say "often times" which is redundant... just say "often". Or "many times". Or "frequently".

    54. Re:The solution.. by Anonymous Coward · · Score: 1, Insightful

      Speaking of "stupid". You're should be your.

    55. Re:The solution.. by yukk · · Score: 5, Funny

      Utter rubbish. Irregardless is a perfectly cromulent word.

      Exactly. It embiggens the language.

      --
      The trouble with the rat race is that even if you win, you're still a rat." Lily Tomlin
    56. Re:The solution.. by Anonymous Coward · · Score: 0

      Nonetheless, it seems most people use "irregardless" in a satirical sense; using it explicitly because it is considered incorrect.

      I had a professor who'd use the word "disirregardless."

    57. Re:The solution.. by MightyMartian · · Score: 1

      Certainly enforced standardization can have an effect, but at the end of the day, unless you're talking about a dead language like Koine Greek or Classical Latin, languages will evolve. New words and new usages of existing words will happen no matter what. It is the divide between the standardized forms of any language (usually the more conservative written forms) and the common vernacular. Believe me, no living language can ever have any kind of ultimately proscriptive set of usages.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    58. Re:The solution.. by Sylver+Dragon · · Score: 1

      Was gonna say the same thing. Get a cheap NAS, put the two drives in it, go with RAID 0.
      The D-Link DNS-321 is $120 from Newegg. It runs Linux and can handle all your Web/FTP/Samba needs.

      --
      Necessity is the mother of invention.
      Laziness is the father.
    59. Re:The solution.. by Colonel+Fahlt · · Score: 1

      Or in geek terms: 1 + i - 1

    60. Re:The solution.. by jhol13 · · Score: 1

      Pick a Windows and stick with it? No thanks.

      Ad what you do when the machine/motherboard dies?

      I'd much rather have my backup on something which can be read by as many different systems as possible. You see, when I'm "64" ...

    61. Re:The solution.. by yukk · · Score: 1

      I feel as you do. I looked up references online though and it's in the OED. Sadly, that pretty much makes it a word. The language will evolve. Sadly, it will often evolve as a result of uneducated people making mistakes and sharing their mistakes with their uneducated associates.

      --
      The trouble with the rat race is that even if you win, you're still a rat." Lily Tomlin
    62. Re:The solution.. by benjamindees · · Score: 1

      I suppose you might have a point, if "was" were the future subjunctive of "be".

      --
      "I assumed blithely that there were no elves out there in the darkness"
    63. Re:The solution.. by element-o.p. · · Score: 1

      "Irregardless" is a lot less annoying (to me, anyway) than, say, "ginormous."

      I don't know why, but I loathe that word.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    64. Re:The solution.. by i_want_you_to_throw_ · · Score: 1

      Why even discuss it? After all this is the same slashdot where the term "tinfoil hat" is used regularly when people really mean aluminum foil.
      Al != SN

    65. Re:The solution.. by Dahamma · · Score: 1

      He wants the two drives for redundancy, so he wants RAID 1 (mirroring), not RAID 0 (striping). Otherwise, I don't understand why "get a NAS" wasn't the number one response. I guess too many people just wanting to argue about their filesystem of choice ;)

      I guess he also wanted a second drive "backed up monthly and kept at a different location". In that case, I'd *still* go with a 2 disk RAID 1 (since drive failure is going to be a LOT more likely than a fire or theft). In that case, get another drive of the same size (don't bother with more RAID) and format it with the fastest filesystem that works with the OS you are most likely to use if you have to copy the backup to a new NAS device (for me that would probably be XFS on Linux if most of the files are huge and contigious, or ext4 if hesitant about XFS...)

    66. Re:The solution.. by Anonymous Coward · · Score: 0

      Seems like a perfectly cromulent word to me.

      - T

    67. Re:The solution.. by steveha · · Score: 1

      Eh, making up new words seems like a granfalloonian thing to do.

      But one good thing about your word, it sounds kind of fugnutish. I like that in a word.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    68. Re:The solution.. by sconeu · · Score: 1

      Sorry dude. LA Angels number one!

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    69. Re:The solution.. by 192939495969798999 · · Score: 1

      I would use anything that is different from the main system's file system. I'd something weird whacks the filesystem 1, hopefully then because filesystem 2 is diffferen. It would not be affected and you'd buy some additional time to do a recovery.

      --
      stuff |
    70. Re:The solution.. by Lord+Byron+II · · Score: 1

      Godwin's Law FTW!

    71. Re:The solution.. by kenji.toyama · · Score: 1

      I also use a NAS, but that's not a solution for people who want portability and use the drive in different computers. Recently I got a small 500gb freecom and it came with fat32, but 4GB file size limit is ridiculous. Ext3/4, XFS.... would be nice, but Windows and Mac do not support it out of the box. NTFS, although not perfect, allows me to use it in friend's computers that do not have a special driver, and also it works fine in my linux laptop.

    72. Re:The solution.. by molecular · · Score: 1

      how is the network the bottleneck? gigabit-equipment is dirt-cheap nowadays. when copying files from my server my laptop it's clearly the write-speed of the hd in the laptop that is the bottleneck.
      even a 100mbit link (about 60MB/s even over samba) should easily be able to saturate a usb2 hd.

    73. Re:The solution.. by Anonymous Coward · · Score: 0

      Agreed. I don't like such noncromulent words.

    74. Re:The solution.. by Simmeh · · Score: 3, Funny

      He wasn't being fugnutish at all, don't you even know the definition of the word?

    75. Re:The solution.. by b4upoo · · Score: 1

      God, I hope you are joking. Your post would make a good editing test for an English 101 class. Notice that English actually is capitalized.

    76. Re:The solution.. by hedwards · · Score: 1

      It's supposed to be spelled 'irregardless. As in disirregardless as in disirregarding something.

    77. Re:The solution.. by uvajed_ekil · · Score: 1

      I could argue about incorrect word creation and use like this all day. Irregardless, I have to go literally right this second to dethaw a roast for x-mas, which is a whole nother story we won't go into.

      --
      This is a hacked account, for which the owner can not be held responsible.
    78. Re:The solution.. by Anonymous Coward · · Score: 0

      Sadly, 95% of readers don't get why this is funny.

    79. Re:The solution.. by Anonymous Coward · · Score: 0

      I see you think that's not possimpible

    80. Re:The solution.. by Anonymous Coward · · Score: 0

      Rainier Wolfcastle: Mein eyes, the goggles do nothing!

    81. Re:The solution.. by amirulbahr · · Score: 1

      Wow. Three wooshes in a row. Must be a record.

    82. Re:The solution.. by Sancho · · Score: 2, Informative

      100mbit link provides approximately 10MB/s. It's the difference between megabits and megabytes. I get about twice that on my USB drive. With gigabit, I can get around 50MB/s, and then the USB drive becomes the bottleneck.

    83. Re:The solution.. by MightyYar · · Score: 2, Insightful

      Irregardlessly, it is funny.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    84. Re:The solution.. by p4ul13 · · Score: 1

      I see what you did there.

      Consider this comment to be an honorary funny mod. I had points the other day, but they expired. You deserve them sir.

      --
      Paul Lenhart writes words!
    85. Re:The solution.. by fast+turtle · · Score: 1

      Screw that: get one of the new PogoPlugs with 4USB ports. Low power and safely share all the drives over the network to everything you've got. Use EXT3 and you're good to go.

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    86. Re:The solution.. by Anonymous Coward · · Score: 0

      Perfectly cromulent.

    87. Re:The solution.. by MightyYar · · Score: 1

      You are, of course, correct. Irregardless is a word, and it is commonly used.

      So is ain't.

      But you sure won't impress people with your edumacation using words like irregardless or ain't, no matter how much they are used at NASCAR events.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    88. Re:The solution.. by Jah-Wren+Ryel · · Score: 2, Informative

      You can't just create words out of the blue. People will never be able to grok your meaning if you do. You know I'm right, so don't be all fugnutish about it.

      Don't be such an asshat.

      --
      When information is power, privacy is freedom.
    89. Re:The solution.. by fucket · · Score: 1

      I think the word that you are looking for is "adverbize."

      "Abverbinate" would also be acceptable.

    90. Re:The solution.. by Hamsterdan · · Score: 1

      Mac OSX 10.5 and above (Intel and PowerPC) 32bit kernel only (from the website)

      Since it works within the browser, why the limitation?

      --
      I've got better things to do tonight than die.
    91. Re:The solution.. by Hamsterdan · · Score: 1

      Okay, works in Finder too, but again, why the limitations?

      no 64-bit love for OS X...

      --
      I've got better things to do tonight than die.
    92. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless of file system choice, use a ginormous drive for your backup.

    93. Re:The solution.. by zogger · · Score: 2, Insightful

      Those defortunate wooshers must have disirregarded all previal sarcatically full replitations yoused hear. I agreed, be-shortened bus haul of flaim.

    94. Re:The solution.. by Anonymous Coward · · Score: 0

      on purpose

    95. Re:The solution.. by maugle · · Score: 1

      Sure "irregardless" is word. The double negatives cancel out, so it simply means "regard".

    96. Re:The solution.. by honkycat · · Score: 1

      irked me

      Does that mean it didn't ked you?

    97. Re:The solution.. by amRadioHed · · Score: 1

      I don't like the word, myself. But the discussion isn't about whether or not we thought it was a good word so I left my opinion out.

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    98. Re:The solution.. by Anonymous Coward · · Score: 0

      I verbed it. "Verbing weirds language" after all.

    99. Re:The solution.. by Anonymous Coward · · Score: 0

      It's a perfectly cromulent word.

    100. Re:The solution.. by Anonymous Coward · · Score: 0

      It's a perfectly cromulent word.....

    101. Re:The solution.. by Fjandr · · Score: 1

      No, no! It actually means to not take into account something that has already not been taken into account. It's redundancy in action without actually acting on anything. Brilliant!

    102. Re:The solution.. by xsonofagunx · · Score: 1

      Not only did reading your post make me want to shoot myself, I think I lost intelligence while doing it. Please tell me you did all that on purpose. Please.

    103. Re:The solution.. by Anonymous Coward · · Score: 0

      William Safire's Rules for Writers:

      • Remember to never split an infinitive.
      • The passive voice should never be used.
      • Do not put statements in the negative form.
      • Verbs have to agree with their subjects.
      • Proofread carefully to see if you words out.
      • If you reread your work, you can find on rereading a great deal of repetition can be by rereading and editing.
      • A writer must not shift your point of view.
      • And don't start a sentence with a conjunction. (Remember, too, a preposition is a terrible word to end a sentence with.)
      • Don't overuse exclamation marks!!
      • Place pronouns as close as possible, especially in long sentences, as of 10 or more words, to their antecedents.
      • Writing carefully, dangling participles must be avoided.
      • If any word is improper at the end of a sentence, a linking verb is.
      • Take the bull by the hand and avoid mixing metaphors.
      • Avoid trendy locutions that sound flaky.
      • Everyone should be careful to use a singular pronoun with singular nouns in their writing.
      • Always pick on the correct idiom.
      • The adverb always follows the verb.
      • Last but not least, avoid cliches like the plague; seek viable alternatives.
    104. Re:The solution.. by Anonymous Coward · · Score: 0

      I agree, a NAS-based solution (such as either a NAS unit itself, or a customized configuration of a box) is best.

      By the way, I'm not sure "irregardless" is the word you were looking for, as it isn't even a real word; did you mean "regardless", or perhaps "irrespective"?

    105. Re:The solution.. by sukotto · · Score: 1

      Trust /. to nitpit the neologism and skip discussing the merit of the rest of the sentence. :-)

      --
      Come play free flash games on Kongregate!
    106. Re:The solution.. by Beat+The+Odds · · Score: 1

      What's the difference between irregardless and regardless?

      One is a word and the other is not. You figure out which one is which.

    107. Re:The solution.. by Anonymous Coward · · Score: 0

      aaaaaaaaaaaaaaggh, it BBBUuuuurns us!

    108. Re:The solution.. by rantingkitten · · Score: 1

      sigh. I used to work with a guy who said "electronical" all the time. He was working helpdesk, too, which made it even more obnoxious, since I'd overhear him blaming this electronical device or that electronical device for the problem.

      --
      mirrorshades radio -- darkwave, industrial, futurepop, ebm.
    109. Re:The solution.. by Anonymous Coward · · Score: 0

      Enjoyed that!

      But I do recall a linguistics professor stating English is an evolving language. New words become "official" words all the time. Ones formerly considered crude, slang, or incorrectly used, are now considered, "proper."

    110. Re:The solution.. by virtualflesh · · Score: 1

      The same difference there is between "I could care less" and "I couldn't care less." One is what you mean, the other is not. But no one says what they mean. They expect others to read their mind.

    111. Re:The solution.. by StarsAreAlsoFire · · Score: 1

      Supposedly he invented the water bed in that book, too.

    112. Re:The solution.. by RedWizzard · · Score: 1

      'Irregardless' is a double negative and is thusly illogical by construction and would only be understandable to people born in the U.S. since 1970, and those less literate in the U.S. prior to that.

      You are completely misunderestimating the ability of people to figure out what someone means (as opposed to what someone actually says).

    113. Re:The solution.. by Anonymous Coward · · Score: 0

      "Irregardless"..really?

    114. Re:The solution.. by R.Mo_Robert · · Score: 1

      Dictionaries consider "irregardless" as incorrect. Then again, dictionaries follow language, they neither create nor limit it.

      Actually, I would say you're wrong: most dictionaries do attempt to "limit" language by providing "advice" on usage. Most people actually expect dictionaries to do this--to make judgements about usage that is widespread enough to warrant mention in the dictionary but not part of the "prescriptive grammar" of Standard English.

      The OED is an example of a dictionary that, from what I can see, does a better job of describing language as people actually use it; this is a favored source among linguists, who also seek to describe language as people actually use it ("descriptively") as opposed to how some people think they "should" ("prescriptively"). But if a dictionary refuses to include a word because some people don't like it--like 'irregardless'--then it's not a descriptive analysis; it clearly has prescriptive influence.

      --
      R.Mo
    115. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless, the fact that the term was used and its meaning was understood meant that communication took place. Regardless of the syntax and failure to comply successfully to an established protocol, this new term was processed successfully. This is how words in language are created, irregardless of whether it conforms to conventions. The fact that two people use the word and can understand its meaning demonstrates its validity as a term in language. It might not be proper English, but really what is? There are generally sub-dialects in every language and language is always evolving - it has to as the world is always changing and we always need new ways to describe what we see and experience. If ringtone and spyware are words, then hell irregardless can be to if enough people accept it.

    116. Re:The solution.. by Anonymous Coward · · Score: 0

      Utter rubbish.
      Irregardless is a perfectly cromulent word.

      Exactly. It embiggens the language.

      ir-regard-less being a double negation of regard technically it means regardful.

      irregardlessly,

      -RawLife

    117. Re:The solution.. by Keep+Six · · Score: 0, Flamebait

      'irregardless' is a perfectly cromulent word. It embiggens us all.

    118. Re:The solution.. by Hal_Porter · · Score: 1

      WRONG!

      Irregardless is not a proper English word. Its usage has *ALWAYS* irked me from when I was a small boy to now.

      I know it is not a word. I just use it to make the PENDANTS SURFER!

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    119. Re:The solution.. by Anonymous Coward · · Score: 0

      How the fuck does a 6-digit UID not know how much a megabit is?
      Guess it's another ebay fucktard :(

    120. Re:The solution.. by Magic5Ball · · Score: 1

      (short of the machine being physically stolen or my house burning down), it would take a lot of things failing all at once to take it out.

      I've encountered the following in the last 18 months:
      - Six drives on an el cheapo PSU which could barely power two. Lasted approximately a month while providing generous quantities of data errors.
      - Four SATA drives on the same controller in RAID 10. Planar controller freaks out and provides too much current on the data lines.
      - Five SATA drives in a "RAID 6" mounted in adjacent bays in a tower case. Middle drive fails from heat failure, while two others become obscene with SMART notifications and irrecoverable data errors.
      - Six high RPM drives without staggered power on, on a day with abnormally high draw on other circuits, receive just enough power to start spinning up as the mainboard gets sufficiently underpowered to trigger a hard reset, and then the drives receive just enough power to start spinning up...
      - mdadm error messages e-mailed to non-monitored account for several months on end

      rsync to different off-site servers works fine for me.

      --
      There are 1.1... kinds of people.
    121. Re:The solution.. by RockDoctor · · Score: 1

      gigabit-equipment is dirt-cheap nowadays.

      Gigabit cabling isn't. Or to be more precise, ripping up the carpets and skirting boards in the living room and bedroom without the wife noticeing and complaining isn't an option.
      So, no gigabit for me, until the wife discovers something that she wants to do that saturates the network. And I don't think that's going to happen in the foreseeable future - I think we'll move to a different country first and I'll cable in gigabit or 10gig directly.
      To be honest though - I've not encountered anything apart from backing up the file server where 100-base-T is a limitation. And the file server I backup by hooking the USB drives to it, then telnetting in and running the process natively on the box itself.
      (Wireless? Meh. Tempest isn't a worry; wireless security holes are a worry; and I have to maintain explosives compatibility on my machines. Who needs it?

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    122. Re:The solution.. by Vahokif · · Score: 1

      But if it's in use, and you understand what it means, is it really improper?

    123. Re:The solution.. by Anonymous Coward · · Score: 0

      Ok but then what file system to run on the NAS? I have a DLINK 343 with EXT3 and boy is it slow writing, even with gigabit and jumbo frames.

    124. Re:The solution.. by Anonymous Coward · · Score: 0

      Agreed. I did just that. But keep in mind that these D-Link DNS321 / DNS323 things don't take all drives: they become hot easily. So buy a pair of your favourit brand's "Green" drives.

      (I had a pair of WD "Server Edition" drives in it but it kept overheating, then crashing. The problem went away after I installed a pair of Caviar Greens.)

    125. Re:The solution.. by Anonymous Coward · · Score: 0

      Good one, I'll bite :)

      You rant about people's writing skills, or the lack thereof and yet you managed to write _theirs_ instead of _there is_. Luckily enough you didn't rant about orthography - the words are literate, grammar and edited, amongst others.

    126. Re:The solution.. by oever · · Score: 1

      I'm looking for a similar solution at the moment. I've got my data on a RAID in my desktop machine but want to do supervised mirroring to another disk in another machine. Ideally, I'd let this other machine be always on so I can access my data from anywhere and have it serve as a media player.

      The machine must have at least 1TB of disk, an audio output and low power useage and it should be possible to install Linux. Mac Mini is not an option, since I think it is too expensive.

      --
      DNA is the ultimate spaghetti code.
    127. Re:The solution.. by Anonymous Coward · · Score: 0

      Meanwhile, back on the original topic...

    128. Re:The solution.. by Anonymous Coward · · Score: 0

      I've seen it used multiple times in this discussion. That makes it a word.

      ummmm. okay. "Fugnutish". Let's keep it going a few more replies and I gots my new word :)

      Sorry, you can't just invent the word "Fugnutish" it already exists. It means "like a Fugnut" idiot!!

      Sheesh!!

    129. Re:The solution.. by spiracle · · Score: 1

      Wow. That's the first obvious troll I have seen on slashdot with a rating of "4, insightful". Awesome, if a little ensaddening.

    130. Re:The solution.. by Gax · · Score: 0, Offtopic

      You're words are truthy enough, but your assuming that synergistic words like irregardless don't have impacts on english as we know it. The facts is that people will use words like that wether we like it or not. This is truely, the case when it comes to American's use of language. Sadly, theirs very little we, as people far more litterate than the average people, can really do about that. If people used grammer checkers, then you and me would not see so many people authoring bad words and having a negative affect on english as it is known and practised today but should be editted and spokened tomorrow.

      Er... Why is this insightful? It's full of (intentional) errors. It should be +5 funny.

    131. Re:The solution.. by uglyduckling · · Score: 1

      Yes, I see your argument, and it's one that's commonly repeated. It's probably not that important to get worried about this particular word. However, there is some sense to rejecting words that ride roughshod over language conventions. In my field (medicine) a lot of words are derived from Latin and Greek. It's impossible for me to know everything about every condition, and every so often I see a patient with some obscure syndrome that I've never heard of. More often than not, I can figure out what it's vaguely about by thinking through the meaning of the name, which gives me an idea of where to start. 'Irregardless' is a terrible word because it has a built-in double negative. As I said, although that word itself doesn't matter that much, generally trying to keep the English language from being polluted with words that are intrinsically stupid is a good thing. English is famously full of irregular verbs, nouns borrowed from a whole host of other languages etc. - the more we can avoid the inherently ridiculous, the better.

    132. Re:The solution.. by Whiteox · · Score: 1

      I am now totally gruntled by that!

      --
      Don't be apathetic. Procrastinate!
    133. Re:The solution.. by jonaskoelker · · Score: 1

      so many people authoring bad words and having a negative affect on english

      Aww, that made me feel bad :(

    134. Re:The solution.. by Whiteox · · Score: 1

      You mean aluminium don't you?

      --
      Don't be apathetic. Procrastinate!
    135. Re:The solution.. by Anonymous Coward · · Score: 0

      Sesquipedalian: polysyballic esoteric terminology

    136. Re:The solution.. by Whiteox · · Score: 1

      On my words that aren't words list it's right up there with 'impactful'

      Ok smartypants! Which is the betterest - brung or brang?

      --
      Don't be apathetic. Procrastinate!
    137. Re:The solution.. by Whiteox · · Score: 1

      authoring bad words and having a negative affect on english

      Double 'tt'? Surely you mean 'effect' and not 'affect'

      --
      Don't be apathetic. Procrastinate!
    138. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless, we still shouldn't misunderestimate this noun

    139. Re:The solution.. by aynoknman · · Score: 1

      What's the difference between irregardless and regardless?

      One is dissatisfactory to Grammar Nazis and the other is unsatisfactory to ordinary people.

      --
      We need a "+1 -- nice sig" moderation.
    140. Re:The solution.. by aynoknman · · Score: 1

      A pithier expression of the sentiment: Eschew obfuscation

      --
      We need a "+1 -- nice sig" moderation.
    141. Re:The solution.. by Anonymous Coward · · Score: 0

      That's why I use 'non-irregardless' - with the triple negative, I win!

    142. Re:The solution.. by pyster · · Score: 1

      I have this same neurotic response with people who us the word acronym when they should be using initialism.

    143. Re:The solution.. by dna_(c)(tm)(r) · · Score: 1

      He wasn't being fugnutish at all, don't you even know the definition of the word?

      It's an accident that happened when 'fun' and 'gutish' collided

    144. Re:The solution.. by ShakaUVM · · Score: 1

      >>'Irregardless' is a double negative and is thusly illogical by construction and would only be understandable to people born in the U.S. since 1970, and those less literate in the U.S. prior to that.

      Indeed. I'm hoping we can soon see a grammatical return to normalcy by people who think different, like good grammarists should.

    145. Re:The solution.. by AmiMoJo · · Score: 1

      I use a Pentium Dual Core based Intel board with SATA HDDs. I get about 45MB/sec over gigabit (no jumbo frames support) and with the drives protected by TrueCrypt. I'm using Server 2008 x86 without a key (re-install every 8 months, takes about an hour). I could probably get more if I moved the clients to Vista/Win7 with SMB2.

      It uses about 45W at idle thanks to power saving on the HDDs and a reasonably efficient PSU. It doubles as a download and encoding machine as well. My ISP's traffic throttling makes it unusable for anything beyond basic web and mail in the evenings so I have to download over night.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    146. Re:The solution.. by David+Gerard · · Score: 1

      I've just got my drives as FAT32 and speed is limited by the USB and the network. Should consider a better FS, i.e. one with any robustness at all and, ooh, allowing symlinks to exist would be nice.

      --
      http://rocknerd.co.uk
    147. Re:The solution.. by Anonymous Coward · · Score: 0

      Does inflammable means not flammable?

    148. Re:The solution.. by Anonymous Coward · · Score: 0

      " It might, if irregardless WERE a word"

      The 'subjunctive' case is called for when comparing a thing to what it isn't'

    149. Re:The solution.. by eta526 · · Score: 1

      This is what I do too. Homebrew hardware running Debian, with 4 drives in a RAID5 configuration running EXT3, shared over the gigabit network using Samba. Bottleneck is the laptop hard drive. It works great, and I can afford to have a single drive fail with no data loss. I mainly use it to back up hard drives and to store media files (movies and music.) The server also doubles as the network's router, but that's irrelevant to this discussion.

    150. Re:The solution.. by Anonymous Coward · · Score: 0

      You're words are truthy enough, but your assuming that synergistic words like irregardless don't have impacts on english as we know it. The facts is that people will use words like that wether we like it or not. This is truely, the case when it comes to American's use of language. Sadly, theirs very little we, as people far more litterate than the average people, can really do about that. If people used grammer checkers, then you and me would not see so many people authoring bad words and having a negative affect on english as it is known and practised today but should be editted and spokened tomorrow.

      Your comment is so filled with poor English that you have lost all credibility.
      Eg, the word is "truly" , not "truely"..
      It is "whether" , not "wether"..
      It is "..sadly there's very little.." , not ".. theirs..."
      It is "grammar" , not "grammer"...
      It is "...then you or I would not" .. not "..you or me ..."
      It is "..practiced..." not "practised"..

      Your feeble and inept attempts at erudition are nothing but instances
      where you are insulting yourself: appropriately, i might add.

    151. Re:The solution.. by Orange+Crush · · Score: 1

      What parent said with one caveat--if you're only using two drives, don't go RAID--you still wind up with two drives of the same age powered up simultaneously. It's better to have one powered down and stored so its more likely to last longer. When you do your monthly/semi-monthly/when-you-actually-get-around-to-it/backups, it can't hurt to generate a few tens of gigs of PAR2 files as well.

    152. Re:The solution.. by Anonymous Coward · · Score: 0

      Irked by vocabulary since you were a small boy? Great childhood you had there.

      >>...would only be understandable to people born in the U.S. since 1970, and those less literate in the U.S. prior to that.

      Explain to me how people with less literacy can have a larger vocabulary than more literate people? I think instead of 'literacy' you meant 'sticks up their asses'.

      Communication doesn't exist in a vacuum, its between and among people.

    153. Re:The solution.. by jbengt · · Score: 1

      I know what you mean.
      "humongous" is a gazillion times better than "ginormous".

    154. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless is a fully cromulent expression.

    155. Re:The solution.. by Prosthetic_Lips · · Score: 1

      Yeah, that's my favorite. Because I always find some obfuscation to be eschewing on. Keeps my mental jaws busy.

    156. Re:The solution.. by Van+Vleck · · Score: 1

      defortunate wooshers

      Awesome.

    157. Re:The solution.. by Anonymous Coward · · Score: 0

      Fugnutish sounds perfectly cromulent to me.

    158. Re:The solution.. by Anonymous Coward · · Score: 0

      Heh, ginormous. What a great word. It sounds like a slang term for a lesbian size-queen's vagina.

    159. Re:The solution.. by MobyDisk · · Score: 1

      I mean, if we were to database all of the word misusages, mispelings, verbing of nouns and nouning of verbs,

      It would make my brain go nucular.

    160. Re:The solution.. by operator_error · · Score: 1

      mod +1 Instigation

    161. Re:The solution.. by infuriatedweasel · · Score: 1

      Ditto. I just bought a DNS-321 with mirrored drives to replace my old one. I'm going to move the old one to my parents basement (yes, that's off-site) and set up rsync to back them up to each other periodically. There's lots of fun stuff you can do with these, and they just run and run without any intervention.

    162. Re:The solution.. by Jesus_666 · · Score: 1

      I propose to embiggen the English language by finally accepting anonirrespectivelessful as a proper word.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    163. Re:The solution.. by zemkai · · Score: 1

      That's why I always use disirregardless. :)

    164. Re:The solution.. by Jesus_666 · · Score: 1

      Nobody should be able to complain about proper Capitalization in the english Language. The Rules are just completely arbitrary, unlike those in - for instance - German. For that Matter, is the english Sentence Structure also weird and could a Reworking use. See? Everything is that Way much easier to read.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    165. Re:The solution.. by uradu · · Score: 1

      Does its DLNA server stream video, too? I use it all the time for music but haven't tried video since I don't have any such media extenders yet.

    166. Re:The solution.. by Capt.DrumkenBum · · Score: 1

      Fugnutish, is a perfectly cromulent word.
      It embiggens all who use it.

      --
      If I were God, wouldn't I protect my churches from acts of me?
    167. Re:The solution.. by uradu · · Score: 1

      I didn't miss his original intention of off-site storage, but that still doesn't invalidate the NAS suggestion. You can easily sync the off-site USB drive with a NAS share. Depending on his off-site options, he could even set up the off-site drive as another NAS (say at the parents' or a friend's) and have the two NASs continuously sync via the internet using rsync or something. Do the initial sync on-site for speed, then incremental syncs over the WAN. I'm pretty sure there is an rsync port for the DNS-321.

    168. Re:The solution.. by Anonymous Coward · · Score: 0

      "Inflammable means flammable?" -Dr Nick

    169. Re:The solution.. by Anonymous Coward · · Score: 0

      Speaking of "stupid". You're should be your.



      Whooosh to you and double-whoosh to the idiot who modded this insightful. Irregardless of your pedantry, ironic sarcasm does exist.
    170. Re:The solution.. by Anonymous Coward · · Score: 0

      The weather is Tucson is cold right now, lousy Smarch weather. Couldn't help myself.

    171. Re:The solution.. by Dynedain · · Score: 1

      Don't have gigabit on a G4 Mini. And frankly, don't need it until something else exceeds the Mini's capacity. I stream movies all the time over 100-bT, and can even pull it off on 802.11g.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    172. Re:The solution.. by abescully · · Score: 1

      My big webster's dictionary defines irregardless as "regardless; erroneous or humorous"

    173. Re:The solution.. by jon3k · · Score: 1

      100mb / 8 = 12.5MB/s

      When you see 60Mb/s via CIFS thats megabits, not bytes.

      gigabit equipment is cheap, not inexpensive. I'm fine with 100mb cisco 3500 series MANAGED switches over some piece of shit netgear from walmart. I can easily stream 1080p over 100mb/s ethernet, and my Internet connection is only about 20mb/s. I'm not interested in paying thousands of dollars to upgrade to managed gigabit switches.

    174. Re:The solution.. by Anonymous Coward · · Score: 0

      I think the word you're looking for is "nitpick".

    175. Re:The solution.. by element-o.p. · · Score: 1

      I hate you... :D

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    176. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless isn't a word.

    177. Re:The solution.. by Jonboy+X · · Score: 1

      'Irregardless' is a double negative and is thusly illogical by construction

      Thusly is not a word either. Thus is already an anderb, so adding the "ly" suffix to the end doesn't make sense.

      --

      "In a 32-bit world, you're a 2-bit user. You've got your own newsgroup, alt.total.loser." -Weird Al
    178. Re:The solution.. by socz · · Score: 2, Insightful

      You must be knew hear....

      :P

      --
      My abilities are only limited by my imagination
    179. Re:The solution.. by socz · · Score: 1

      +1! I run a mix of FreeBSD, windows7 and an xp here and there.

      I have an HTPC with remote which serves as the base. I load almost all media to that. Then if we're in the room or where ever, through wireless G i watch xvid/divx quality video. No issues, no lags nothing. Now if you want to run blueray or 720/1080 res, that might be a different story. But then you got more serious problems than storage and networking (GPU/CPU).

      --
      My abilities are only limited by my imagination
    180. Re:The solution.. by daniel.b.douglas · · Score: 1

      Not on this side of the pond.

    181. Re:The solution.. by RobertM1968 · · Score: 1

      Sorry it irks you so. But various other dictionary writers seem to think it is now a word - even if a non-standard one.

      And, it makes more sense than inflammable and irrespective, since it is thought to have started as a "combination" of irrespective and irregardless.

      Merriam Webster has this to say on the matter:

      usage Irregardless originated in dialectal American speech in the early 20th century. Its fairly widespread use in speech called it to the attention of usage commentators as early as 1927. The most frequently repeated remark about it is that “there is no such word.” There is such a word, however. It is still used primarily in speech, although it can be found from time to time in edited prose. Its reputation has not risen over the years, and it is still a long way from general acceptance. Use regardless instead.

      At this rate, it seems it will be considered standard and accepted in "no time" (ie: in a few more years or so - which is no time in comparison to how long English has been spoken on this planet).

      I always love how people get irked because language changes and they don't like it. It's one of the reasons I choose to use irregardless in speech as I am always baffled by those who would rather argue semantics instead of the actual conversational points at hand.

    182. Re:The solution.. by RobertM1968 · · Score: 1

      Humans are not logical - just as many words that they use (that are considered "standard") are not either.

      Get over it. It wont change reality, no matter what you think. The word irregardless, no matter your opinion and thoughts on the matter, no matter how logical those thoughts may be, is considered a word.

      Thus, irregardless of your opinion things will not change in that area.

      On another note:

      Anyone can make up any word, have it spread through a local or regional vernacular, then get it picked up by an entire dialectic group, but if it makes no logical sense it's still ridiculously stupid to use and shows that its user has a poor grasp of written and spoken language as communication.

      Yes, anyone can make up a word... the entire English language was created by people making up words. Hate to break it to you, but that is exactly how languages are created. Whether the English word is "made up from scratch" or based off another language, it's a "made up" word and/or it's "origin word" is a "made up" word.

      So, hopefully I have cleared up how words are actually "made" (up).

    183. Re:The solution.. by RobertM1968 · · Score: 1

      Good point, though literacy is not always the issue. Though my "quick, get a post out while at work, with little concern for grammatical or typographical errors" posting history does not show it, I am very literate, read at a rate of 80-120 pages an hour and am pretty well educated (and 99 percentile on the appropriate section of the SATs and top in my class in English).

      Yet, I choose to use irregardless, partially as a point that semantic arguments in a well and accurately understood conversation, really tend to annoy me, forcing me to use words like irregardless more frequently.

      ;-)

    184. Re:The solution.. by RobertM1968 · · Score: 1

      You've got my vote, irregardless of what anyone else says!

    185. Re:The solution.. by RobertM1968 · · Score: 1

      My gosh! It IS a word! Look it up on Merriam Webster.

      usage Irregardless originated in dialectal American speech in the early 20th century. Its fairly widespread use in speech called it to the attention of usage commentators as early as 1927. The most frequently repeated remark about it is that “there is no such word.” There is such a word, however. It is still used primarily in speech, although it can be found from time to time in edited prose. Its reputation has not risen over the years, and it is still a long way from general acceptance. Use regardless instead.

      The most I have seen lately (in any dictionary updated in the last few years) is that it is a non-standard word... which still makes it a word. As more time has past, more dictionaries are listing it as (a) a word, or (b) a non-standard word.

      You got a +5 Insightful for being wrong... yep, I'm on slashdot! ;-)

    186. Re:The solution.. by mwvdlee · · Score: 1

      That's the point. Dictionaries do include the word "irregardless", and they describe it as an incorrect words. Apparently this is also the way this word is used most often; explicitly meant as an incorrect word.

      It's kinda like "edumacation". The word is used quite often, but rarely does anybody actually think it is the way to spell "education". It is used for stylistic purposes.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    187. Re:The solution.. by Golddess · · Score: 1

      One is a word and the other is not.

      Prove it.

      --
      "I'm not sure I like the fugnutish tone you used in your post!" -RogL (608926)-
    188. Re:The solution.. by Golddess · · Score: 1

      Looks like I just found a new sig.

      --
      "I'm not sure I like the fugnutish tone you used in your post!" -RogL (608926)-
    189. Re:The solution.. by Anonymous Coward · · Score: 0

      Let us be honest with ourselves. If any of us were worried about impressing people with our "edumacation" we wouldn't be arguing with faceless blobs of text on the internet. :P

    190. Re:The solution.. by *BBC*PipTigger · · Score: 1

      I'd simply like to complement you're fucking awesome (in the Izzard hot-dog sence) applications of neurolly stimpulating, yet impressionistivly axcessably availiable, languistic devices to convey nuanced meaning && subtle analytical incites that are misfortunately loost on most dulled communicationers (even if /.'s 4um S2N ratio tends to XEd most otherz).

      So: *Bravo, MolarMass192!* I happily concider us kindred spirits, irrespective of demonstratible wordsmything trick-or-treatments (just as the Grinch should be violating the "Intellectual Property" wrongs of the nitemare before [or on] the eve of this 2009 C.E. Christmas).

      Shalom, friend, =)
      -Pip

    191. Re:The solution.. by Anonymous Coward · · Score: 0

      Or as my favorite high school English teacher once advised: "eschew obfuscation"

    192. Re:The solution.. by good+soldier+svejk · · Score: 1

      I verbed it. "Verbing weirds language" after all.

      That brings back good memories of college.

      --
      It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man

      -James Baldwin
    193. Re:The solution.. by R.Mo_Robert · · Score: 1

      That's the point. Dictionaries do include the word "irregardless", and they describe it as an incorrect words. Apparently this is also the way this word is used most often; explicitly meant as an incorrect word.

      It's kinda like "edumacation". The word is used quite often, but rarely does anybody actually think it is the way to spell "education". It is used for stylistic purposes.

      I think we agree on everything except what it means for a dictionary to limit language. I must have a broader definition of what it means to try to limit (as opposed to describe) language, and I think there are far too many dictionaries that fall into the former category.

      As you know, nobody uses "irregardless" to mean "not regardless," but plenty of people use it (genuinely) to mean what in Standard English is "regardless." Nobody that I am aware of, on the other hand, says "edumacation" (except when trying to be funny) to mean "education." We can disregard the latter a being part of the language for all practical purposes, but any dictionary that refuses to include the former can hardly be said to "describe" language.

      As a linguist, when looking for/at data, it's quite interesting to compare actual usage to what definitions and even what words dictionaries choose to include. I realize I probably have a stricter definition of what it is to "describe" language that most people, but it's probably because I've seen so much of this discrepancy. If you're looking for data on usage, a corpus is a far better place to go than most dictionaries (though some, like the OED I mentioned, can be helpful for words or definitions that are sufficiently widespread).

      --
      R.Mo
    194. Re:The solution.. by Anonymous Coward · · Score: 0

      Irregardless is a term meaning regardless or irrespective, which has caused controversy since it first appeared in the early twentieth century. It is generally listed in dictionaries as "incorrect" or "nonstandard".

      http://en.wikipedia.org/wiki/Irregardless

    195. Re:The solution.. by Anonymous Coward · · Score: 0

      For redundancy, I would use removable drives on a monthly rotation. With 6 drives marked Jan:Jul, Feb:Aug, Mar:Sep etc. Then take each month's backup off-site in case of catastrophic failure - Lightening strike, fire, cat pee'ing over the puter etc. Hard drives are so cheap these days, I would buy 6 with caddies. You don't need to buy them all at once! You can buy a new one each month until you get your 6. I would buy the caddies at once though for compatibility. Rotation also buys you some time in the case of data corruption. Say your original files are mashed. You would be backing up mashed files, but if these files are older than a few months, you can dig out the disk from a few months ago and compare.

    196. Re:The solution.. by Anonymous Coward · · Score: 0

      > you're new word is stupid.

      He is new word is not a stupid as you.

    197. Re:The solution.. by Hognoxious · · Score: 1

      Al != SN

      Aluminium isn't equal to sulphur nitride?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    198. Re:The solution.. by Anonymous Coward · · Score: 0

      Most people aren't aware that "wether" is actually a word, it means a male neutered sheep.

    199. Re:The solution.. by szilagyi · · Score: 1

      Unpossible. Spelling and grammar checkers would be obsoleted. Us would fail English.

    200. Re:The solution.. by SolarFlea · · Score: 1

      WRONG!

      Irregardless is not a proper English word. Its usage has *ALWAYS* irked me from when I was a small boy to now. To use common vernacular, it's a mashup of 'irrespective' (one negative; prefix) and regardless (also, one negative; suffix). 'Irregardless' is a double negative and is thusly illogical by construction and would only be understandable to people born in the U.S. since 1970, and those less literate in the U.S. prior to that.

      On my words that aren't words list it's right up there with 'impactful'.

      I kind of hate that 'word' myself.

    201. Re:The solution.. by Anonymous Coward · · Score: 0

      Just to note, smb connections in my test tend to be much slower on gig-e connections. I would stay on HFS+ and afp if you can. If you HAVE to use a windows box, then you may be stuck with smb. I think apple did some optimizations to the afp protocol since its much faster transferring gigs of data than smb.

      In a perfect world, I would use XFS, and fiber connections. But this is not as well known for both setup and usage in the general computer population. And I think microsoft products might be anti-XFS (not sure since I stopped using windows projects about 5 years ago)

    202. Re:The solution.. by Sylver+Dragon · · Score: 1

      Doh! I meant to put RAID 1 and screwed it up.

      --
      Necessity is the mother of invention.
      Laziness is the father.
    203. Re:The solution.. by molecular · · Score: 1

      I stand corrected. Totally screwed this one up by an order of a mignitude.

    204. Re:The solution.. by smilingfrog · · Score: 1

      Hey, how do you feel about the word `utilize`...

    205. Re:The solution.. by Anonymous Coward · · Score: 0

      Great solution. Fyi... irregardless is not a word.

  3. Don't bother by Anonymous Coward · · Score: 2, Informative

    If you're like me, you won't be happy with the compromises you have to make when picking a multi-platform filesystem. I'd outline them, but you've done a great job of doing so above. So, what to do?

    Get thee a cheap, cheap Linux box, format your drives EXT3, and all other machines access over the network. It's the only way you'll get the interoperability you want, without making compromises on max file size, cluster sizes, etc.

    1. Re:Don't bother by tknd · · Score: 3, Informative

      If you're going to build a box, why not use FreeNAS with ZFS? It installed to a USB stick and everything is configurable from a web interface.

  4. NTFS by Hamsterdan · · Score: 4, Insightful

    THat's what I use here. for MAC, there's NTFS-3G (free) or Paragon ($ but faster on writes).

    I use NTFS on both my machines (Win/OS X/Linux) without any problems.

    NTFS-3G is also available for Linux.

    --
    I've got better things to do tonight than die.
    1. Re:NTFS by erroneus · · Score: 1

      Exactly my answer as well. NTFS-3G works find. Never had a problem with it under Linux nor under Mac OS X. It overcomes the limitations. I only wish it weren't a Windows file system. There needs to be a "universal file system" that is supported by all OSes without added software or hassle or patent/license problems.

    2. Re:NTFS by elh_inny · · Score: 2, Informative

      I second this choice.
      For some zealots it's hard to admit but the performance is really good, you have commercial backing of the biggest software company on the planet.

      Recently a commercial company (Tuxera) was formed to provide commercial support for NTFS-3G and provide paid-for version of the driver for MacOS and Linux in addition to the free NTFS-3G.

      So the future and cross platform access is looking really good.

      On the other hand, if I were just a little bit more adventurous, I would much rather use Sun ZFS for storage to have even better reliability, flexibility than with equivalent hardware RAID. But this pretty much requires a separate NAS box running OpenSolaris just for that.

      For me and many other garage hackers that just doesn't cut it, all I have is one laptop running a really fancy looking BSD and two external drives (NTFS) and some backup scattered over the Internet...

      All I'm hoping for is that one day Apple will reintegrate ZFS support, it's already been promised, implemented and now ditched...

    3. Re:NTFS by rhavenn · · Score: 1

      Any of the open source file systems are "universal". The problem is adoption and the MS marketing machine would hang them out to dry. Personally, ext2 works fine for the most part. However, I had issues getting Windows to work with it. FreeBSD can read from it, but write can be problematic. The "best" is FAT32, but this has issues with larger disks. NTFS is probably 2nd "best", but it's overly complicated to implement for just some external storage. By implementation I mean the actual writing of the fs driver, not the use of NTFS-3g or whatever. NTFS is a complicated file system with a lot of layers for security, etc... which are superfluous for a basic USB disc.

      Personally, ext2 or UFS would be my choice. USB external storage doesn't require performance. If performance is required you're running SATA or eSATA and shared via NFS, SMB, WebDAV or FTP and the filesystem doesn't really matter as it's permanently connected to an OS.

    4. Re:NTFS by rhavenn · · Score: 2, Informative

      I second this choice.
      For some zealots it's hard to admit but the performance is really good, you have commercial backing of the biggest software company on the planet.

      You only have commercial backing if the OS you're running it on starts with Windows and doesn't include Linux, Solaris, BSD, AIX, Haiku, Amiga OS, etc... in the name.

    5. Re:NTFS by rpresser · · Score: 2, Informative

      UDF fits that bill, doesn't it?

    6. Re:NTFS by Anonymous Coward · · Score: 0

      Hmm. My experience with NTFS on OS X is that writes can be exceedingly slow, depending on the application doing the writing. Mathematica is a principal offender, but there are many others. This goes for both NTFS-3G and Paragon drivers.

    7. Re:NTFS by samurphy21 · · Score: 1

      Recently? They have write caching and such on NTFS-3G now.. trickled down from their commercial Tuxera project.

    8. Re:NTFS by timeOday · · Score: 1
      NTFS will NOT work as a home directory for linux, I found, since symlinks are not supported, and certain filename characters are not supported (I think it was colons that really drove it up the wall). I also get horrendous CPU utilization for writing NTFS under linux, and I'm not the only one.

      Also, we're talking external drives here. It's very easy to corrupt a USB drive just by bumping the connector.

      For these reasons, the NAS suggestions above may be the best bet. Network shares are designed to handle all the bothersome considerations of different character sets, case-insensitivity (or not), and flaky connections, and so on.

    9. Re:NTFS by PhunkySchtuff · · Score: 2, Interesting

      As much as I love ZFS, one thing it's not good at is for a single removable disk. The inability for Apple to get this working without kernel panicking the machine was one of the many reasons they chose to drop it.

    10. Re:NTFS by PiSkyHi · · Score: 1

      Interoperability is defined by the system that lacks the support for the others. Thats Windows.

    11. Re:NTFS by Anonymous Coward · · Score: 0

      NTFS-3G (and plain NTFS now too) is the best to allow Linux and Windows to both access the drive easily.

      I've standardized my external drives on it because it is plug and play in both Linux and Windows.

    12. Re:NTFS by westyvw · · Score: 1

      Seriously? NTFS (Nice Try at a File System)? I think I will pass on the defragging, thanks.

    13. Re:NTFS by Tycho · · Score: 1

      I always like the "Delayed Write Failed - data loss has occurred" pop up that shows up in the notification area after I hot unplug a removable NTFS volume even as much as a minute after copying files to it and with the drive set up for "quick removal." Yes, there is journaling in the NTFS filesystem, but that only guarantees the consistency and integrity of the filesystem, but not the contents of the files themselves. My response would be to use EXT2, except for a 3GB FAT32 partition containing the required drivers necessary for various OSes so that if you encounter a computer that can't read the EXT2 filesystem you can install drivers for it. If by some chance you are unable install drivers on the computer, hopefully 3GB is enough storage for what you are transferring. Also, consider using an external drive case with what ever ports you might normally like with Ethernet support as well. Carry along a USB ethernet adaptor that uses a reasonably common chipset and a crossover Ethernet cable as well, for those cases when installing EXT2 drivers is not an option, but using SMB over Ethernet is an option.

      --
      Impersonating Tycho from Penny Arcade since before there was a PA.
    14. Re:NTFS by Anonymous Coward · · Score: 0

      EXT3

      That's what I use here.

      I think there's a driver in the kernel, why would you let windows mount your drives ? Just use some network protocol... ...

      Seriously I don't think NTFS is a good idea: it's slow, closed, prone to errors and fragmentation.

      The only "advantage" is that its the only "modern" file system supported out-of the box by windows, is that the most important criteria for a backup solution ??

      I had several horror stories in the past using NTFS (ex: corrupted master file table after a power surge => unreadable gigabyte partition), no problem with ext3 and if you really need windows just use the ext "ifs" driver for windows...

    15. Re:NTFS by Marauder2 · · Score: 1

      Exactly. NTFS-3G has been solid for quite a while now. I've been using it for years on both my Macs and Linux boxes without issue. All of my large capacity external drives are formatted NTFS nowadays and they easily talk to all of the systems I care about.

    16. Re:NTFS by MobyDisk · · Score: 1

      Agreed. I've been using NTFS-3G on OS X for many years and I have had no problems. Not for trivial matters either: The NTFS drive is my primary storage, with only OS and apps on the Mac partition. Also, I'm not sure the submitters comment about NTFS on Linux is correct at all: I've used Linux distros (Knoopix maybe?) that had full NTFS write capability out-of-the box. I don't think it is taboo any longer.

    17. Re:NTFS by Anonymous Coward · · Score: 0

      I've used NTFS-3G for both Mac and Linux. It's been pretty successful so far. Just a heads up, you will need MacFUSE for the port of NTFS-3G on Mac to work.

  5. Uhm... by Anonymous Coward · · Score: 1, Interesting

    Have you been living under a rock? NTFS has been writable on Linux for a long time now, using NTFS-3g - most distros come pre-bundled with it nowadays, and there's a Mac version as well.

  6. Fat32 and VLC by caubert · · Score: 3, Informative

    VLC can play rar-compressed-splitted files beautifully, So 4GB is not a very big problem

    1. Re:Fat32 and VLC by MobyDisk · · Score: 1

      That's a hack that only works with one app for one purpose. In this modern day, a file over 4GB should not have to be treated as an exception.

  7. The best is... by FreemanPatrickHenry · · Score: 5, Funny

    ...ReiserFS. I hear it's killer.

    --
    I have discovered a truly marvelous .sig which, unfortunately, this space is too small to contain.
    1. Re:The best is... by Shazow · · Score: 1

      Reiser4 is the killer one. My laptop can attest to it. :/

    2. Re:The best is... by uglyduckling · · Score: 3, Funny

      Yeah, but it's murder getting support.

    3. Re:The best is... by Anonymous Coward · · Score: 0

      It takes 15 years to life to get it to work.

    4. Re:The best is... by Anonymous Coward · · Score: 0

      Hans Reiser should not be named. He doesn't even deserve to be the butt of a joke out of respect for his wife and her loved ones. I think if you think about it for second, you'll realize how horrible these jokes are.

    5. Re:The best is... by Anonymous Coward · · Score: 0

      Hans Reiser should not be named. He doesn't even deserve to be the butt of a joke out of respect for his wife and those bereaved of her loss. I think that if you consider these jokes a little more carefully, you'll agree.

    6. Re:The best is... by Kr4u53 · · Score: 0

      Well, at the least, it doesn't cost you an arm and a leg.

    7. Re:The best is... by Anonymous Coward · · Score: 0

      Nina pushed Hans too far and he snapped. He's a fallible human being. Had she not used him for a trip to the US and a meal ticket for herself and her anchor baby, she'd likely still be alive.

    8. Re:The best is... by Anonymous Coward · · Score: 0

      Shovel not included...

    9. Re:The best is... by the_womble · · Score: 1

      its not something you want to be locked into.

      http://www2.mandriva.com/linux/overview/

      In addition, the Mandriva Control Centre is very good, the community is friendly, multiple desktop environments are properly supported (no Kubuntu style underfunded support), the repos are fairly big (but smaller than Debian/Ubuntu) and bug fixes usually happen fast.

    10. Re:The best is... by the_womble · · Score: 1

      Sorry, made half the aove comment on the wrong story.

      Thats what happens if you work in two tabs at once

  8. I wouldn't.... by fak3r · · Score: 4, Interesting

    I wouldn't limit myself to a certain filesystem, I'd run a dedicated NAS like FreeNAS and share it over the network via SMB (windows), AFP (apple) and whatever for Linux - all set. Plus as mentioned above, you can run Firefly media server, a bittorrent server, a DAAP server (itunes sharing), etc (all included in FreeNAS. http://freenas.org/) on the same box. And since filesystems don't matter in this config, you can use ZFS to make a RAIDZ pool of your drives. It's what I do now.

    1. Re:I wouldn't.... by Barny · · Score: 3, Informative

      I used to use freeNAS, but after a while I just wanted more than what it was offering.

      I switched it for a windows home server (server 2003 SBE based), mainly for the backup features, and what with the freeNAS machine being the only non-windows machine left in my house it didn't matter that it lacks full compatibility with unix.

      But yes, freeNAS is damn good at what it does, have set up some nice diskless server systems with freeNAS running from a USB stick and having all the client machines on the network sharing their drives with iSCSI, freeNAS would collect them all, turn them into a big redundant storage array, and share them back to the network, works well :)

      --
      ...
      /me sighs
    2. Re:I wouldn't.... by careysb · · Score: 1

      Earlier this year I was looking into NAS drives and on at least two of the manufacturers' product info, they mentioned that some files cannot be copied to their device, e.g. MP3s. Anybody else encounter this?

    3. Re:I wouldn't.... by euxneks · · Score: 1

      Mod parent up. Ext3 doesn't work nicely with Mac OSX (last time I checked anyway) and I hear bad things about NTFS on external drives (besides which, it's a microsoft technology - fuck em)

      --
      in girum imus nocte et consumimur igni
    4. Re:I wouldn't.... by Anonymous Coward · · Score: 0

      My personal solution is to partition my external storage devices. the first, ~10GB partition is ntfs, the second, big partition is ext3. All my computers are linux, so If I ever need to share data of that harddisk with a windows-users and network would be to complicated, I can just move the needed data to the ntfs-partition.
      Storing data on an usb-storage through ntfs-3g is just no fun at all.

    5. Re:I wouldn't.... by sammcj · · Score: 1

      I had MAJOR performance issues with FreeNAS. I spent 3 months testing it at home for work use, tried it on 3 different half decent machines. After [x] number of days each box's network transfers would slow down to the crawl, logged several faults with the FreeNAS team and it looks like it was a problem with the BSD Kernel and Samba (Combo known for bad performance). I shifted to Ubuntu Server x64 and haven't turned back, bloody brilliant especially after you install Webmin.

  9. ZFS, supported equally on your OSes by BitZtream · · Score: 3, Informative

    Via FUSE you'll get consistent features and useability across all 3 OSes. Of course moving zfs drives between those OSes isn't something I've tried, but in theory it should work fine.

    Not what your asking for, but Id put a FBSD samba server up with ZFS drives. You can still mount them on other OSes later if need be via FUSE.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:ZFS, supported equally on your OSes by Anonymous Coward · · Score: 1, Informative

      Sharing a zpool between different OS installations doesn't work: First of all, you have to be careful when chosing the zpool version you'd like to use (they're not downwards compatible!). While this can still be solved, the zpool must know of which device(s) it consists, and they will vary from machine to machine (particulary when using an external drive, but it doesn't work with internal disks and two different operating systems booting on the same box either).

    2. Re:ZFS, supported equally on your OSes by Mr.+Protocol · · Score: 3, Informative

      Sadly, if you create a ZFS tank on a Solaris box and then move the tank physically to a FreeBSD 8.0-RELEASE machine, it won't even see that there's a tank out there. Apparently GPT table layout is different on FreeBSD or something.

      Won't stop you from serving ZFS over NFS/Samba/whatever, but you can't move the tank itself around. I know, I tried. Booted FreeBSD on a machine with a Solaris-issue ZFS tank, and it was like it wasn't there. It saw the drives fine, just not the tank.

    3. Re:ZFS, supported equally on your OSes by Mr.+Protocol · · Score: 3, Informative

      I should mention that the tank on disk was ZFS v4, so it was not a case of the Solaris tank being of a rev level higher than what FreeBSD could handle.

    4. Re:ZFS, supported equally on your OSes by Anonymous Coward · · Score: 0

      ZFS might be nice, but it requires some nice hardware to run it properly.

    5. Re:ZFS, supported equally on your OSes by joseph.spiros · · Score: 2, Informative

      zfs-fuse does not currently compile for platforms other than Linux, despite FUSE's general compatibility with other systems. The Mac OS X ZFS port worked for me under Leopard, and I think it works under Snow Leopard now, though it is no longer being developed by Apple. Last I checked, the ZFS pool version supported by these two implementations differs, so you'll need to create your pool with the latest commonly supported pool version to ensure compatibility. In short, I do support the use of ZFS, and I personally use zfs-fuse, but it's of far more use when shared over the network due to the problems with ZFS implementations on various platforms.

    6. Re:ZFS, supported equally on your OSes by zulux · · Score: 3, Interesting

      Did you "zpool export tank" before you moved the drives over? If not, then the FreeBSD box saw the drives but said to itself "Those drive don't belong to me!" I've done a migration from FreeBSD to Solaris, but always with full drive devices ie /dev/ad0 - thus ignoring partitions tables and other such cruddyness.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    7. Re:ZFS, supported equally on your OSes by g00ey · · Score: 2, Interesting

      But which is best platform to run, FreeBSD or OpenSolaris? It's difficult to find a good SAS/SATA controller that is well-supported by OpenSolaris. I have found a few cheap LSI MegaRAID conrtollers in China.

    8. Re:ZFS, supported equally on your OSes by Mr.+Protocol · · Score: 1

      True, I did not export the tank, but that's because on Solaris you don't have to. You should, but you don't have to. It says "Say, there's a tank out there, but not my tank." Then you can import it with a "-f" flag.

      The machine was experimental so I didn't lose any data; had there been real data out there of course I'd've been more careful and exported properly.

    9. Re:ZFS, supported equally on your OSes by Mr.+Protocol · · Score: 1

      Well, offhand I'd say Solaris is better because its ZFS is more advanced and more mature. Obviously this is not an option if Solaris doesn't support your controller (but remember, for ZFS you don't need a RAID controller; in fact you're better off without one). If your hardware is already in place and Solaris won't run on it, then Welcome to FreeBSD!

    10. Re:ZFS, supported equally on your OSes by Anonymous Coward · · Score: 0

      Had the exact opposite problem with bsd to solaris. I was an idiot forgot the export command. To wit: Solaris and BSD use different naming conventions. /dev/sda etc vs c8d1. Although in retrospect, I wonder if symlinks would have helped with this? Unfortunately I could never find a way to manually edit the vdev and change the device locations.

      I eventually, in a fit of rage nuked the bloody thing. Realizing only later that there was some 300GB of data that I had shifted to the nas and then deleted from the source systems. :-(

  10. Wikipedia says... by Anonymous Coward · · Score: 0

    Posting anon cuz this is TOTALLY offtopic and I hate getting negative mods, but Wikipedia sums it up pretty well in the first sentence:

    "Irregardless is a term meaning regardless or irrespective, which has caused controversy since it first appeared in the early twentieth century. It is generally listed in dictionaries as 'incorrect' or 'nonstandard'."

  11. My setup is similar by MichaelSmith · · Score: 1

    I backup to portable USB hard disks. My backup machine is my eeepc 701. It runs ubuntu. I use this machine because it has fast USB and wifi interfaces. I have written a short shell script which runs on the eeepc. It uses rsync through ssh to copy user data from all the machines in the house to the external disk. I ignore the single windows machine in the house. If its user wants it backed up they can store their files on the server.

    I initially tried backing up through a workstation runing netbsd but I found the USB interface to be too slow, by many orders of magnitude.

    1. Re:My setup is similar by MichaelSmith · · Score: 1

      Oh and to answer the question I use ext2 on the external disks. I don't see a need for journalling on a backup device.

    2. Re:My setup is similar by benjamindees · · Score: 1

      I use ext2 as well. It is extremely fast and reliable. All of my backups are done from Linux. Since Linux is my primary OS, I normally don't care about Windows permissions, but when I do I can backup/restore the entire partition.

      --
      "I assumed blithely that there were no elves out there in the darkness"
  12. NTFS is becoming the lingua franca by FreelanceWizard · · Score: 4, Informative

    Honestly, if FAT32 won't do what you need, NTFS is pretty much where you'll need to go. NTFS-3g gives you stable read/write capability on Linux and OS X as a FUSE driver; in fact, many distributions have NTFS-3g in their repositories. There's also native NTFS write support in Snow Leopard if you want to risk turning it on. I personally haven't had any issues with it, but some people have encountered file corruption when using it, so you might want to be wary. It is worth noting, however, that many embedded devices won't read anything other than FAT. If you plan on hooking this drive up to, say, a DVD player to show pictures, NTFS won't work for you.

    Like it or not, Microsoft file systems are the lingua franca of file transfer on portable drives these days, merely due to the installed base of Windows computers.

    --
    The Freelance Wizard
    1. Re:NTFS is becoming the lingua franca by Anonymous Coward · · Score: 0

      i've used NTFS 3-g for awhile without any problems, and i use Ext2fs on Windows to read my ext3 drives in my dual boot setup. You're coming accross as a MS shill with that last sentence.

      Anyway, as many posts have said here, a DIY NAS device is the best option.

    2. Re:NTFS is becoming the lingua franca by emilper · · Score: 1

      ext2fs works great with ext3, except when installed in the same time as Daemon Tools: my WinXP Home was crashing a few seconds after getting a desktop ... and I reinstalled it a couple of times until MS got pissed off and told me to go buy another XP ...

    3. Re:NTFS is becoming the lingua franca by Jesus_666 · · Score: 1

      Both ext2 IFSes are fairly fragile. It's pretty easy to either mess them up through another driver or to have them introduce file system errors on their own. I used them for a while but have moved away from them; using NTFS offers the same compatibility, gives you a journal and allows you to use the drive on computers that aren't yours.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  13. Under a rock? by Petersko · · Score: 0, Troll

    "Have you been living under a rock? NTFS has been writable on Linux for a long time now..."

    Oh yeah, because the determining factor of one's general awareness is whether or not one knows that NTFS is writeable on linux.

    I knew that, but I certainly didn't hear the announcement on a TV ad during "House".

    1. Re:Under a rock? by nhytefall · · Score: 1

      Well, this is /. .... so, um, yeah.

      --
      0100010001101001011001 0100100000011010010110 1110001000000110000100 1000000110011001101001 0111001001100101
    2. Re:Under a rock? by xfurious · · Score: 1

      Notice the "I knew that", just in case it *is* a determining factor of Slashdotters' general awareness. (it is)

  14. "What's the difference..." by Anonymous Coward · · Score: 0

    "ir" HTH! HAND!

  15. Words of caution by RenHoek · · Score: 5, Informative

    I have ~6TB on external USB drives and I've been doing this for a few years now. I have a few words of caution about NTFS. If you get an USB drive that for example spins down or if you turn your USB drive off without properly dismounting it (or if Windows crashes), you might see this line:

    Delayed write failed!

    And on two occasions that meant that Windows fucked up the file allocation table or whatever it's called under NTFS and I lost the _entire_ disk.

    Windows loves getting its fingers into that table whenever you mount a USB filesystem. It's not like it tries to keep its write cache empty. Nooo.. every file access needs to be continuously recorded in that thing.

    Anyway, be careful when you use NTFS on a USB drive. Alternatively use EXT3, which you can still mount under Windows using:

    http://www.ext2fsd.com/

    (Note that these experiences are under Windows XP, I have no clue if Vista or 7 does any better, I assume not.)

    1. Re:Words of caution by Hamsterdan · · Score: 2

      Weird, because on both XP and 7 (on two different machines), the external USB drives are set for quick removal by default (meaning cache is disabled by default).

      --
      I've got better things to do tonight than die.
    2. Re:Words of caution by compro01 · · Score: 3, Informative

      Turn off write caching for the drive and this problem goes away. It's supposed to be off by default (at least on removable drives, but some IDE/SATA-to-USB bridges show up as normal fixed drives rather than removable for whatever reason), but I've found it seems to turn itself on for whatever stupid reason.

      --
      upon the advice of my lawyer, i have no sig at this time
    3. Re:Words of caution by euxneks · · Score: 1

      However, it's a bitch to get ext3 mounted on OSX. - it would be better to just do something like was suggested by other posters, a freeNAS or freeBSD setup and share the drives over the network.

      --
      in girum imus nocte et consumimur igni
    4. Re:Words of caution by okar · · Score: 1

      This is what must have happened to one of my external drives. It took ages to recover >500 GB of data to another drive, it also made me very nervous since I was considering moving all my data to external drives.. Now I know that to look out for.

      --
      Move. Sig.
    5. Re:Words of caution by Anonymous Coward · · Score: 0

      You realize that XP has a feature allowing you to enable and disable write caching on each disk individually, right? And that removable disks have write caching disabled by default? Even OS X doesn't do that. (I'm not going to get into linux)

    6. Re:Words of caution by spire3661 · · Score: 2

      How do i get external USB HDDs to allow the right click option to eject it, like i get from USB flash drives, on windows.

      --
      Good-bye
    7. Re:Words of caution by PiSkyHi · · Score: 1

      I had problems when I tried to dismount a USB drive recently, it wasn't the filesystem choice that got me though, it was the sharp corner of the coffee table.

    8. Re:Words of caution by TooMuchToDo · · Score: 1

      That's just as bad as running SQL Server under a virtual machine (SQL Server thinks it has committed the data to disk when it hasn't). *shivers*

    9. Re:Words of caution by DigiShaman · · Score: 1

      I've lost files that way, but never - ever- an entire NTFS volume. Regardless, you are supposed to eject all removable storage (flushes write-back cache) prior to pulling the plug. Because you didn't do that, you got the "Delayed write failed" message.

      FYI, you can create shortcut that will bring you to the eject USB device window. It's the same as the one located in the system tray. Below is the link with simple instructions.

      http://www.neilturner.me.uk/2007/04/05/create_a_safely_remove_ha.html

      --
      Life is not for the lazy.
    10. Re:Words of caution by Anonymous Coward · · Score: 0

      can you tell the OS to power down the drives after some period of idleness - just like you would were it your desktop ?
      that should take them offline correctly - right ?

    11. Re:Words of caution by Anonymous Coward · · Score: 0

      I remember there being a way to turn off delayed write for a device, or maybe it was the ability to turn it off for everything. Hmmm, maybe it was a registry trick to make it system wide, but it seems you can turn off delayed writes under the device manager. Select a storage device and get into it's properties. Then select the policies tab. There select the "Optimize for quick removal" option. Once set it may require that you reboot. I just checked it under Vista, but I remember this being part of XP. In a side note I wonder if this setting is retained after removal of the device. It would seem so, or at least that my Vista installation disables it by default for my thumb.

      Hope it helps,

      AC

    12. Re:Words of caution by StarsAreAlsoFire · · Score: 1

      Nope, no better. Windows 7 just likes to tell you that 'Disk cannot be removed: A file is open on one of the eighty thousand services and programs which windows starts at boot time. Please figure out which poorly written piece of shit failed to remove the file lock which it shouldn't have registered in the first place from the text file which you attached to an email sent three days ago, and try again.'

      Only, were Windows even remotely close to that helpful I would have known to close Outlook. Though Outlook is FAR from the only program to lock files which it has zero business locking, and then failing to remove said locks.

      I will admit that I'm surprised that WinXP enabled write-caching by default on a USB drive. Not because that would be an incredibly stupid default (Ha!), but because I thought I remembered having to turn it ON for a scratch drive a while ago.

    13. Re:Words of caution by Anonymous Coward · · Score: 0

      ...just had this problem with w7 two days ago, whole disk was read-only after that, but only 15% of the files survived. TestDisk helped, but it was a nightmare.

    14. Re:Words of caution by compro01 · · Score: 1

      That's controlled by a field (typically called the "Removable Media Bit") in the USB device descriptor.

      In some cases, you can switch this with a utility from Lexar called BootIt (or "Lexar USB Format Tool"). Sometimes it works with non-Lexar devices, sometimes it doesn't. The tool requires you to reformat the device.

      --
      upon the advice of my lawyer, i have no sig at this time
    15. Re:Words of caution by Anonymous Coward · · Score: 0

      You evidently made no attempt to recover the data.

      NTFS is a pretty good filesystem from a data recovery point of view. if you can find the MFT entry for a file then you'll get the file back (even large files) with few if any fragmentation issues.

    16. Re:Words of caution by spire3661 · · Score: 1

      Disappointing. What about eSATA?

      --
      Good-bye
    17. Re:Words of caution by leuk_he · · Score: 1

      Xp is just broeken with USB and ntfs.

      If a write fails you are lucky if you get a popup. It can happen that you just get a

      "An error was detected on device \Device\Harddisk2\D"in the event log but never get a popup. Data will be lost, and even the entire disk might be corrupted.

      Als NTFS often fails the "unplug this device"because certain unplug calls are not implmented for NTFS under XP.

      However, since you need large file support NTFS is still the best option if you need to go cross platform. And the disk repair software is most advanced on windows anyway, just because it is most used. So even if windows cannot repeair the disk with chkdsk (happened to me), tools like getdataback will still be able to retreive most data from it.

  16. network it by Sloppy · · Score: 3, Interesting

    I realize that there will always be some compatibility problems with whatever I end up with.

    Not if you use a network filesystem, such as Samba and NFS for the Windows and MacOS machines. Then on the Linux fileserver side, use whatever filesystem you want, and any OS can talk to that server.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:network it by mysidia · · Score: 1

      You think there are no compatibility problems between a Linux fileserver running Samba and NFS, and a Windows machine?

      First of all, the stock NFS implementation available in 2003 R2 doesn't work as well as you might imagine...

      And Windows clients frequently have compatibility issues with Samba servers all the time, especially when Microsoft releases updates to the client software. Esp. when it comes to things like domain membership, and file permission.

      That said, the compatibility snags are minor compared to raw filesystem compatibility across multiple OSes.

    2. Re:network it by zmollusc · · Score: 2, Interesting

      I have been using freenas on old boxes aggregating old disks ( I always want to get every last hour of use out of hardware before throwing it away) for a few years now and I find that the windows clients (98/2000/XP/Vista) work really well, much better than ubuntu samba. Thus i use nfs sharing for linux and smb for windows from the same freenas.
      I am rather crap at setting up samba and the freenas makes it all nice and simple for numpties like me.

      --
      They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
    3. Re:network it by Anonymous Coward · · Score: 0

      Samba isnt the filesystem, its called CIFS (Common Internet File System) or SMB (Server Message Block) or the new SMB2

    4. Re:network it by StuartHankins · · Score: 2, Interesting

      And Windows clients frequently have compatibility issues with Samba servers all the time, especially when Microsoft releases updates to the client software. Esp. when it comes to things like domain membership, and file permission.

      Certainly not in my experience. Our main fileserver is RHEL 5.4 and we have approx 100 people over 19 locations connecting to it daily. It gets its data from our SAN. At 3 locations we have Fedora 8 systems serving up Samba shares (large local files that aren't good candidates for the WAN). The boxes are set to use domain credentials (Windows 2000 DC's) and everything passes through as you'd expect -- no prompting for credentials and new users' home folders are setup automatically the first time they connect. We also have mopiers in all 19 locations (some locations have several) accessing -- you guessed it -- the RHEL 5.4 fileserver over the WAN. No issues, files are owned by that user (except for folders with sticky groups). Security is a mix of both UNIX and Samba permissions.

      Main Terminal servers are 2003 R2 (and all those users access data from this fileserver), user desktops are XP (and my MacBook Pro running 10.4) along with a handful of Vista and Windows 7 systems in use by MIS. Works very well for us. We've been doing this since RHEL 3. It's actually kinda boring since it requires such little maintenance. Several of these servers cross-replicate via rsync every night so the backup copies are always on at least one other location's server (not directly accessible by end users).

      Yes, one of these servers uses NFS. I forget which one, since I set it up it's been uneventful. I remember there was a reason I wanted to use NFS but can't remember why, and I'm too lazy to login over the VPN to see which one. I do remember it's something critical we needed and NFS worked better.

    5. Re:network it by mysidia · · Score: 1

      Well, I find that Simple file sharing, for basic documents, and upload/download.. usually works fine.

      But have you tried running applications on the Windows XP clients utilizing backend/database files on a samba share, when the app requires locking files, keeping those locks for extended periods of time, and sharing those files between multiple simultaneous users?

      I speak specifically of using applications that utilize a shared Access or Jet database on a share, but to some extent, even things like Shared spreadsheets (with multiple users opening the same spreadsheet at the same time, using that particular functionality).

      Visual sourcesafe.

      And a bunch of other apps of this nature.

      In my experience Samba generally works well for file sharing, but it's often a pain to try to make certain apps work right on Samba file shares, even though they work perfectly on file shares hosted on a Windows server.

      I've actually had issues that resulted in data corruption of 3rd party apps' data served by RHEL5 samba. And (more rarely) in Windows clients getting disconnected from Samba servers during active data transfers.

      And even applications not wanting to work at all. They worked fine when their database file was moved to a Windows server.

      It may be fine for some file sharing, but I think it's a real stretch to say there are zero compatibility issues left between Samba and Windows.

    6. Re:network it by StuartHankins · · Score: 1

      But have you tried running applications on the Windows XP clients utilizing backend/database files on a samba share, when the app requires locking files, keeping those locks for extended periods of time, and sharing those files between multiple simultaneous users?

      Yes, I've done that sort of thing since Red Hat 5.2 (yes, 1995-era). TaxWorks is an example of one commercial accounting program which works well over Samba, but I've used Best software (owned by H&R Block) with no problems. This was for roughly a dozen tax preparers.

      Shared spreadsheets? Used many many times daily throughout our business. No reported issues. Opening other shared files? No problems. I've never heard of anyone with your level of problems with Samba. Perhaps you have bad hardware, or your configuration is incorrect. I find that much more likely since I've implemented it on HP DL320's, 360's, 380's, BL460c's, a Dell Pentium-75, several whiteboxes, a handful of laptops, my MacBook Pro and who knows what other random hardware and it has always worked.

      Things I might check on your side would be: correct UNIX permissions on shares, integration of the Samba sever with your DC's (and since you're a Windows shop it needs to be integrated with your Active Directory). Verify local filesystems are setup correctly (such as ext3 over some form of RAID). Check your LogWatch logs (you are getting them emailed to you daily, right?), dmesg (for boot-time issues), and the host of messages in /var/log/samba and /var/log/messages . Obviously something isn't right or you wouldn't have these issues. Perhaps the cause can be found in the logs.

      There are thousands of vendors using it in their shipping products right now, and they wouldn't be doing that if they had the kind of problems you describe. My present company wouldn't have approved rolling out 16 Fedora-based file servers nationwide if they thought Samba sharing was or would be an issue. In my world it is not. Oh and yes I'm 2/3 of the way to getting my RHCE, something I'll be quite proud to have.

    7. Re:network it by jon3k · · Score: 1

      Fedora ... servers? Yikes.

      You realize you'll need to do a distro upgrade in a minimum of 13 months after you deploy them, right?

      If you want an RPM based distro I'd seriously consider checking out CentOS.

    8. Re:network it by StuartHankins · · Score: 1

      Meh. I have several Fedora 8 fileservers already. They're not a problem and I still get updates. Since these are being shipped countrywide I don't want them coming back for any reason. One of the proposed additional uses for these will be implementing a Windows VM for WSUS... when that VM needs to be upgraded we will send out another VM image over the WAN. Bring up the new VM and down the old and we're set.

      If I were concerned with lifecycles I would be concerned about my (many) Windows 2000 VM's or my SQL Server 2000 boxes or my Windows 2000 DC's... replacing DC's remotely when they're on physical machines can be ugly. I'll take the known issues over the possible additional problems anyday. How else would 1 network admin and myself manage dozens of servers? We're a small crew here servicing 300 employees and 19 locations.

  17. Re:NTFS linux driver will always be quirky by Anonymous Coward · · Score: 0

    yeah.. everybody and their mother has had confidence that the ntfs Linux driver will improve, but the same can be said for windows as an operating system ;)...

  18. FreeBSD by Anonymous Coward · · Score: 0

    A cheap box running FreeBSD with ZFS, NFS and Samba.

  19. NTFS by goatherder23 · · Score: 1

    I use NTFS on mine.

    Windows obviously works, linux works well with NTFS-3G and I believe you can get NTFS-3G to work in OS X via macfuse.

  20. FAT32 by greymond · · Score: 1

    You want something that will be read by your Linux, Windows and OS X machines? um, only one option I can see and thats FAT32. Any of their own systems, such as NTFS, get you only browsable directories by one or two of the other boxes.

    1. Re:FAT32 by StuartHankins · · Score: 1

      Regardless of which filesystem you choose, plugging the drive into a server of some sort and implementing Samba allows you to use NTFS, HFS+, ext3 or other modern filesystems as you see fit. On the other hand, if you wish to plug and play the external drive to different machines (all 3 OS's mentioned) then I suggest NTFS. FAT32 just isn't usable for most of us; 4 GB per file is too small.

    2. Re:FAT32 by westyvw · · Score: 1

      Use whatever and share with samba. Done.

  21. I have a few suggestions by mysidia · · Score: 2, Interesting

    If proprietary filesystems are on the table, how about VxFS ?

    Another possibility is to use FAT with cross-platform backup software. Maybe you don't need a filesystem at all: if this really is for backups... why not just create lots of extended partitions on the device and use TAR ?

    AKA tar cf /dev/sdbXX -V 'VOLUME_A' /backup

    That's crude and hard to keep organized, but also effective. Also, Some proprietary backup products that will work on a FAT filesystem, and not require large file support, even to backup large files

    Or utilize a tool such as WINRAR that allows you to "split" a RAR file across multiple archives in chunks of a certain size, then store these files on a FAT filesystem.

    FAT is the most cross-platform, oldest. But has known issues with fragmentation, and lack of journaling, effects reliability.

    You could divide your backup volume into 2 partitions: one DOS/FAT partition with the bootable image and files required to 'load a virtual machine' that can see the files on the other partition in the preferred data format such as ZFS or FFS (e.g. pre-allocated eager zeroed thick VMware VMDK with 'split into 2gb files' enabled).

    Then you just make sure the system you plug the drive into can boot a VM, with your "backup/file access environment"

  22. Shocking by Zoidbot · · Score: 0

    It's a shocking bad state to be in in 2010... Something needs sorting. You can try UDF, but there are so many revisions, finding one that works for everything is a challenge too.

  23. Tape by Anonymous Coward · · Score: 1

    I've found tapes to be brilliant for backups, especially if you want to do a regular backup weekly or monthly and have access to several backups from the past. Granted, it is very expensive for an individual or family, I've only had good experiences with it.

    1. Re:Tape by mlts · · Score: 1

      Tape is the best way of doing offline backups, but it has three disadvantages these days:

      1: Tape drives that can store decent capacities are expensive. Expect to shell out $3-4 grand for a drive, and lots more for an autochanger.

      2: Tape drives require a large I/O path all the time. There is a reason why no tape drives made recently use USB -- they require a SAS or at the low end Ultra 160 on a dedicated card. If the box can't dish out up to the 100 mbps that the tape drive wants, the tape starts shoe-shining, causing wear and tear, and increasing the chance of bad sectors.

      3: Tape drives are horrid at random access.

      Of course, tape has some excellent advantages, because they have such a long archival life. So, if you have a tape drive (and I wish someone would be able to make one that could keep up with TB drives), the best thing to do is pair it up with a storage array and do D2D2T (disk to disk to tape). This way, backups go directly to disk, while on the own time, the backups can be moved to tape without depending on any other subsystem.

    2. Re:Tape by rdebath · · Score: 1

      Your second point isn't 100% right, modern tape drives have two features that more or less eliminate "shoe-shining". The first is that the tape drive can usually run at multiple speeds, sometimes as low as 1/3 of it's headline speed so if you can't keep up it adjusts. But the most important feature is a huge buffer, several seconds of write time between the OS and the tape surface. With both of these in place the "shoe-shining" is minimal. (eg: a quarter second backtrack every 5 seconds; as compared to the old QIC drives where you could easily end up with the equivalent of twenty passes.)

      PS: If you happen to have an old tape drive that doesn't have a huge buffer it can easily be done in software.

    3. Re:Tape by Anonymous Coward · · Score: 0

      With both of these in place the "shoe-shining" is minimal. (eg: a quarter second backtrack every 5 seconds; as compared to the old QIC drives where you could easily end up with the equivalent of twenty passes.)

      True, but if you're going to the expense of buying a tape drive (or autochanger) anyway, the cost of the extra HDD space to allow you to do D2D2T is small in the scheme of things - no shoe-shining is still a lot better than a quarter of a second every 5 seconds.

  24. What about a backup server? by mlts · · Score: 3, Interesting

    As an alternative to an external disk that goes to multiple machines, this might cost some, but perhaps consider a backup server?

    The advantages to this setup:

    1: The server initiates the backups, and can warn you in case something can't be read.
    2: Most backup software stores snapshots, and some deal with the full/incremental/different cycle by using synthetic full backups. This makes restores to a certain point in time pretty easy.
    3: More sophisticated backup software allows you to transfer backup sets to another media. This way, you just plug in a drive, do a transfer, and you have an offsite archive.
    4: If one of the backup client machines gets hacked or malware installed, existing data stored on backup media cannot be altered.

    The disadvantages:

    1: You will need an active computer which is significantly more expensive than a hard disk.
    2: Amanda/Zmanda for open source, Retrospect, Backup Exec, for commercial. The software costs a hefty chunk of change.
    3: You have to make extremely sure that the backup server box is locked down tight. If someone compromises your backup server, they got data of every box you have. If you can, perhaps consider buying a router to put the backup server behind and only allowing the vital ports incoming.
    4: Backup servers should have some redundancy for stored data. Because there is so much data stored from multiple boxes, a failure of a drive hurts more than on a normal machine.
    5: Restoring a machine may vary in difficulty.

    1. Re:What about a backup server? by unicode · · Score: 0

      backup servers are great. you might also find lbackup an open source backup tool useful.

  25. here's an easy solution by Anonymous Coward · · Score: 0

    I bought a LaCie 1 gig drive with an ethernet connection a few years ago. Dunno the file system, prolly Linux with Samba. Just plug it into network.

    Everything connects to it including the last DOS 3.1 box needed for a legacy database.

    And it was only $200. You want mirroring? Buy a second and copy over the first with a batch file whenever you get nervous.

    1. Re:here's an easy solution by MasterPatricko · · Score: 1

      I bought a LaCie 1 gig drive with an ethernet connection a few years ago. Dunno the file system, prolly Linux with Samba. Just plug it into network.

      Everything connects to it including the last DOS 3.1 box needed for a legacy database.

      And it was only $200. You want mirroring? Buy a second and copy over the first with a batch file whenever you get nervous.

      $200 for 1 gig?

      Well, I guess DOS 3.1 can't handle much more ... still I get the feeling you were slightly ripped off.

      --
      I'd tell a UDP joke, but you may not get it. I'd tell a TCP joke, but I'd have to keep repeating it until you got it.
  26. Replace the WD TV thing by NitroWolf · · Score: 2, Interesting

    Replace the silly little WD TV Live media player with a mITX system that's about the same size. Install Linux and XBMC and be done with it. You'll have the best possible media player on the planet, as much storage space in any configuration you want and the ability to expand everything when the time comes. No hassle, you'll have constant online backups available and you'll have a killer always-on media center.

    1. Re:Replace the WD TV thing by ionix5891 · · Score: 1

      you are an idiot

      i have the first gen wdtv here

      and it runs linux, i have it hacked to connect to my nas via usb>ethernet adapter and it reads nfs/samba shares quite well

    2. Re:Replace the WD TV thing by Anonymous Coward · · Score: 0

      The WD TV Live isn't silly at all, and a mini (or micro) ITX system would be positively huge in comparison. The WD is a nano-ITX. Good luck getting equivalent value for $100.

    3. Re:Replace the WD TV thing by Anonymous Coward · · Score: 0

      Replace the silly little WD TV Live media player with a mITX system that's about the same size. Install Linux and XBMC and be done with it. You'll have the best possible media player on the planet, as much storage space in any configuration you want and the ability to expand everything when the time comes. No hassle, you'll have constant online backups available and you'll have a killer always-on media center.

      what is MITX ?? no link??

      a google gives many sites but none consistent with this thread

    4. Re:Replace the WD TV thing by Anonymous Coward · · Score: 0

      Well that's not exactly true. An Atom N280 paired with 945 doesn't have the horsepower to playback 1080p and maybe jerky 720p - but a WD TV Live can. Unless you go for a ION chipset, but then you're in the $300 range where as with the WD TV you're closer to $100.

    5. Re:Replace the WD TV thing by NitroWolf · · Score: 1

      you are an idiot

      i have the first gen wdtv here

      and it runs linux, i have it hacked to connect to my nas via usb>ethernet adapter and it reads nfs/samba shares quite well

      Fine... but it's slow and it fails to play every format out there. Wow, so you have a brain damaged version of XBMC that can't do 1/2 of what XBMC can. Neat.

    6. Re:Replace the WD TV thing by NitroWolf · · Score: 1

      Well that's not exactly true. An Atom N280 paired with 945 doesn't have the horsepower to playback 1080p and maybe jerky 720p - but a WD TV Live can. Unless you go for a ION chipset, but then you're in the $300 range where as with the WD TV you're closer to $100.

      Screw the ION. Go with a quad core 9550 from Microcenter for $160. Add a couple gigs of ram for $30, a mITX motherboard for $100 and an Antec mITX case for $70. Pick your hard drive configuration and viola, you have a wicked computer system capable of playing anything you want AND a quad core beast that can handle any other task you throw at it.

      Yes, it's more than $100, but it's also far more capable and flexible. The WD Live is a silly little thing simply because it can't play that many formats. If and when a company starts shipping a product that can play as many formats as XBMC, then we'll have a non-silly media center product... but until that day, any media center product that can't play what XBMC can play is a piece of shit.

  27. IBM's HPFS by Theovon · · Score: 1

    IIRC, NTFS is a descendent of something called HPFS, which is what IBM developed for OS/2. At least as recently as Win2K, Windows would mount and use HPFS partitons, and also I recall that Linux could read/write that as well. Look into that.

    1. Re:IBM's HPFS by Guy+Harris · · Score: 1

      IIRC, NTFS is a descendent of something called HPFS, which is what IBM developed for OS/2.

      If I remember correctly, HPFS was designed by Gordon Letwin, who was a Microsoft employee.

    2. Re:IBM's HPFS by cco · · Score: 1

      You are correct. HPFS was developed as part of LanMan 386 (Pinball), a 32-bit server that ran underneath OS/2 1.2x (which used i286 addressing, even on i386 processors).
      That was 20 years ago, but I think I still have the t-shirt...

      --
      busy, busy, busy
    3. Re:IBM's HPFS by Hamsterdan · · Score: 1

      2GiB max file size on HPFS.

      Like it or not, NTFS is here to stay, and can be read by almost all modern OSes. (write support is available trough NTFS-3G on Linux & OS X)

      --
      I've got better things to do tonight than die.
  28. Check Tuxera NTFS by replicant_deckard · · Score: 2, Informative

    If you need Linux/Mac/Windows interoperability then we recommend NTFS for both Linux and Mac users. Instead of the old NTFS kernel driver you may want to check our open source NTFS-3G. It has read/write, and tons of options:
    http://www.tuxera.com/community/ntfs-3g-advanced/

    If you need just high-performance NTFS read/write, this is our offering for Mac users:
    http://www.tuxera.com/products/tuxera-ntfs-for-mac/

    If you need high-performance for a commercial Linux application or device, you may want to check this:
    http://www.tuxera.com/products/tuxera-ntfs-commercial/performance/

    Regards,

    Mikko Välimäki
    CEO, Tuxera Ltd

    1. Re:Check Tuxera NTFS by hacker · · Score: 2, Interesting

      Bzzt... NTFS can't handle filenames that ext3, XFS and other Linux-based filesystems can handle. I went through this dance with my Drobo (incidentally, do not EVER buy a Drobo, not if you care about your data; it's dangerous to store data on that device)

      ext3 and the Windows-side e2fs-explorer style packages are fine, or use Samba/CIFS and serve it up that way. I use rsnapshot on Linux to back up my Linux and Windows machines to my NAS, which is ext3-formatted.

      NTFS is fine, if you're only ever backing up or storing data that can be created on Windows machines, but not if you want to store data from other machines (i.e. back up a Linux machine for example).

    2. Re:Check Tuxera NTFS by jon3k · · Score: 1

      "incidentally, do not EVER buy a Drobo, not if you care about your data; it's dangerous to store data on that device) "

      Care to give some details?

  29. Re: Turn off write caching! by Anonymous Coward · · Score: 0

    Make sure you have write cache disabled! There's even a warning in Windows that having write cache on will cause data loss in this kind of case. I have it off and I've never encountered this issue. It should be set to disabled by default.

  30. Why not use a ReadyNAS device by Anonymous Coward · · Score: 0

    2 disks, redundancy, heck buy a cold spare HD and you will be protected better than two USB drives

  31. [OT] Words by Nutria · · Score: 1

    It might if irregardless was actually a word.

    Normalcy didn't exist until the 1850s, even though normality was 150 years older. (I'd never heard of normalcy until U.S. History class...)

    --
    "I don't know, therefore Aliens" Wafflebox1
    1. Re:[OT] Words by XanC · · Score: 1

      But if "irregardless" were a word, it would mean the opposite of what most who use it believe it to mean.

    2. Re:[OT] Words by Anonymous Coward · · Score: 0

      You mean like "inflammable?"

    3. Re:[OT] Words by Golddess · · Score: 1

      I before e except after c.
      Or as in neighbor and weigh.
      But then weird is just weird, neither is neither, and caffeine, um...

      Anyway, my point is that for every rule, there are a couple baker's dozen of "exceptions". Irregardless is simply an exception to the "rules" that you claim make its meaning the opposite of how everyone uses the word.

      --
      "I'm not sure I like the fugnutish tone you used in your post!" -RogL (608926)-
  32. FastFileSystem + DirCache by frambris · · Score: 1

    Works just fine on the Amiga...

    Ooh, wrong century... sorry

  33. Openfiler anyone? by lacourem · · Score: 2, Informative

    Personally I like Openfiler. It can be picky about the hardware though. With that said, the speed is great, and I can mount iscsi on linux and windows. Has been stable as hell for me to boot.

    --
    when logic fails, bullshit prevails
  34. HFS by countach · · Score: 1

    Looks to me like HFS is the way to go since there are good solutions for all three platforms for HFS.

  35. ext3 by solid_liq · · Score: 2, Informative

    I go with ext3 for this personally. NTFS doesn't store *nix style filesystem permissions, and causes various other issues with you Linux systems. With ext3, you can store all your files with all of your permissions intact, the filesystem is mature and trustworthy, and you can still access all of the files from any operating system by simply connecting the drives to a dedicated fileserver machine (an older computer or small device works perfectly for this). Simply share your files via NFS, Samba and ftp (if you need ftp access for something like xmbc). Having a dedicated machine for this means you can also script your replication to the secondary drive, so that you only have to attach the drive for the mirroring process to take place.

    This is the solution I've been using for about four years now, and it works great for me.

  36. Ready made solution by Anonymous Coward · · Score: 0

    One word : FreeNAS.

  37. NTFS or ZFS by DiSKiLLeR · · Score: 1

    Its been stated here repeatedly. You want to go NTFS for all the listed reasons, or ZFS.

    I set up my own ZFS NAS server, but yeah, up to you.

    Do NOT go FAT32 under ANY circumstances.

    --
    You can tell how powerful someone is by the magnitude of the crime they can commit and be able to get away with.
  38. WD TV Live! by Anonymous Coward · · Score: 0

    Just use NTFS. You say you'll be using a WD TV Live! (which is a wonderful device, I must say), which supports NTFS and can act as a fileserver on your network. So just leave your daily drive connected to the WD TV Live!, push your backups to it over the network, and then do your monthly backups off that as you planned. No reason to bother with anything more complex than that.

  39. DVD shouldn't be an issue by DJRumpy · · Score: 1

    Considering DVD files are typically split at the 1 GB mark, you should have no issues with DVD. Assuming you have other files that break the 4GB barrier however, leaves you with EXT3, HPFS, or NTFS. The EXT3 support for OS X is supposed to be there using the SourceForge EXT2 driver, but I never managed to get them to mount. NTFS support is good on the OS X side, seems to be good on Linux and of course on Windows.

    I'd go with NTFS using NTFS-3G as it gives read/write support on all 3 OS's and is open source ( http://sourceforge.net/projects/ntfs-3g/ )

  40. I've been there - NTFS all the way by GoatSucker · · Score: 2, Interesting

    I have been through exactly the same thing, and NTFS is the way to go. My main machine is a Mac, but I format all my USB drives as NFTS (through NTFS-3G FUSE). Though this is slower than formating as FAT or HFS+, it is so much more portable, it wins out. Windows machines can read them. My WD TV box can read them. My Mac can read them. They can store more than 4G per file (indeed, I have all my DVD isos on them). Ok, they can't be read on other macs without installing NTFS-3G, but I've yet to need that. For me, I've never had any problem with NTFS-3G , it's extremely reliable.

  41. ZFS, ZFS, ZFS by Anonymous Coward · · Score: 0

    Enough said, next topic.

  42. Windows Filesystem Support by devent · · Score: 1

    Why is the Windows's state of support third party file systems so bad anyway? Why does the Linux kernel supports so many file systems and Windows basically only fat32 and ntfs?

    I thought because the ABI of the Windows kernel is stable it is so easy to develop drivers for it.

    Oh and while am at it, when Windows will have LVM2 support? I can resize every partition on my Laptop as I wish, only the Windows partition is a static block (a too large block, btw, unable to be resized and used where the space is needed).

    --
    http://www.mueller-public.de - My site http://www.anr-institute.com/ - Advanced Natural Research Institute
    1. Re:Windows Filesystem Support by BiggerIsBetter · · Score: 1

      That's a good question. The WDK is readily available, so why have so few open source drivers been ported to Windows? Why no ZFS yet?

      BTW, on your laptop, you can boot with System Rescue CD (sysresccd) and resize your NTFS Windows partition and file-system just fine.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
    2. Re:Windows Filesystem Support by DJRumpy · · Score: 1

      I think Windows FS support is so bad simply because there isn't a lot of need for it given that they are a market leader. It's more of a need for folks like Linux and OS X to adapt to the market leader than the other way around. On top of that, MS has never been overly accepting of non-MS formats. They either buy them out and make them their own, or try to drive them to extinction. To their point of view, it simply doesn't benefit MS if Windows had a lot of FS support built in that made it potentially easier to move to another OS. In a weird sort of way, I can understand their approach as it make sense given where they started, and the market share they hold now.

      Linux on the other hand, benefits greatly from a wide array of File Systems. It's one of the strengths that makes it a nice alternative in a mixed computing environment. Linux alone should have been a lesson to MS that it isn't always counter productive to be more open.

  43. The solution.. by hedronist · · Score: 1

    The solution ... is a good rant. God, I love a good, heartfelt, I-don't-give-a-f*ck-how-crazy-it-makes-me-look rant. I mean, if we were to database all of the word misusages, mispelings, verbing of nouns and nouning of verbs, if we crammed all of the unGodly linguistic trashfulness of /. into a forward-looking, high-concept, low-brow PowerPoint® slideshow we could ... probably make multimediavt go nonlinear in a very exponential, straightforward way. It would exciting! It would cause fireworks across the net!

    By God! It would be ... impactful!

    Let's do it!

  44. I basically have the same setup by Kappy · · Score: 2, Informative

    My backup has been worked good for the last few years. I had a large windows tower filled with hard drives...
    * One of my HDD was encrypted using Truecrypt.
    * A scheduled Acronis task would image my OS drive to the encrypted drive.
    * I have another encrypted HDD in one of these KINGWIN KF-91-BK trays (http://www.newegg.com/Product/Product.aspx?Item=N82E16817121172)
    * After Acronis was done, I would kick off a little batch file to mount the tray drive (which was encrypted) and run SyncBack Pro to mirror the encrypted source. Then dismount.

    I just bought a few extra trays. Each month I sync all the other HDD in the system (including the encrypted drive) for my off-site backup. One flaw in my system was if one of the other "data drives" crashed, I would loose at most a month of changes. They were just music/videos and didn't change very much. I accepted this fault.

    I out grew the tower and recently built a cheap unRaid box. Most if it should work the same, except now I have redundancy for all my drives in the case of a crash.

  45. Fuse is the answer by tambu · · Score: 1

    Use NTFS and then install the Fuse ntfs-3g driver. This works for read write in linux and OSX and makes it easy. We all know that Windows supports Microsoft only and that leaves us to configure the other systems we have. Your distro should have Fuse as a precomplied package and probable the ntfs-3g driver as well. As for OSX you can find it by searching for "mac fuse" in your favorite search engine.

  46. UDF? Seriously? by Zero__Kelvin · · Score: 1

    "There needs to be a "universal file system" that is supported by all OSes without added software or hassle or patent/license problems."

    "UDF fits that bill, doesn't it?"

    It doesn't even come close. (I linked to one small part of the article. Please read the whole thing before coming to the realization that I am correct.)

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    1. Re:UDF? Seriously? by Wyzard · · Score: 1

      Plain UDF 2.01, the kind you'd use on a hard drive or USB flash drive, is readable in Windows XP (I tested this recently), and is read/write in Vista and Win7. It's also supported in recent versions of OSX. Unless one needs to support old operating systems, UDF seems like a reasonable choice.

    2. Re:UDF? Seriously? by Jesus_666 · · Score: 1

      I've had problems with UDF. Apart from needing to drop to the shell to create a volume using it on OS X all the way up to parts of the system locking up when trying to unmount the volume. I think it was plain 2.01.

      UDF works fine for DVDs but I don't know any OS that makes it a first-class regular file system. In my experience ntfs-3g is more reliable and much less painful to work with.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  47. NTFS-3G vs. nfsmount by hduff · · Score: 1

    I've used NTFS-3G successfully. http://www.tuxera.com/community/ntfs-3g-download/

    But the nfsmount people have this to say: "The ntfs-3g driver is an obsolete fork of ntfsmount. Use ntfsmount from ntfsprogs-2.0.0"

    http://www.linux-ntfs.org/doku.php?id=ntfsmount

    Who is correct???

    --
    "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
    1. Re:NTFS-3G vs. nfsmount by hduff · · Score: 1

      Forgot to include this. Free for non-commercial use. I have not used it, so anybody with experience?

      http://www.paragon-software.com/home/ntfs-linux-per/

      --
      "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
    2. Re:NTFS-3G vs. nfsmount by dlapine · · Score: 1

      ntfs-3g was updated on nov 14 2009

      ntfsmount was last updated in 2008

      you do the math.

      I've used ntfs-3g for external storage. A lot. ntfs-3g won't fix a corrupted fs or bad block, and you'll need access to the windows box to do that, but since you plan on having access to windows, that shouldn't be an issue. What's nifty is that I haven't seen a large decrease in speed for reads and writes- not as fast on linux as ext3, but 25MB/s isn't out of the question.

      At the moment, I trust open source linux drivers for ntfs much more than anything that has to run on a windows box to let it see ext3.

      --
      The Internet has no garbage collection
  48. NTFS-3G works fine by SlightOverdose · · Score: 2, Insightful

    NTFS-3G, which should come standard in most distros, should be able to read and write NTFS perfectly. It's considered very stable. That said, my personal solution to this problem was to use EXT2 and install EXT2IFS on my windows machines. I had a small FAT32 partition on the USB disk with the EXT2 driver installers for Windows and MacOS, so if I ever need to read it on another computer I don't have to download anything.

  49. ext3 by steveha · · Score: 2, Interesting

    I format my external USB drives to ext3. Most of my machines are Linux anyway, and I can always plug the USB drive into my storage server and backup over Samba to any kind of drive supported by the storage server.

    ext3 is pretty much stable and well understood. It just works. That's what I want for backup drives.

    And my netbook has Ubuntu Linux on it, and ext3 performs well on the external USB drive there. I haven't tested NTFS over FUSE on the netbook, but I wonder about CPU overhead on the little Atom chip: it might be a little bit slow.

    If you want a drive you can take over to your friend's house, and your friend just runs Windows or a Mac, then by all means NTFS.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
  50. PSA by dotgain · · Score: 2, Informative

    Ignore this thread. Once you get past all the first post trolls, the rest of it mainly contains bickering over whether "irregardless" is a word or not. Slashdot at its finest, I know. So I'm jumping in at the top of the thread to warn you and save you the time.

    As for which filesystem to use: It's a shitfight at the end of the day. OSS-NTFS is reverse engineered so you can never trust that it really is complete, nor that Microsoft will never bend/break it in the future. FAT32 sucks but is unquestionably the lowest common denominator. I like to use Ext2 for getting big files from Linux to Windows (I transfer a lot of DV files), but you have to install something on the Windows/Mac/etc. to use that. HFSplus support on Linux is fine, you just need to disable the journal on the Mac first.

    Like I said, it's a shitfight. Learn the pros and cons of the main filesystems: NTFS, Ext-2/3 family, HFS, FAT32. Break them out as each situation merits. But with regard to NTFS and the specs changing: Microsoft have done it before and they'll do it again, just ask Norton Utilities. While my Windows PC is a very important part of my operation (I edit all my video on it), I don't use Windows for enough other things to justify using NTFS unless I'm forced to.

    1. Re:PSA by polemistes · · Score: 0, Troll

      Irregardless is a word irregardless of what you may think now. Since irregardelss of the absence of use of the word irregardless in the past, if enough people use the term irregardless enough times and in enough contexts, irregardless of the proper use, I'm sure it will find its place in the dictionaries in the future irregardless of the fact that it is a very presumtious word.
      Disclaimer: IANANES (I Am Not A Native English Speaker).

      When it comes to the filesystems: ext3, slow on Windows, but works (I think, I don't use windows, so I must confess I haven't tried it), ntfs, a bit slow in Linux, but works (I have tried it), you don't use the kernel driver, but the FUSE ntfs-3g driver. File system driver in kernel or user space, you don't want to care.

    2. Re:PSA by dotgain · · Score: 0, Offtopic

      If you were a native English speaker, you'd have picked up that I'm not interested in whether people think a certain word is valid or not. There would be dozens of words and idioms that always cause so much pointless debate here (see below).
      While I understand what they mean, and never pull anyone up for using them, I would also never use them myself, just to avoid what's happened here: Almost the entire first page of comments are completely pointless to anyone wanting to read about filesystems

    3. Re:PSA by polemistes · · Score: 0, Offtopic

      Yes, my understanding of English is quite good enough that I was able to see your point. I was just tempted to add to it, by examplifying...

    4. Re:PSA by tuxgeek · · Score: 1

      You've pretty much hit the nail on the head
      To try to have a file system to work across all platforms universally when nothing is completely compatible across all platforms is ludicrous and will drive you to suicide.

      I've had a similar dilemma in what to format a thumb drive to work between windoz & *nix systems. Fat32 sucks big time, comes standard on the thumbdrive, is slow as hell, trying to delete a small file takes too long (Great interval to enjoy a cup of coffee while you wait and then tap fingers for another 1/2 hour), at the end of the day, Fat32 just plain sucks!

      I finally decided to scrap my intention to keep things in sync between the two, windoz & *nix. I use *nix every day and rely on it much more. Windoz is more a novelty system for me, only used to view streaming TV over internet, when some weird proprietary codec won't work on *nix.

      The final solution was to format the drive to jfs. Works great on *nix, pretty simple to format, is blisteringly fast compared to fat32, and so far relatively painless. Viewed today as the best move for my needs. Others mileage may vary ...

      --
      "Suppose you were an idiot...and suppose you were a member of Congress...but I repeat myself." Mark Twain
    5. Re:PSA by aiht · · Score: 1

      To try to have a file system to work across all platforms universally when nothing is completely compatible across all platforms is ludicrous and will drive you to suicide.

      Yeah, that happens to me every time I try.

  51. Go with EXT3 and on windows use a VM shim by ZERO1ZERO · · Score: 1

    Install a tiny debian virtual machine on your windows PC that can host the USB drive as a network share for the times when you have to use it via Windows. There maybe some kind of Virtual-box-system-in-an-exe type thing where you could have it on a FAT32 partition at the start of the disk so you could run it on any windows PC without the need to pre configure a VM. Depends on your situation.

  52. NTFS-3G by Lord+Kano · · Score: 1

    It's stable, it works, it uses Fuse so you don't have to worry about Kernel support.

    Just go get it.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  53. turn your usb drive into a NAS by stilldead · · Score: 3, Interesting

    I haven't tried it but it looks like a good idea. http://www.cyberguys.com/product-details/?productid=36218&sk=MC71419
    Format it ext3 and then share it SMB for any OS.

    --
    You are lucky, Ed Gruberman. Few novices experience so much of Ti Kwan Leep so soon.
    1. Re:turn your usb drive into a NAS by Gunstick · · Score: 1

      I plan doing this in software for my mobile disk.
      Have a small FAT, holding a vmware image and a player for mac (really soon now), win and linux.
      The second big partition is ext3 in a truecrypt container (mobile disk...).
      The image contains soft for doing nfs, smb and other accesses to the truecrypt container.

      So plug the disk into any machine and start the vmware player: voila there's your data.

      --
      Atari rules... ermm... ruled.
  54. Why all those ext3 recommendations? by the_other_chewey · · Score: 5, Interesting

    I see quite many people here recommending ext3. Oh my. ext3 sucks for large files,
    which is exactly what the submitter wants to use his setup for. Look into the crazy structures
    ("double indirect blocks") it uses. He should go with an FS that has sane data structures with
    files >>4GB.

    That kills most of the choices and leaves XFS, ext4, ZFS (only worth it if not used via FUSE,
    i.e. in Solaris), and a couple more obscure ones.
    I second the "forget OS portability, use a server" suggestion. There's great low-power, low-cost
    hardware for this nowadays.

    1. Re:Why all those ext3 recommendations? by Anonymous Coward · · Score: 2, Interesting

      I see quite many people here recommending ext3. Oh my. ext3 sucks for large files,

      The reason so many people are recommending it is because it's the best choice, not the fastest choice.

      XFS isn't popular enough. Yeah, it sucks, but unless there're other compelling advantages, I want to use code that has lots of other users to get rid of obscure bugs, especially for filesystem code.

      ext4 is too new and doesn't offer sufficient advantages over ext3 in this use-case.

      ZFS - Pretty much requires Solaris or FreeBSD. The poster obviously already knows Linux, whereas their Solaris/FreeBSD experience is an unknown quantity. Also, for the "generic" slashdot readers out there, Ubuntu/Fedora are a lot easier to install/setup than Solaris/FreeBSD (or Debian for that matter). Now, if ZFS was available natively under Linux, its snapshot/checksum/disk-pool features (all of which are so extremely cool and useful for a home-NAS) might provide sufficient advantage to overcome the fact it's less popular.

      ext3 is a mature filesystem that can store large files (large enough for home use anyway) and is easily fast enough to flood a gigabit network connection. It's not that the other filesystems sucks, it's just that ext3 fulfills the role quite adequately and the minor advantages of the other filesystems isn't sufficient to overcome its advantage as the "de-facto" filesystem.

  55. NTFS and Compress by ccrasher · · Score: 2, Interesting

    I would recommend NTFS. I would also recommend that you get an open source program and compress the dvd's to approx. 700MB for up to 90 minutes and 1.4GB over 90 mins. H264/ac3 or Xvid are good codecs to use. Batch schedule the movies and let the system compress all night when you don't need the system. The reason for this is because dvd's take up a lot of wasted space because of the format. A compressed movie takes up far less space. I can store about 1000 movies on a 1TB drive and if a dvd is ever needed, I can recode a dvd. There is not much quality difference between a compressed movie and a dvd file. You can also convert the dvd's to .mov files but apple can read most H264 files or mp4 files. Many dvd players can read Xvid or Dvix files and others without the need for a dvd file. For cd's, If you plan to burn several copies, then rip the cd's directly to .wav or .flac (lossless) files. mp3 files are like .jpg image files such that they lose a little quality/data each time they are copied whereas lossless .wav or .flac files DO NOT regardless of how many times they are copied.

    1. Re:NTFS and Compress by MightyYar · · Score: 3, Insightful

      I would recommend NTFS.

      That is the best solution to read from, but he says that he's going to primarily be using this from Linux - so NTFS might still be a bit risky.

      I would also recommend that you get an open source program and compress the dvd's to approx. 700MB for up to 90 minutes and 1.4GB over 90 mins. H264/ac3 or Xvid are good codecs to use.

      A couple of points here. First, why would he specify a file size unless he was going to put the movies on CDs? He'd be far better off simply using a constant-quality encoder, which would have the additional benefit of not requiring a second or third pass for optimal quality. Second, why recompress in this day and age? A 1TB drive can hold over 100 double-layer DVD movies... and if he has more DVDs than that, then the cost of a bigger/additional drive is minor compared to the cost of the collection...

      mp3 files are like .jpg image files such that they lose a little quality/data each time they are copied

      This is simply not true. Neither mp3s nor jpegs lose quality or data when copied. They only lose quality when they are re-encoded - just as you are proposing he do with his DVDs. DVDs are heavily compressed using MPEG2. Converting to MPEG4 or H264 is exactly the same as taking an MP3 and converting it to AAC or OGG - there will be quality loss no matter how well the encode is done.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    2. Re:NTFS and Compress by ccrasher · · Score: 1

      You are correct. A 1TB drive can ONLY hold 100 dvd's approx. I have been collecting movies for many years now and it would take over 100 - 1TB drives to hold the 10,000 + movie collection. By compressing with a quality codec to the specs I gave above, you will save 90 1TB drives without losing quality. Someday, if my wallet permits, I will have every movie ever made, provided I do not go bankrupt first. BluRay movies are compressed to start with but hold very high quality compressed with a good codec to approx. 2.5GBs. I might add that with Handbrake (free Open Souce via sourceForge), you may want to recode the dvd's a second time to a resolution/frame size/rate for your Iphone/crackberry etc. A great quality file will be approx. 50MB per 45 minutes of video. The only drawback is that this file type is not suitable to recode back to a dvd due to the severe compression. I recoded the entire 8 years of the series charmed (to mp4/m4v, .mov works good if only for apple) and fit all 200 est. episodes on an 8GB Iphone and they play in super hi quality. I am currently preparing all 9 years of Xfiles for my wifes Phone for Xmas. For the audio, mp3's , like jpg's are lossy formats. They are named this because they lose quality/data with every copy. By their very nature of compression they discard most/over 80% of the data upon creating a lossy file. Wav's/flac's, camera raw or dng's are lossless and lose nothing regardless of how many copies are made because these file type do not use compession (for all practical purposes). I had the same idea as the origional poster about 10 years ago and have finally found a reasonable method to work with audio/images/video. If you only have 100 or so movies then size does not matter but if you have 10,000+ videos from dvd,HD, or BluRay, then you need a good system to start with. Rosewill makes a great HD tower that can hold 8 HD's for a current max. of 8 2TB drives. (you can raid smaller drives anyway you wish) but widows can only handle arrays up to 2TB max. (so you cannot setup a raid-0 array with 2-2TB drives) if my memory serves me correctly. You only need an array/raid for backups or encoding. For storing files you are est using single non-arayed drives or at most, a raid-1 array for backup purposes only. This can potentially hold up to 20,000 movies for a media center. Now imagine choosing any of 20,000 movies and with 1 click,be watching it within 10-15 seconds.

    3. Re:NTFS and Compress by MightyYar · · Score: 1

      For the audio, mp3's , like jpg's are lossy formats. They are named this because they lose quality/data with every copy. By their very nature of compression they discard most/over 80% of the data upon creating a lossy file.

      Yes, they discard data upon creation - but not during subsequent copies. Copying an mp3 is no different than making a dmg of a DVD... the DVD is compressed with a lossy format - just like an MP3. 80% or so of the original film data is lost in the creation of the DVD, but the subsequent copies are loss-free pure digital copies... just like mp3. I can copy an mp3 a billion times, and there will be no further data loss.

      Do you really have hundreds of thousands of dollars worth of DVDs? Wow... impressive.

      Using something like Xvid or H264 won't save you 10x the number of drives... depending on the content, you might get 3x compression versus the MPEG2 format found in DVDs. So in your case, you'd still need 30 1 TB drives... but if you have the money for 10,000+ DVDs, surely you can spare $10,000 for 100 drives to back them all up? You'd be paying $3,000 plus untold hours of lossy re-compression anyway.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    4. Re:NTFS and Compress by jon3k · · Score: 1

      "mp3 files are like .jpg image files such that they lose a little quality/data each time they are copied"

      Is this a joke?

  56. grammar nazi by Anonymous Coward · · Score: 0

    English is a living breathing thing; if he or she likes iregardless, so be it; words change; unique no longer means unique, but unusual
    As Orwell once said, regarding split infinitives, its better to break any rule then do something barbarous..

    1. Re:grammar nazi by Hognoxious · · Score: 1

      As Orwell once said, regarding split infinitives, its better to break any rule then do something barbarous..

      I try to always split an infinitive before I do something "barbrous".

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  57. For my backup by Anonymous Coward · · Score: 0

    For my backup, I use an external firewire drive that I leave turned off, except once per month, when I turn it on, mount it (linux system), and run rsync between it and another drive (my home directories). Runs very slick. I've also used Rsync to recover data off of a dying drive. I could only get data off of it for about 10 minutes (and it had to be cold). Rsync worked like a charm. I got alll the data off after a few hours (about 85 GB, 10 minutes at a time), followed by 30 minutes of cooling down. Rsync worked like a charm. I would use Reiserfs to handle the large data size (easily handles 1TB and 100 TB filesystems. I can also add encryption to it so that if the drive gets stolen, then yes, they will have to crack skipjack in order to get at the data. Its not impossible, but, good luck with that.

  58. Ext3 on Linux + Samba by Foldarn · · Score: 1

    If your Windows PC(s) are all networked with your Linux PC, then just format it Ext3, share it out with Samba, and let Windows read it from over the network.

  59. Please read this by Anonymous Coward · · Score: 5, Informative

    Dear AP,

    I was pondering with a very similiar problem two years ago, when I bought my first terabyte-class external USB hard drive to my home server (old 800 MHz Duron). I was thinking exactly like you are thinking now, and decided FAT-32 would be the way to go. MISTAKE. Four important things stand out, that I want you to read:

    1. You never really transfer that drive. Much less than you think. Chances are more than 99% of their lifetime they will be sitting hooked to one computer, never really being moved; portability is just another nice extra feature that you hardly ever use. During the two years I have switched my drives a couple of times between the desktop machine and the server, both of which run Linux as main OS. I have never ever taken any of these drives outside of my home.
    2. 4 GB limitation is really bad! Most DVD ISOs are bigger that that. An hour of HD video in state-of-the-art H.264 is more than 4 GB. And rest assured, when you have the space and facilities to accquire gigabyte-class multimedia, the temptation will be there. As BluRay becomes the new DVD, maybe you want to RIP your fav. movies to your hard drive for quick access? NO WAY with FAT-32!
    3. Lack of UNIX parameter support. Okay, so you just want to store back-ups? Okay.. Remember than FAT-32 doesn't support symbolic links, file ownership, user/group/others access permissions, file name character case (in Microsoft Windows, "Soviet Union" equals to "soviet union"; WILL result in a conflict when copying data from UNIX filesystems!). This information is LOST, unless you use some container format like tar (but remember the 4GB limit again). These little things are a) very helpful everyday things, value of which you realize only after loosing them (e.g. any file on extfs can be replaced/virtualized without moving files around; it can even point to a non-existstent file! And all works seamlessly, as long as the program understands symbolic links; now how valuable is that?), and b) what makes your UNIX fs work. The value of your backups is lower if they dont work "out of the box", e.g. data is lost when transfering to FAT-32. I mean, you just have a chance to save so much hassle there.. When needed, you can NFS-mount the filesystem (and its free space and contents) to your local machine from your drive, and everything works transparently to BOTH Windows and Linux (the properties of FAT-32 are a small subset of those of extfs.)
    4. Acccess speed. Ext3 and Ext4 or just about any 21st century UNIX fs are lightyears ahead of the archaic FAT in data structures. E.g. if I "ls" a big directory on my only FAT-32 drive, it is SLOW! You can see the entries being fetched one by one. Whereas, if I do the same in a similiarly-sized directory on the ext3, the files appear immediately! Access is almous immediate even over NFS mount in LAN. This comes handy, rest assured.

    Okay, those are my four vocal points. They could be in any order, because all of them are equally important reasons NOT to choose FAT-32! As it happened, after using the 0.5TB drive for 6 months with FAT-32, I bought more space (a new drive). This time there was no question about the filesystem. I made a small, few-sector long 200 MB FAT-32 partition to the beginning of the drive and downloaded all the latest Win32 EXT2 drivers there from different vendors, just for the really unplausible situation that I would ever want to mount these drives in Windows. Then I just made the rest Ext3. And, I am REALLY satisfied with the decision! Ext3 just work so sparklingly faster and better with Linux than FAT-32 ever does. Since then I have bought one more drive and did the same 200MB + 1TB thing. I will probably never use these drives in Windows, but it gives me a warm feeling to the heart that there's always a way if I should, even if the computer doesn't have an Internet connection.

    Oh, one thing I forgot to mention: get a file server! It makes your life so much easier. Nowadays I am running a desktop computer with a 60 GB SSD drive and no HDD at a

    1. Re:Please read this by RedWizzard · · Score: 0, Offtopic

      These little things are a) very helpful everyday things, value of which you realize only after loosing them

      How many o's are there in "lost"? Use the same number when writing "lose". How many o's are there in "goose"? Use the same number when writing "loose".

    2. Re:Please read this by Anonymous Coward · · Score: 0

      I made a small, few-sector long 200 MB FAT-32 partition to the beginning of the drive and downloaded all the latest Win32 EXT2 drivers there from different vendors, just for the really unplausible situation that I would ever want to mount these drives in Windows. Then I just made the rest Ext3...

      Yes! I do this all the time on my big external USB HDD.

  60. What about AFS ? by Salsaman · · Score: 1

    I am surprised that nobody has mentioned it, but what about a server running AFS (Andrew File System).

    It has some great features:

    Scalable - you can add as many servers as you want
    Secure - it uses kerberos by default
    Fast - local caches are kept until another client needs them.
    Cross platform - openAFS supports pretty much every platform in existence.

  61. EXT4? by Viper_Viper · · Score: 1

    Why is no one recommending ext4? Because of it lacking windows support? Is there any reason why ext4 should not be used in a simple raid5 server?

    1. Re:EXT4? by rdebath · · Score: 1
      1. It's very new.
      2. A little while ago they made a very bad decision that caused people to lose files, lots of files.

      The second thing especially means people have lost a lot of the confidence they had because it became obvious that ext4 was making the security of user data (but not the filesystem structures) take a second place to performance.

    2. Re:EXT4? by Anonymous Coward · · Score: 0

      ext4 seemed to be also more of a bridge between ext3 and btrfs/ZFS. These days, there isn't really a real niche for ext4 because it is neither fish nor foul. It doesn't have the stability that the older filesystems have because they have been in use for a number of years. It also doesn't have the advanced features that people are writing btrfs and ZFS to take advantage of. I'd recommend that either you stick with the tried and true (ext3), use another filesystem that has been thrashed out and has proven decently stable (xfs or jfs are one of two that come to mind, perhaps reiser3), or wait until btrfs gets stable.

      If it were up to me running Linux in a production environment, I'd decide between ext3, xfs, or jfs depending on what is being stored, and wait several years before moving to btrfs or a newer filesystem. However, if I were running BSD or Solaris, ZFS is a no brainer.

  62. Re:Hi! Mods? I'm Off-Topic by Blakey+Rat · · Score: 1, Insightful

    Bravo!

    Now how about applying it to all the other posts in this fucking useless thread that are off-topic?

  63. Re:NTFS linux driver will always be quirky by yoyhed · · Score: 1

    I would have agreed with you a couple years ago, but ntfs-3g has become quite good - zero problems reading and writing large amounts here, and I use it for work almost daily.

    --
    WHO NEEDS SHIFT WHEN YOU HAVE CAPSLOCK/ DAMN1
  64. Would VirtualBox (or something) help? by captrb · · Score: 1

    I'm not sure if this is possible, just throwing it out there... Could you install a virtualized OS instance on all these hosts, with VirtualBox or VMWare, on each computer? If so AND you were able to access the raw drives and the hosts files from the vhost (with some magic that I'm not aware of), you could use a filesystem native to the vhost but not to the metal host.

  65. Ambiguous?? by Anonymous Coward · · Score: 1, Funny

    You're so torn between formats, why don't you just partition the external drive with like ten partitions and format each one with a different format -- that way you don't have to choose!

  66. Problem with ReiserFS by TheLink · · Score: 5, Funny

    The big problem with ReiserFS: Vendor lock-in.

    --
    1. Re:Problem with ReiserFS by Anonymous Coward · · Score: 0

      That's GENIUS, sir, GENIUS!

    2. Re:Problem with ReiserFS by Anonymous Coward · · Score: 1, Funny

      isn't it vendor lock down

  67. FreeNAS is the was to go (was Re:I wouldn't....) by Anonymous Coward · · Score: 0

    This is the perfect application for FreeNAS. In additional to all the benefits listed above, you've got the options of using rsync to maintain your off-site drive.

  68. Use a journaled file system by Anonymous Coward · · Score: 0

    Use a journaled file system - I don't care much which you choose. I prefer JFS or XFS and don't think EXT4 is ready for trusted use yet. For the live data, I'd add Linux software RAID1 or RAID5 or RAID6 protection. mdadm has never let me down even with corrupted disks. Not a single bit has been lost in 5 years. For the backup drive ... it doesn't matter too much, but I'd stay journaled.

    For media, that doesn't change much, I'd use rsync to mirror the disk file systems efficiently.

    ZFS with zsend would be more efficient, but ZFS has that problem - no Linux kernel support. As much as I love ZFS, I'm not going to run a new OS on my home network just to use it.

    If you really care about this data, consider adding some par2 files to ensure you can correct corruption over time - you know, bit rot (which really does exist). ZFS has data validation built-in.

    At least you aren't planning to store this on DVDs for 10 years and believe all the bits will be there when you come back.

  69. Oblig: XFS plug - it was made for media streaming by lpq · · Score: 2, Interesting

    XFS was designed with media streaming in mind -- and designed for large file, high performance. It had a defragmenter to keep disks in optimal condition before Windows98 had come out (was one at the request of a large, customer who had an especially pathological case -- before that there was normally not considered a need for it).

    Files can be 'normal', have up to and addition 256K of resource-fork related into (extended attribute info), AND you can have a real-time section that can allow for completely bypassing the file system. It was sufficiently fast for video even back when disks were 1/10th the speed they are now.

    On it's native OS, it could handle multiple streamed data to the same disk and keep it separate by allocating the separate channels out of disparate allocation groups on disk. I don't know how that works on linux. Unfornately, on linux even under x64, file block sizes AFAIK, are still limited to 4K. XFS has a 64K limit, but under linux is hamstrung to 4k. Of course Windows NT allows 64K block sizes. But not linux...hmmm....very weird. XFS minimizes impact of linux's tiny allocation block size by using a extents which can be at least 256k -- but believe the actual limit is in megabytes. Been a while since I read that stuff...

    Of course -- not to be linux centric, but have heard ZFS is pretty good, but no idea of how it compares for anything.

    my 2 cents...

  70. after you pick a file system.. by Anonymous Coward · · Score: 0

    I use a similar backup system and backup schedule to an external USB drive as well. I used NTFS for the filesystem but I mount Truecrypt volumes on that file system to hold my backup data. If the drive fails and I have to send it back for warranty purposes or if someone steals it, at least I know my backups were resonably protected with some type of encryption. Another benefit is I can move my entire backup set to a new drive by simply copying that truecrypt volume file to the new destination.

  71. NTFS3G by Anonymous Coward · · Score: 0

    NTFS3G for Linux seems to work perfectly for NTFS file systems (read AND write); and, unless you're creating ISO images of your raw DVD video, the VIDEO_TS folders should have files that are just under 1GB each (for DVD filesystem compatibility), making FAT32 usable (or are you saving raw capture from a video camera, making huge uncompressed files that are >4GB?)

  72. Avoid USB attached storage. (Re:Words of caution) by KonoWatakushi · · Score: 4, Informative

    The fundamental problem lies in USB bridge chips which do not properly implement the cache management commands. Others have replied that you need to disable the write cache, and while that would be a solution, it is often impossible. Even with bridge chips that do support the cache disable command, some hard drives will not honor it anyway.

    Most USB bridges simply lie about when data has been written, which makes it very difficult for a filesystem on top of it to make any guarantees. While it may not happen often, this can have disastrous results, as you have seen.

    The copy on write nature of ZFS left it especially vulnerable to broken USB storage, and could easily leave you with a corrupted pool requiring manual intervention and a bit of luck to recover. Thankfully, the recent bits address this, and ZFS is now the only filesystem that I would trust on top of USB storage. Most other filesystems will survive without incident, but at the cost of some silent data corruption.

  73. Use Linux + Samba for home network file sharing by Anonymous Coward · · Score: 0

    I have a LOT of my DVD collection rip'd to my computer drives. I use 1.5GB esata hard drives formatted ext3 for Linux and have a linux file server running Samba so all my Linux, Mac, and Windows machines can access the ISO images (mount as virtual DVD's) from anywhere in the house. Works great, costs very little ($0.10 USD / GB == $0.40-0.90 / DVD), and can easily be copied to a laptop for travel.

  74. Hybrid? FAT32 and [your-choice-of-fs-here] by corychristison · · Score: 4, Interesting

    I know this comment will get lost in the sea of other comments, but my recommendation to you would be a hybrid solution.

    Create a small partition (1GB would be overkill) and format it FAT32.
    Create another partition for the rest of the drive (or however you please) with your choice of FS (I prefer XFS, personally).

    Store the drivers(/utilties) for the FS you chose and store them on the FAT32 drive.
    Some popular drivers/utilties for Windows are:
    ext2fsd for EXT2 - http://sourceforge.net/projects/ext2fsd/
    rfstool for ReiserFS - http://freshmeat.net/projects/rfstool/
    ltools for EXT2/EXT2/ReiserFS - http://www2.hs-esslingen.de/~zimmerma/software/ltools.html/
    and so on and so forth (a simple google for "[FS] Windows Compatibility" usually works.)

    Just my thoughts. :-)

  75. use checksumming (md5's etc...) by Anonymous Coward · · Score: 0

    Just a tip, it's really disasterous when you don't realize that data has been corrupted, and external drives can be a wee bit more susceptible than we might hope... Try setting up checksumming in appropriate places, and before deleting older versions of things, just check what you "think" you still have... (dvdsig.exe is a prog I have seen around for this purpose... - or create some scripts!)

  76. Re:Avoid USB attached storage. (Re:Words of cautio by StarsAreAlsoFire · · Score: 1

    That's interesting, I didn't know that. I do know that a certain E-Sata 'hot swappable' card I installed a while ago *COULD NOT* be set to 'disable write caching' in XP. It was a mounted volume, and Damnit We're Going To Treat it As Such. I was a bit pissed about that. You know *MAYBE* I bought a hot-swappable E-Sata card so I could use it with a removable disk? Perhaps!? Thankfully there's a 3rd party program that flushes mounted volumes so you can 'eject' them - and Win7 handles it natively. But srsly.

    The option being disabled makes a lot more sense now. I just kinda assumed (doh!) that it was Windows handling the caching.

  77. ntfs-3g by Anonymous Coward · · Score: 0

    Works for me perfectly on Linux and Windows on an external USB-Harddisk for 3 years now.

  78. Re:Avoid USB attached storage. (Re:Words of cautio by greg1104 · · Score: 1

    The idea of using a USB drive for any sort of large storage gives me the willies for the reason you list, which is extremely important, as well as some others:

    -USB bridges rarely pass any SMART data back to the host, which means that if it starts to fail you won't know until it's already lost data. How much data? You'll have no idea. Well, you could if you used ZFS or other checksumming, but even then you're not going to know what wrong until data is gone.

    -Drives in the 1TB range are going to be regular internal drives with a USB bridge on them. Ever notice how external drives normally have a much shorter warranty on them than the internal versions of the same basic disk? That's because moving a desktop drive around is really bad for it. They just don't last very well in that situation, thus the derated warranty and lower expected lifetime.

    -Drive failure rates are so bad, and the time it takes to make a full copy of a drive this big so long over USB, that you're way too exposed to losing two drives. If you care about your data at all, ideally you'd want a RAID-1 pair of internal drives in a server system. It's reasonable in that situation to make an off-site backup you sync periodically, but you don't want a portable drive to be your only primary copy.

    Note that the first couple of these issues, the ones related to the crappy USB chipsets, can be avoided if you get an external drive that connects via eSATA. Then you get SMART, no write cache fiasco, much better situation. But it's still a desktop drive that's very likely to fail when used this way.

  79. Re:NTFS linux driver will always be quirky by assert(0) · · Score: 1

    True, I have had zero problems with Windows XP / ntfs and Linux in recent years. But what about Windows 7's ntfs? I've upgraded from XP to Windows 7 and I have found that Ubunut Karmic has problems accessing *some* of the directories on the ntfs-filesystems.

    Another thing, will windows 7 "enhance" my external HD's ntfs so that I won't be able to acccess it from Linux? The external HD is mostly a storage/backup disk but I use it occasionally to transfer files to Windows 7.

    --
    (founded 95,000,000 yrs ago, very space opera)
  80. For where your treasure is... by gottabeme · · Score: 1

    ...there your heart is also.

    Just something to think about. :)

    --
    "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
  81. Filesystems are overrated. by MaxToTheMax · · Score: 1

    Use dd and write down all your byte offsets. Seriously though, go for EXT3 and make sure you don't *write* anything from Windows if you don't trust the drivers. Later on you can do an in-place upgrade to btrfs if you want.

  82. btrfs & data checksums by zerothink · · Score: 2, Interesting

    Great feature would be data chacksums - for media collection on drive, I would like to get warning if there is any data loss. btrfs has this feature (between many others), when it is a bit more stable, than I will use it in similar scanario.

  83. Bubba! by talornin · · Score: 2, Interesting

    I ended up doing as most in this thread did. Networking.

    I bought a BubbaII from http://www.excito.com/ its a small fan less linux box with 2x usb, 2x ethernet, and 2x extSata.

    NB: NICs are gigEthernet, but they perform substantially slower than one expects. This according to the manufacturer, is by design to keen the temperature at a resonable level to accommodate the fan less design.

    --
    When in danger, whewn in doubt! Run in circles, scream and shout!
  84. Failure on large files? by cheros · · Score: 2, Interesting

    I've been using this for years, but I do get solid lockups with very large files (over 4GB) which has made me very nervous.. Any idea where I screw up?

    Desktop and laptop are still WinXP (home) until I make up my mind what I'll replace it with (it's narrowed down to OpenSuSE or Mandriva), but for some use a Windows desktop is still more suitable (I'd love Paint.NET to run on Linux, for instance).

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  85. Create different partitions on external drive by MirzaD · · Score: 2, Informative

    Create different partitions on external drive, one for example EXT3 and other FAT32. EXT3 would be large and FAT32 would be very small couple of megabytes. On smaller partition you would have EXT3 drivers for Windows machines. With this you would be able to access EXT3 from any machine. You could also try different file systems in same way.

  86. Best Filesystem For External Back-Up Drives? by Lost+Penguin · · Score: 1

    WAFL

    --
    I am the unwilling control for my Origin.
  87. Missing qualifyier by Anonymous Coward · · Score: 0

    -1 is not descriptive enough.

    Write something like:

    -1, freedom-freak or
    -1, rms-fanboy or
    -1, yeah-just-the-food

  88. Case sensitivity by Anonymous Coward · · Score: 0

    Ext file systems are almost useless on windows because of their case sensitivity. Hard-coded file names in applications are often different from those files they refering to. So windows require at least one drive without case sensitive file system where applications and system would be stored.

  89. Incremental backup by dna_(c)(tm)(r) · · Score: 1

    A few friends asked me to share my backup script: script, so I did.

    Enjoy

  90. Solution.. 4 disk array + eSATA enclosure by Anonymous Coward · · Score: 0

    Or buy a $149 4 disk eSATA/USB external array from Addonics and do software RAID5. 4 x 320GB is about 1TB usable. Then use that 2nd 1TB disk to rsync weekly however you like, since we all know that RAID is not a backup. Can't say that I'd go much bigger on the RAID, since going bigger causes backup issues. I suppose you could put in bigger drives and limit each partition to 1.5TB so that external 1.5TB disks can be used to backup everything up.

    Personally, I like having 30 days worth of backups - 1 full with 29 incrementals. The full backup is always from very early this morning.

    Further, there's no need to waste all that storage with MPEG2 - convert to the most efficient video format that all ur devices can handle and avoid proprietary codecs since they can change with a little upgrade and break all your devices. I've been using xvid for 6 years for this reason. Sadly, my MediaGate doesn't do HD or mkv or HDMI, but the WD TV Live I'm getting for Xmas will.

    1. Re:Solution.. 4 disk array + eSATA enclosure by uradu · · Score: 1

      Yeah, but my XBMC can play the full DVD including menus and everything from an ISO image on a share, whereas converting to xvid makes you lose a lot of that stuff. At least it used to when I last checked into that.

  91. ZFS with compression and dedup turned on by Anonymous Coward · · Score: 1, Informative

    In my opinion, external backup drives cannot be trusted. You could work around this by mirroring the drives yourself, but I think that I have a better solution.

    Use ZFS.

    Here's how I plan to backup Windows files onto ZFS external drives.

    1. Install Virtualbox to run OpenSolaris which will manage the ZFS drives.
    2. Get a distro of OpenSolaris that supports dedup. The first distro with all of that was 128a so google for this filename "osol-dev-128a-x86.iso" or download a more recent OpenSolaris.
    3. Get some USB hubs, one for each of your USB ports.
    4. Plug in a bunch of USB drives. I am using eight 8Gb thumbdrives but that only gets me 48Gb. Use spinning hard drives to get more storage.
    5. Decide on RAIDZ2 or RAID 1+0 (a stripe of mirrors). If you are using drives bigger than 500Gb then you probably should go for RAID 1+0 aka RAID 10. Be careful, some advice on the net gets this backwards. I am using RAIDZ2 with 2 parity drives which is why my eight drives only give me 6*8=48Gb of storage.
    6. Install OpenSolaris in Virtualbox. If you are an uberhacker like me, do a console install on a 2G CF card. If not, then choose a 6Gb virtual drive and do the standard GUI install.
    7 Set up your ZFS pool on the USB drives, make some filesystems and export them as CIFS shares or make some virtual devices and export them as iSCSI.
    8. On Windows, copy your files to the network drive.
    9. In the virtual OpenSolaris machine run a ZFS scrub.
    10. Shutdown OpenSolaris and pack away the drives until the next backup session.

    You now have a reasonably secure backup which can survive the loss of one, or maybe two drives depending on how you configured it. And if a sector on a drive goes bad, ZFS scrub will recover the data. Normally, an external drive failure means either total loss of the data, or at best, loss of some files. And an external drive may have already lost some of your files but you won't know it until you try to use them years from now. On other filesystems there is no equivalent of the ZFS scrub with sector-based checksums to automatically recover bad blocks.

    Yes, I know this solution is a bit techy, but expect someone to package this up as a neat backup-in-a-box solution. I believe that you can run Virtualbox on Windows in a headless mode so the customer would never know that their Fort-Knox grade backup application is actually OpenSolaris in a VM.

  92. RAID (or an external drive) is NOT a Backup by Anonymous Coward · · Score: 0

    I hate to burst everyone's bubble here, I work in enterprise sector of IT, and USB disks are NEVER used as a backup. Simply put, they fail far too frequently. You'll be plagued with bus resets, crappy USB firmware on the drive, and a lack of a true archival medium.

    Hard disks are not meant to sit on a shelf and reliably store data for many years. If you truly want a BACKUP that will be usable for years to come, you should start saving up for a LTO4 tape drive.

    -----------------

    Now for a filesystem for [any] drive, I'd recommend ZFS. In the newer releases among many features, you get snapshots and block level deduplication.

  93. Um, I'm afraid you can... by Joce640k · · Score: 1

    You're using new words that your grandparents didn't know but you don't see yourself as an uneducated English-mangler, you see yourself as 'correct'.

    Your grandparents use words that their grandparents would have frowned upon.

    Shakespeare is one of the greatest English writers ever but his words are incomprehensible to most people.

    Your grandkids will use words that mean nothing to you.

    It's called language...it'll change irregardless of what you think. Get over it.

    --
    No sig today...
    1. Re:Um, I'm afraid you can... by Jeff+Carr · · Score: 1

      Well, that went right over your head. Look up the history of the word "grok".

      --
      The television will not be revolutionized.
  94. nice... by ZenDragon · · Score: 2, Insightful

    This is the kind of topic that SHOULD be on slashdot. And no Im not being sarcastic. Something informational that might benefit everybody, dispite all the bickering in the subsequent posts! There's one thing you can count on with slashdot readers, dispite how arrogant most of us are, or how ignorant most are when it comes to politicial information - We usually know our shit when it comes to computer stuff! :)

  95. No matter what FS you choose, do this by NevarMore · · Score: 1

    My requirements weren't as stiff, but I found myself with an external drive that was used for offsite copying/sneakernet use between my *nix box, the wifes Mac, and friends Windows boxes.

    I don't recall what FS was used, but it wasn't FAT or NTFS. I did set up a FAT partition with driver installer packages for that filesystem for most major OS's along with a README file with general instructions for mounting it on Windows and OS X and Ubuntu.

    As long as there are tolerable drivers for any given OS, this gives the freedom to use the right filesystem for the task without sacrificing interoperability.

  96. Samba and Unison by poolecl · · Score: 2, Informative

    I myself wanted a setup like this several months ago and settled on setting up 2 Ubuntu systems with internal 2TB hard drive. One at home and one at my remote location. I share the drive over my local network with Samba. (The drives themselves are formatted ext3 or ext4, but that hardly matters to the rest of the network once they are shared.) (To later support Mac OS X you could try getting afp working, but it will still happily mount samba also, which is what I do with my mac.) Which is fast enough to serve video, and means I don't have to lug a drive around the house. And I periodically run Unison to keep the systems in sync over SSH. Even pre-mirroring the drives, Unison takes a day or so to run the initial sync. But after that first run, the syncs are pretty quick. At the moment I am manually running the GUI Unison, but I plan on eventually switching to the command line version and automating it in a cron task.

  97. Historical day. by Anonymous Coward · · Score: 0

    Today, after what -- 10 years being here? -- I got my first -1 for pointing NTFS in encumbered... and nobody cared.

    That's normal everywhere... except here on /.

    Today IMHO -- after a long descent -- /. went under the sea level.

    Shall I perhaps register? (rhetorical)

  98. Has anyone tried UDF by Anonymous Coward · · Score: 0

    I have been thinking about this recently and I had wondered if I could format a Harddrive as UDF like a big DVD. This format is readable by both Windows and Linux and I believe is writable to, although I have only ever used it on write-once media.

    I got as far as finding Windows and Linux formatting commands as follows:

    Windows Vista or later: "format x: /fs:UDF" (don't use /q ! )
    Linux: "mkudffs --media-type=hd /dev/sdx"

    However, I have never actually tried it yet; so if anyone else has I would be curious as to how successful they were.

  99. Don't buy WD "MyBook" externals!!!!! by Anonymous Coward · · Score: 0

    Western Digital apparently felt that well established power management standards were not hip enough and re-invented the wheel, only ribbed for their pleasure (not yours).

    MyBook drives time out and go to sleep on non-windows systems every minute or so, and the linux and XNU kernels react to this rather poorly (in the case of linux kernels, by automagically remounting the drive RO which is actually worse than just erroring out).

    They don't work right on windows systems either, unless you load the special drivers that slow down your whole OS.

    Treat "MyBook" drives like the utter dogshit they are. That's how WD has been treating their customers who have complained, so it's appropriate. This post soon to be modded flamebait by WD staff....

    Does anyone know if the other WD stuff is also non-standard crap? I have been afraid to buy anything from else them since they burned my ass on the 1TB MyBook.

    http://www.google.com/search?q=western+digital+mybook+%22times+out%22

  100. Which File System? by olsonde · · Score: 2, Interesting

    I'd choose the file system based on the system I plan to Host it on. If the host is Windows, I'd go with NTFS. If the Host is Linux, I'd go with EXT2. Regardless of the hosting system and the drive format, you want to make sure you can access the shared contents of the drive from your other systems on your home network. Using this approach, you won't need to worry about third-party drivers.

  101. Re:Don't buy.... (Possible fix that I followed) by Anonymous Coward · · Score: 0

    (OK, I did this for another drive that would have similar problems, I did this about 18 months ago IIRC)

    Link talking about this with FreeAgent drives spinning down and giving I/O errors and remounting the drive read only. (Sounds very familiar doesn't it?) (I have a OneTouch drive which also suffered from the problem). This is how they got the drives working:
    NSLU2 FAQ on FreeAgents spin down

    (They do seem to make a mention that what they are writing to in the "/proc" tree might not have been there until sometime around 2.6.19)

  102. Why has nobody suggested UDF? by jesboat · · Score: 1

    FAT32: no POSIX metadata, 4GB file size limit is deadly. It's inefficient, and generally outdated and nasty.

    NTFS: proprietary, sometimes complicated to get on Linux, hard to get on OSX.

    ext*: bad-to-none support on non-Linux. IIRC, neither the Windows nor OSX drivers support journaling, for example.

    HFS+: about the same boat as ext*, if you swap "Linux" and "OSX".

    UDF: reasonably efficient, support for basic metadata (POSIX, though no EAs or forks), full support on Linux 2.6, OSX 10.5, Windows Vista/7, or (with third-party utils)

  103. Re:NTFS linux driver will always be quirky by yoyhed · · Score: 2, Insightful

    AFAIK, Windows 7 doesn't make NTFS partitions it comes across into Dynamic volumes (which is probably what you mean by "enhancing"), which would make them unreadable on Linux.

    Maybe the directories you were trying to access were NTFS versions of symlinks, "junctions"? I've had trouble using them in Linux, and I know Win7 has them in place for backwards compatibility ('C:\Documents and Settings' points to 'C:\Users', for example).

    --
    WHO NEEDS SHIFT WHEN YOU HAVE CAPSLOCK/ DAMN1
  104. Stick up Ass by Anonymous Coward · · Score: 0

    >>WRONG!

    I hate people that dont no how too use thee BIG letters and thee TINY letters rightly.

    Wrong! Would be a more better way to right.

  105. Re:NTFS linux driver will always be quirky by assert(0) · · Score: 1

    Thanks. Would mod interesting or insightful.

    --
    (founded 95,000,000 yrs ago, very space opera)
  106. Here's a rule: by XanC · · Score: 1

    Anyone who uses "irregardless" is an idiot.

  107. I have a drive I use for that. by Anonymous Coward · · Score: 0

    Used ext3, tried to install the drivers on my Mac and gave up. Came to a simple conclusion. If it's not Ubuntu, **** it.

    Multiplatform. Decent. You may pick one. But now of course ext4 is out, which is much better than 3, so go with that instead.

  108. Vinyl by shervinemami · · Score: 1

    It has better dynamic range than anything your digital harddrives can offer

  109. use ntfs-3g in linux for 99% support by Anonymous Coward · · Score: 0

    ntfs-3g is fine for everyday use now. you can write and everything, with no silly limitations.
    The only caveat that I know about is that occasionally (for example if the disk was not
    cleanly unmounted) you might need to connect the disk to a windows pc once or twice to
    let windows 'fix' it.

    really, my brother and I have been using it for a couple of years now with no problems, and
    it is the standard way of mounting ntfs partitions in any modern linux distro.

    having said that, if your WD thing supports ext3, i would say try the 'ext2 ifs' driver for windows.
    at http://www.fs-driver.org/
    it is good enough for read access in windows.
    and it works ok for writing though in my experience it occasionally refuses to delete a file.

  110. Ext3 by nuxguy · · Score: 1

    well said randallman, lets not give even more power anyone who would even patent "that thing which i sometimes look out of". also, i have a related question about nas / fat referred to in this thread. i bought a nas drive, thinking that it would be a great backup solution. as far as i can ascertain i don't have an choice with the filesystem, only fat. as soon as i discovered this i decided nas wasn't for me and bought an eSata docking station which allows me to plug in any SATA, inc laptop, drive. i've not started playing, i.e. testing, it yet but i certainly hope i will be able to use any filesystem. i'm currently thinking along the lines always use EXT3, the eSATA is plugged into a Linux box so any windows machines could simply access it via the network. am i wrong?

    --
    Ubuntu 9.10-KK Kernel 2.6.31-16 - generic SMP x86_64; AMD PHENOM2 X4 945 sAM3 95W; GByte GA-MA785GMTUD2H AMD785G SB710;
  111. NAS is the way to go by seangee · · Score: 3, Informative

    + 1 for build a NAS. Your backup doesn't need to be very portable. I started out with FreeNAS, if you go this route ZFS would be the logical choice. I got pretty frustrated with this so rebuilt my NAS using Ubuntu and EXT3 - it made sense to me to use the native FS for the OS. I currently have 4 x 1TB internal drives in raid 5 (one spare). I use a USB drive to back this up. SMB internally and all the files are accessible by every OS I use. If I need to take files out and about there are good old USB sticks or portable drives. Mine are usually NTFS or FAT 32 because anything can read these - and of course there's always good old FTP on the NAS