Why am I unable to see all files located in a NFS mounted drive using LS or DIR in MATLAB 7.0.1 (R14SP1)?

3 views (last 30 days)
I am unable to see or access files located in a drive, which are NFS mounted, using MATLAB 7.0.1 (R14SP1). Here is an example of the issue :
1. I create a file named 'magicrank.m' and save it to a drive which is NFS mounted, and ensure that this drive is on MATLAB's path
2. Typing the following at MATLAB's command prompt,
magicrank
returns the following error
??? Undefined function or variable 'magicrank'.
3. Also, the output of DIR and LS do not show the same files as follows :
ls
returns
tcsh: No entry for terminal type "'MATLAB Command Window'"
tcsh: using dumb terminal settings.
Elvdats3.m elvS3.mdl FL250KCAS250DF00DG00AFT.m pitchcontrollaw.fig
Elvdats4.m elvs4jh.mdl magicrank.m pitchcontrollaw.fig.bak
and
dir
returns
pitchcontrollaw.fig
This issue only occurs on a directory that is NFS mounted, and not on a local or other network drives.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
There is a way to deal with this issue:
It appears this is an NFS issue between Linux and IRIX.
Adding the "32bitclients" option to the /etc/exports file on the IRIX
machine where the files are stored seems to correct the problem.

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!