File System
The Network File System (NFS) is a protocol for distributed file system that allows users on client computers to access files over a computer network, similar to how local storage is accessed.
You can configure the Gaia Operating System to mount a storage device with NFS v4.
Configuring NFS in Gaia Portal
|
Step |
Instructions |
|---|---|
|
1 |
In Gaia Portal, in the left navigation tree, click System Management > File System. |
|
2 |
In the section Network File System Version 4:
|
|
3 |
In the section NFS Settings:
|
|
Step |
Instructions |
|---|---|
|
1 |
In Gaia Portal, in the left navigation tree, click System Management > File System. |
|
2 |
Select the mounted device. |
|
3 |
Click Delete. |
Configuring NFS in Gaia Clish
Syntax
|
|
|
|
|
|
|
|
|
|
Parameters
|
Parameter |
Description |
|||
|---|---|---|---|---|
|
|
Specifies the absolute path to a local directory where an NFS exported directory is mounted. |
|||
|
|
Specifies the NFS server and the absolute path to the NFS exported directory in this format:
Example:
|
|||
|
|
Specifies the mounting options.
Syntax options:
|
|||
|
|
Configures and shows the NFS v4 timeout. Default: 5 seconds. |
Supported NFS v4 Options
For explanations about these NFS v4 options, see the Linux man pages "mount(8)" and "nfs(5)".
-
ac -
acdirmax=n -
acdirmin=n -
acregmax=n -
acregmin=n -
actimeo=n -
async -
atime -
auto -
bg -
clientaddr -
context=context -
cto -
defcontext=context -
dev -
diratime -
dirsync -
exec -
fg -
fsc -
fscontext=context -
group -
hard -
intr -
iversion -
lookupcache=mode -
loud -
mand -
minorversion=n -
_netdev -
noac -
noatime -
noauto -
nocto -
nodev -
nodiratime -
noexec -
nofail -
nofsc -
nointr -
noiversion -
nomand -
nordirplus -
norelatime -
noresvport -
nosharecache -
nostrictatime -
nosuid -
nouser -
owner -
port=n -
proto=netid -
rdirplus -
relatime -
resvport -
retrans=n -
retry=n -
ro -
rootcontext=context -
rsize=n -
rw -
sec=flavor -
sharecache -
silent -
soft -
strictatime -
suid -
sync -
timeo=n -
user -
users -
wsize=n
Configuring NFS with Gaia API
You can work with NFS storage devices using Gaia API commands.
See the Check Point Gaia API Reference > chapter "Files" > section "Network File System".