man.bsd.lv manual page server

Manual Page Search Parameters

GETFSTYPENAME(3) Library Functions Manual GETFSTYPENAME(3)

getfstypenameconvert a partition file system type integer to a wedge partition type name

library “libutil”

#include <util.h>

const char *
getfstypename(int fstype);

() returns the disk wedge partitition type name corresponding to the fstype argument as specified in <sys/disk.h> or DKW_PTYPE_UNKNOWN if none is found.

The getfstypename() function call appeared in NetBSD 6.0.

November 13, 2011 NetBSD-9.2