Chapter 6 Accessing the Harmonic MediaGrid
© 2017 Harmonic Inc. All rights reserved. 186 Harmonic MediaGrid Release 4.1
Mounting a Harmonic MediaGrid File System Using a Macintosh
4. Click the Documents pop-up menu and then select the computer that is mounted to the
Harmonic MediaGrid system.
5. Select the file system that contains the files.
Mounting a Harmonic MediaGrid from a Macintosh in a Windows Domain
that is not the Default
Macintosh client computers can mount a Harmonic MediaGrid system from a Windows domain,
which is not the default using the command prompt.
If you haven't created the mountpoint directory yet, you must do so before mounting the file
system. You can do so using the mkdir command. For example, mkdir /Volumes/mg-qa1
To mount the file system:
Type the following command to mount the Harmonic MediaGrid via a specific Windows
domain from a Macintosh client:
mount –t omfs –o username=<user>,password=<password>,domain=<domain>
/volume/<fsname>
The bold text above represents the user and infrastructure information specific to the
customer. For example:
mount –t omfs –o username=user1,password=user1password,domain=acme /
Volumes/mg-qa1
Additional Mount Options for Macintosh
The following file system mounting options are available using the Macintosh FSD.
The current values for each of the following mount options are logged in the Macintosh
system.log, which can be viewed in the Console app or in the “/var/log/system.log” at the time of
the Harmonic MediaGrid volume mount.
To learn optimal settings for post-production workflows, please refer to the latest version of the
Harmonic MediaGrid Macintosh FSD Release Notes.
IMPORTANT: Do not modify any of the values in this table without first contacting Technical Support.
Table 6–1: Macintosh FSD Mount Options
Option Description
username=abc Specify the required user name. You are prompted for a user name if it is not
specified.
password=abc Specify the required password. You are prompted for a password if it is not
specified.
domain=abc Specify the Windows domain name (optional).
readahead=n Specifies the amount of ReadAhead data (in slices) to be pre-fetched for each
open/active file. Supported values are 0 through 50. The default is 2.
Note: This option is associated with ReadAhead setting in the Mac FSD GUI.