[MacOSX] Mounting NFS resources

Last update on May 14, 2009 07:19 AM by jak58
Published by netty5

[MacOSX] Mounting NFS resources






Once you succeeded to export your NFS resources
Learn more:Exporting NFS resources for Mac clients

Opening each time a shell to mount a resource can quickly become tiresome.
As the niload command, which normally allows you to copy Unix configuration files to the netinfo manager, does not seem to work for the fstab (MacOS 10.3.8), the solution is to edit netinfo manually.

In the root of the domain /, you’ll find the mounts directory
In this directory, it will be needed that you create a subdirectory for each new mount point.


For the sub-directory, property and name is default
and must be modified:


ip.du.serveur:/path/exported 


Add 3 other properties:
dir -> /Users/adrien/nfs (specific mount point) 
type -> nfs (fs type) 
opts -> hard,intr (mount options) 


Restart your PC
When using MacOSX enter the following command
sudo kill -1 $(cat /var/run/automount.pid)


For the niload command to works properly with fstab, it is necessary that the line in the file /etc/fstab is complete.

The following command line
192.168.8.3:/export /Users/adrien/nfs nfs2 rw,user,noauto,hard,intr 0 0


Willl be correctly executed. But if If the pathno or dumpfreq (the last two columns) are not filled in, nothing will be done.

To load your fstab in netinfo:

sudo niload -m fstab / < /etc/fstab


After this procedure, verify in netinfo and you shall see the different properties that can be added.
Best answers for « Mounting NFS resources » in :
[MacOSX] Exporting NFS resources for Mac clients Show [MacOSX] Exporting NFS resources for Mac clients Intro Solution Intro A Network File System (NFS) software allows a PC (an NFS client) connected to a network to access the filesystems present on the hard disk of another computer...
Enterprise Resource Planning (ERP) - Integrated Management Softw Show Introduction to ERP ERP (in English Enterprise Resource Planning), also called Integrated Management Software (PGI), are applications whose purpose consists in coordinating all activities of a company (so-called vertical activities such as...
Mounting a partition Windows (VFAT/FAT32). ShowMounting a partition Windows (VFAT/FAT32) The following command enables you to mount a VFAT partition (file system in Windows 95): mount-t vfat / dev/hda1 / mnt/win95
Mounting a partition FAT-16(MS-DOS) ShowMounting a partition FAT-16(MS-DOS) To mount a partition as from FAT 16, you just have to type the following: mount -t msdos /dev/hda1 /mnt/hdd The file system ms-dos (FAT-16) must be installed in the Kernel in filesystems...
FSTAB: Adding spaces in the mount point path ShowFSTAB: Adding spaces in the mount point path Issue Solution Issue Since the various options in / etc / fstab are separated by spaces, it is a priori not possible to put spaces in the path of the mount point. Solution This limitation...
Download Resource Hacker ShowResHack (Resource Hacker) is a freeware allowing to view, change, rename, remove or extract resources in executable files (.exe, .ocx, .dll, .res, etc…). It has an built-in compiler and decompiler: To see the cursors, icons, BMP, GIF, AVI,...
Download Pismo File Mount Audit Package ShowPismo File Mount Audit Package is a Windows application allowing to the users to achieve the contents of files ZIP, ISO, Compact ISO, of files Compact and files of files deprived in the file system as virtual files. The developers can add support for...
Download LBE Resource Booker ShowYou must not install one or another software in order to manage your company resources. Henceforth with LBE Booker Resource, simply use a web browser to track reservations and equipments. It does not require any particular knowledge, from its...
Linux Tricks ShowMounting a CD-ROM drive To mount a CD-ROM drive under Linux, log in as the system administrator, i.e. with the login "root". It is then sufficient to mount the drive, i.e. to "capture" the content of the CD-ROM drive in a directory (most of the...
Networking - 3-Tier Client/Server Architecture ShowIntroduction to 2-Tier Architecture 2-tier architecture is used to describe client/server systems where the client requests resources and the server responds directly to the request, using its own resources. This means that the server does not...
Installing a network adapter ShowPurpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...