GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Rich Felker (dalias@hachyderm.io)'s status on Tuesday, 05-Nov-2024 12:20:44 JST Rich Felker Rich Felker

    Lazyweb, what's a reasonable removable media filesystem to use for a ridiculously large number of smallish files, hundreds of GB total? FAT32 is just incredibly slow.

    In conversation about 7 months ago from hachyderm.io permalink
    • Embed this notice
      aburka 🫣 (aburka@hachyderm.io)'s status on Tuesday, 05-Nov-2024 12:28:41 JST aburka 🫣 aburka 🫣
      in reply to

      @dalias probably depends on what operating systems you need to be able to read it

      In conversation about 7 months ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Tuesday, 05-Nov-2024 12:45:38 JST Rich Felker Rich Felker
      in reply to
      • aburka 🫣

      @aburka Really only *needs* to be Linux, but in a pinch it's preferable to be more widely readable.

      In conversation about 7 months ago permalink
    • Embed this notice
      purple 👊✊💨 (purple@nya.social)'s status on Tuesday, 05-Nov-2024 13:08:18 JST purple 👊✊💨 purple 👊✊💨
      in reply to

      @dalias@hachyderm.io ext4 is the fastest of the reasonable filesystems for this use case.

      dont use exfat, it can be every bit as slow as fat32.

      In conversation about 7 months ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Tuesday, 05-Nov-2024 13:32:01 JST Rich Felker Rich Felker
      in reply to

      FFS, copying speed is like in the tens of MB/min range...

      In conversation about 7 months ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Tuesday, 05-Nov-2024 13:44:34 JST Rich Felker Rich Felker
      in reply to

      🤬 it's not the fs it's the actual drive being a piece of 💩. dd from it to /dev/null is 5-7 MB/s... vs over 100 with a different drive.

      In conversation about 7 months ago permalink
      Haelwenn /элвэн/ :triskell: likes this.
    • Embed this notice
      Michael Gurski (emag@strangeplace.me)'s status on Tuesday, 05-Nov-2024 13:57:37 JST Michael Gurski Michael Gurski
      in reply to
      • aburka 🫣

      @dalias @aburka that many small files is going to be the worst performance ever. If you can consolidate in a tarball, a zip, a rat, even without compression, before copying, you'll see a huge performance increase. This was my bane when I had to do backups on a PB of data across many multi-TB volumes. Weeks. When they moved to "archive" and I consolidated them, hours to write the same data to WORM tapes. It's the open/read/close cycle. Open/close are fixed times, so more is slower.

      In conversation about 7 months ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Tuesday, 05-Nov-2024 13:57:37 JST Rich Felker Rich Felker
      in reply to
      • aburka 🫣
      • Michael Gurski

      @emag @aburka It's not the open/close taking up time. It's the actual data transfer. But even if it were, putting the data into archives would just move the cost to archiving and unarchiving it. All the costs here except the disk being stupidly slow are pretty much fundamental.

      In conversation about 7 months ago permalink
    • Embed this notice
      GreenSkyOverMe (Monika) (greenskyoverme@ohai.social)'s status on Monday, 11-Nov-2024 14:48:39 JST GreenSkyOverMe (Monika) GreenSkyOverMe (Monika)
      in reply to

      @dalias I asked in the local Unix User Group, one person said ext4, one said fuse fs with tar back-end and linked this https://github.com/google/fuse-archive and one person said ext2 with this reasoning, but the ext4 person disagreed (I hope your instance has autotranslate):

      In conversation about 7 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        GitHub - google/fuse-archive: FUSE file system for archives and compressed files (ZIP, RAR, 7Z, ISO, TGZ, XZ...)
        FUSE file system for archives and compressed files (ZIP, RAR, 7Z, ISO, TGZ, XZ...) - google/fuse-archive
    • Embed this notice
      GreenSkyOverMe (Monika) (greenskyoverme@ohai.social)'s status on Monday, 11-Nov-2024 14:49:17 JST GreenSkyOverMe (Monika) GreenSkyOverMe (Monika)
      in reply to

      @dalias
      Zu der Frage wegen vielen kleinen Dateien und removable Media filesystem: mir würde hier als Erstes ext2 einfallen. Wahrscheinlich könnte man auf Journaling und Dateiintegrität verzichten.
      FAT32 ist unter Linux wirklich super langsam bis hart zu unbrauchbar, die Erfahrung habe ich selbst schon gemacht.

      In conversation about 7 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.