Connecting to the NAS
36
Fujitsu
Accessing the NAS from Linux
In addition to operating systems from Microsoft, the NAS also supports Linux systems using the NFS
service.
►
In Linux, run the following command:
mount -t nfs <NAS IP address>:/<Network Share Name>
<Directory to Mount>
►
For example, if the IP address of the NAS is 169.254.100.100 and the link to the network share
folder "public" should be created in the /mnt/pub directory, use the following command:
mount -t nfs 169.254.100.100 :/public /mnt/pub
i
The above command can only be executed when logged in as "root".
►
Log in with the user name specified previously. The network share folder can be accessed via
the mounted directory.