in reply to Re^14: Storing large data structures on disk
in thread Storing large data structures on disk

And the largest single file (ext3) is 16 Terabytes,
Switch to ZFS, and your largest file size increases a million fold to 16 Exabytes. There are of course some practical considerations.... (it won't fit on a memory stick!)
  • Comment on Re^15: Storing large data structures on disk

Replies are listed 'Best First'.
Re^16: Storing large data structures on disk
by BrowserUk (Patriarch) on Jun 01, 2010 at 10:19 UTC
Re^16: Storing large data structures on disk
by jethro (Monsignor) on Jun 01, 2010 at 10:56 UTC
    ext4 allows 1 Exabyte, Btrfs also 16 Exabyte. If one doesn't want to switch to Solaris or external storage.
      ZFS is available for non-Solaris systems. Even for Linux (using FUSE, allowing the FS to run in user space).