[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). Show Mounting 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
How to mount an image on Daemon Tools? ShowHow to mount an image on Daemon Tools? Issue Mounting an image Issue Most new users don't know the how to mount an image on their Virtual CD/DVD Rom when using Daemon Tools! Well, this is very simple! After the Daemon Tool installation...
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...
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...
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 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...
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...
Sharing and permissions in Windows NT ShowIntroduction to folder sharing Sharing allows resources to be designated as being available to all users over a network. When a folder is shared, users can log into the folder from across the network and access the files within, as though the...
URL ShowWhat is a URL? A URL (Uniform Resource Locator) is a universal naming format used to indicate a resource on the Internet. It is a printable ASCII character string which breaks down into five parts: The name of the protocol: i.e. in a way the...
Operating system ShowDescription of the operating system For a computer to be able to operate a computer programme (sometimes known as application or software), the machine must be able to perform a certain number of preparatory operations to ensure exchange between...