User`s manual

UNIX (NFS)
30 AXIS StorPoint CD E100 Users Guide
Accessing the Discs
The StorPoint CD integrates into your network operating system just like any other file server.
Thus you can use standard commands to access it.
To access the discs from your UNIX applications, you must first mount the StorPoint CD to make
the data available to your system. Some applications will not run properly unless the data is located
at root level. Discs that include such applications must therefore be individually mounted.
On most UNIX systems, you will need
root privileges to mount the StorPoint CD.
Follow these steps:
1. Create a directory for the StorPoint CD.
Example:
2. Mount the resource:
Example 1 (Root):
Example 2 (Volumes directory):
Example 3 (Disc):
mkdir <directory>
mkdir /storpoint
mount <IP address>:/ <directory>
mount 192.16.253.80:/ /storpoint
mount 192.16.253.80:/volumes /storpoint
mount 192.16.253.80:/volumes/acrobat /storpoint