LaCie Ethernet Disk RAID
User Manual
page
Working with Shared Folders
6.1.2. Linux Users
■
To access a shared folder on a computer running
Linux:
Create a directory by entering the following com-
mand at the command prompt:
mkdir /my_directory
where my_directory is the name of the directory.
Be sure to include the full path to the directory (for
example, /mnt/my_directory).
If desired, display a list of all the available shared
folders by entering the following
command:
showmount -e storage_system
where storage_system is the IP address of the Eth-
ernet Disk RAID.
Mount the desired shared folder by entering the fol-
lowing command:
mount storage_system:/nas/NASDisk-00002/folder
/mnt/my_directory
where storage_system is the IP address of the Eth-
ernet Disk RAID, folder is the shared folder, and
my_directory is the name of the directory that you
created step 1.
If you included a full path when creating the direc-
tory, be sure to include the with this command, for
example:
mount storage_system:/nas/NASDisk-00002/folder
/mnt/my_directory
Repeat steps 1 through 3 for each shared folder that
you want to access.
1.
2.
3.
4.
6.1.2.1. Using NFS