home.social

#nfsv4 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nfsv4, aggregated by home.social.

  1. Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.

    Good thing that my setup is for a trusted network.
    so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.

    ,nobootwait doesn't seem to be a thing anymore.

    I'm not looking forward to the Kerberos fuckery

    Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is

    doas apk add nfs-utils-server-dinit
    doas dinitctl enable nfs-server
    # write your /etc/exports file
    doas exportfs -a

    #linux #nfs #nfsv4 #chimeralinux

  2. Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.

    Good thing that my setup is for a trusted network.
    so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.

    ,nobootwait doesn't seem to be a thing anymore.

    I'm not looking forward to the Kerberos fuckery

    Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is

    doas apk add nfs-utils-server-dinit
    doas dinictl nfs-utils-server-dinit
    #write your /etc/exports file
    doas exportfs -a

    #linux #nfs #nfsv4 #chimeralinux

  3. Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.

    Good thing that my setup is for a trusted network.
    so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.

    ,nobootwait doesn't seem to be a thing anymore.

    I'm not looking forward to the Kerberos fuckery

    Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is

    doas apk add nfs-utils-server-dinit
    doas dinictl nfs-utils-server-dinit
    #write your /etc/exports file
    doas exportfs -a

    #linux #nfs #nfsv4 #chimeralinux

  4. Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.

    Good thing that my setup is for a trusted network.
    so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.

    ,nobootwait doesn't seem to be a thing anymore.

    I'm not looking forward to the Kerberos fuckery

    Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is

    doas apk add nfs-utils-server-dinit
    doas dinitctl enable nfs-server
    # write your /etc/exports file
    doas exportfs -a

    #linux #nfs #nfsv4 #chimeralinux

  5. Yesterday after months of cursing with and on a laptops running , I found the way of auto-mounting a file system which may not always be available seems to work better so far...