Linux PowerPC Server Software

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10833
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba public share:

Image

Creating a Samba account: smbpasswd -a amigaone
User avatar
xeno74
Posts: 10833
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

xeno74 wrote: Thu Mar 31, 2022 4:03 pm NFSd (NFS server) v4 with v3 support:

Image
You can mount the exported directory with the NFS3 and NFS4 protocol.

Differences in the /etc/fstab:

#NFS3

buildhost.a-eon.tld:/srv/public /nfs_public nfs _netdev,rw 0 0

#NFS4

buildhost.a-eon.tld:/public /nfs_public nfs _netdev,rw 0 0
Post Reply