#OCI #Oracle #Terraform #NFS
OCI FSS: NFS for Linux, SMB for Windows, One Terraform Deploy
AWS has EFS. Azure has Azure Files. Google Cloud has Filestore. Oracle Cloud has File Storage Service — NFS only. In this video we deploy OCI FSS, mount it on Linux via NFS, and re-export it over SMB so Windows clients get a persistent mapped Z: drive, all authenticated against a Samba 4 Active Directory domain.
Everything is provisioned with Terraform. No manual steps. Run apply.sh and you have a fully working shared storage environment across Linux and Windows.
Code:
https://github.com/mamonaco1973/oci-fss
README:
https://github.com/mamonaco1973/oci-f...
Chapters:
00:00 Introduction
00:22 Architecture
01:08 Build the Code
01:26 Build Results
02:13 OCI vs The Rest