search for: mnttype_ignor

Displaying 2 results from an estimated 2 matches for "mnttype_ignor".

Did you mean: mnttype_ignore
2008 Jul 23
2
[RFC] klibc add minimal mntent.h
...bin/mount 58526 2544 4552 65622 10056 ~/src/util-linux-ng/mount/mount diff --git a/usr/include/mntent.h b/usr/include/mntent.h new file mode 100644 index 0000000..e1eaf60 --- /dev/null +++ b/usr/include/mntent.h @@ -0,0 +1,18 @@ +#ifndef _MNTENT_H +#define _MNTENT_H 1 + +#define MNTTYPE_IGNORE "ignore" /* Ignore this entry. */ +#define MNTTYPE_SWAP "swap" /* Swap device. */ + +/* Structure describing a mount table entry. */ +struct mntent +{ + char *mnt_fsname; /* Device or server for filesystem. */ + char *mnt_dir; /* Directory mounted on....
2007 Jul 17
3
Small problem with src/lib/mountpoint.c [now with patch attached!]
Greetings - [SIGH: I hit the "Send" button instead of "Attach". Here's Take 2...] Whilst playing with getting quotas from NFS-mounted filestores I've just discovered a slight problem with src/lib/mountpoint.c I had things working on a Solaris 10 test machine which had the mailstore mounted 'normally' using an entry in /etc/vfstab. However when I changed