
Axentra™ Net-Box Getting Started Guide
Page
15
Mac OS X:
Open a new Finder window and select Network on the left. After a few moments, a computer named
"AXENTRASERVER" will appear. When you select it, you will be prompted for a username and
password; enter your Net-Box login name (Your Username) and password. Your files are accessible
through either the homes folder or the Your Username folder; both are the same.
For convenience, you can add the AXENTRASERVER computer to the Finder sidebar. Select it and use
File | Add to Sidebar, or Command-T.
Linux:
Your Axentra Server is acting as a Samba server. You can browse your files in an FTP -style interface
using smbclient. The command is:
$ smbclient //axentraserver/homes -U Your Username
You will be prompted for your password; enter your Net-Box password. You can optionally specify the
password on the command line, before the -U, but this is not recommended, as it will then also appear in
plain text in your shell's command history.
If you have smbmount installed, you can mount your files on the local filesystem. However, you must be
root, or install smbmount as suid root. The command to mount your files is:
# mount -t smbfs -o username=Your Username //axentraserver/homes /path/to/mount/point
You will be prompted for your password; enter your Axentra Server password. You can optionally specify
the password on the command line, by adding "password=..." to the list of options specified (above, we
only show the "username" option), but this is not recommended, as it will then also appear in plain text in
your shell's command history.
Many Linux distributions install smbmount and smbclient by default. If you do not have them installed, and
they aren't available on your distribution's install CDs, they are available at http://samba.org.
Comentarios a estos manuales