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
    mk (mk@mastodon.satoshishop.de)'s status on Sunday, 16-Feb-2025 03:50:44 JST mk mk
    in reply to
    • GNU/Linux.ch

    @gnulinux

    zfs <3

    server
    $ apt install zfsutils-linux nfs-server
    $ truncate -s 1G /tmp/zfs_test_hdd
    $ zpool create -f \
    -o autoexpand=on \
    -o autoreplace=on \
    -o autotrim=on \
    -O sync=disabled \
    -O compression=lz4 \
    -O sharenfs=no_root_squash,sync,rw=@192.168.1.15/24
    nfsPool \
    /tmp/zfs_test_hdd
    $ exportfs -a

    client
    $ apt install nfs-common
    $ showmount -e 192.168.1.200
    $ mkdir /mnt/nfsPool
    $ mount -t nfs 192.168.1.200:/nfsPool /mnt/nfsPool

    In conversation about 3 months ago from mastodon.satoshishop.de permalink
    • Embed this notice
      GNU/Linux.ch (gnulinux@social.anoxinon.de)'s status on Sunday, 16-Feb-2025 03:50:46 JST GNU/Linux.ch GNU/Linux.ch

      Video: Wie du deinen eigenen NFS-Server einrichtest

      In meinem Video führe ich dich Schritt für Schritt durch die Einrichtung eines NFS-Servers unter Linux. Wir beginnen mit der Installation der erforderlichen Pakete und gehen dann weiter zur Erstellung einer Freigabe.

      #NFS #Server #Linux

      https://gnulinux.ch/wie-du-deinen-eigenen-nfs-server-einrichtest

      In conversation about 3 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.