Axis Communications CD E100 Server User Manual


 
Section 5: UNIX (NFS)
AXIS StorPoint CD E100 Users Manual 69
8. Specify the new entry and click Add to add it to the NFS export list.
9. Click OK.
Note: Per file access control is configured by using native utilities such as chown,
chgrp and chmod, on the mounted exports.
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.
Note: You will need root privileges to mount the StorPoint CD.
To access the StorPoint CD resources from a UNIX client, follow these steps:
1. Create a directory for the StorPoint CD.
Example:
2. Display the export list.
3. Mount the resource.
where
<IP address> is the IP address or host name
Example 1 (Root):
Example 2 (Volumes directory):
mkdir <directory>
mkdir /storpoint_sales_dept
showmount -e <IP address>
mount <IP address>:<resource> <directory>
mount 192.16.253.80:/ /storpoint_sales_dept
mount 192.16.253.80:/volumes /storpoint_sales_dept