|
��������
������� ������������� �������� ������
���������
#include <mnttab.h>
��������
Mnttab ��������� � �������� /etc � �������� � ���� �������
���������, �������������� �������� mount(8), ��������� ���������:
struct mnttab { char mt_dev[32]; char mt_filsys[32]; short mt_ro_flg; time_t mt_time; char mt_fstyp[16]; char mt_mntopts[64]; };������ ������ ����� ����� 150 ����:
����� mount ����� ������ ��� �������� ������� ���� NFS.
������������ ����� ������� ������� mnttab ������������ ��������� ���������� ��������� NMOUNT, ����������� � ����� /etc/master.d/kernel � ����������� ����� ����������� � ������������ ����������� ������.
|