The fsck utility will go through five phases and then return information about the disk. If no issue is found, you should see:
** The volumeappears to be OK. If fsck alters, repairs, or fixes anything, it will display the message: ***** FILE SYSTEM WAS MODIFIED *****
Important: If this message appears, repeat the "/sbin/fsck -fy" command until this message no longer appears. It is normal for your computer to require several passes of fsck, because first-pass repairs may uncover additional issues.
{
Description = "Sun network file system";
Provides = ("NFS");
Requires = ("Portmap", "Resolver");
Uses = ("Disks");
OrderPreference = "None";
Messages =
{
start = "Starting network file system";
stop = "Stopping network file system";
};
}
Note: The "Uses" line only appears in Mac OS X Server 10.1.5.
{
Description = "Sun network file system";
Provides = ("NFS");
Requires = ("Portmap", "Resolver", "Watchdog");
Uses = ("Disks");
OrderPreference = "None";
Messages =
{
start = "Starting network file system";
stop = "Stopping network file system";
};
}
Note: Do not add a "Uses" line in Mac OS X Server 10.1.4 and below. It will only exist in Mac OS X Server 10.1.5.