Home
last modified time | relevance | path

Searched refs:mounts (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/bsd/am-utils/dist/
DREADME.autofs13 - Link, lofs, ufs, nfs, nfsl, and auto mounts were tested and work properly;
21 parses its own maps, and decides which autofs-type mounts to make
22 (automount's job). After the autofs mounts are made, amd listens for
26 are both using autofs mounts.
35 - Killing amd can become a problem if there are active mounts. Since mounts
60 - Amd w/ autofs mounts will fight over the listener port with Sun's
65 - Direct mounts are implemented and work correctly.
72 whole point of using autofs. Automountd seems to always use lofs mounts
77 mounted as lofs mounts, subject to the limitation described in the caveats
80 - Restarting autofs mounts is possible, but not yet implemented.
[all …]
Dtasks21 - support multiple "fail-over read-only" NFS mounts in Solaris 2.6+.
56 mounts). can do this with type:=program.
98 - host mounts broken with autofs v3
103 - host mounts status unknown
DBUGS167 The Linux kernels don't support Amd's direct mounts very well, leading to
174 mounts, so another solution will have to be found.
176 Note: the above is for the old-style amd mount_type = nfs. The autofs mounts
177 don't support direct mounts at all (due to lack of kernel support).
251 (16) Linux kernel 2.4+ and lofs mounts
253 Lofs mounts are not supported by the linux kernel, at all, but since 2.4.0
256 of the results is that bind mounts ignore any mount options paseed to them.
258 Amd uses bind mounts internally to emulate lofs mounts, which means that
259 lofs mounts on linux will effectively ignore their mount parameters and
DAUTHORS106 using connected sockets for NFS mounts on kernels 1.3.10 and older. Roman's
144 useful esp. for cross-domain NFS mounts.
175 local media mounts.
225 March 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
304 doing rapid mounts and umounts in succession.
307 u/mounts. Correctly update d_drops stats for amq -s.
386 August 2, 2004: pawd to recognize "host" type mounts.
389 August 3, 2004: pawd to recognize "linkx" type mounts.
DNEWS54 Support new mount options for type:=pcfs mounts: longname, nowin95,
60 mount parameters, respectively, but ONLY for Amd's top-level mounts (which
85 * don't turn off attribute cache for regular NFS mounts (improves
212 "type:=toplvl" mounts hung with EBUSY are forcibly unmounted using this
231 * safer mtab handling for Linux (locks + handles /proc/mounts)
311 mounts, which often require multiple slash characters in pathnames.
425 - support escaped slashes, needed for SMB mounts. Use '\\\/\\\/' in a
443 entry sets a different value of N, then each time Amd mounts a new entry,
446 TCP mounts, because even a hung TCP mount can cause user processes to
495 * link mounts with relative targets weren't working on autofs
[all …]
DChangeLog62 * handle ENOENT umount return for autofs mounts
167 * For nfsl mounts, match against either the short local
295 starts multiple racing mounts for the very same node and
386 * Fix nfs mounts on linux 2.6.26 by explicitly initializing context.
636 for regular (non-automounter) NFS mounts.
666 timeo/retrans parameters for Amd's toplvl mounts, separately from
667 all other UDP or NFS mounts.
670 mounts.
1121 fields are the same for auto mounts. Solution: ignore type auto
1122 mounts, similar to toplvl. Bug fix from Jonathan Chen
[all …]
DFAQ56 mounts. The intent was to alert administrators that the kernel has
DREADME.sun2amd58 - AutoFS (although Amd supports Autofs mounts and type:=auto, sun2amd
DINSTALL.am-utils109 Ordinary nfs and link mounts work well, however.
DREADME.attrcache15 actual mounts, and then responds back to the kernel's RPCs. Every kernel
/netbsd/src/usr.bin/eject/
Deject.c330 struct statvfs *mounts; in unmount_dev() local
335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); in unmount_dev()
352 if (strncmp(mounts[i].f_mntfromname, dn, len) == 0) { in unmount_dev()
355 mounts[i].f_mntfromname, in unmount_dev()
356 mounts[i].f_mntonname); in unmount_dev()
360 am_unmount(mounts[i].f_mntonname) != 0 && in unmount_dev()
362 unmount(mounts[i].f_mntonname, 0) == -1) in unmount_dev()
363 err(1, "unmount: %s", mounts[i].f_mntonname); in unmount_dev()
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dwpa_debug.c130 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local
135 mounts = open("/proc/mounts", O_RDONLY); in wpa_debug_open_linux_tracing()
136 if (mounts < 0) { in wpa_debug_open_linux_tracing()
141 buflen = read(mounts, buf, sizeof(buf) - 1); in wpa_debug_open_linux_tracing()
142 close(mounts); in wpa_debug_open_linux_tracing()
/netbsd/src/sys/fs/nilfs/
Dnilfs_vfsops.c575 STAILQ_FOREACH(ump, &nilfsdev->mounts, next_mount) { in nilfs_check_mounts()
585 STAILQ_FOREACH(ump, &nilfsdev->mounts, next_mount) { in nilfs_check_mounts()
676 STAILQ_INIT(&nilfsdev->mounts); in nilfs_mount_device()
941 STAILQ_INSERT_TAIL(&nilfsdev->mounts, ump, next_mount); in nilfs_mount()
1003 STAILQ_REMOVE(&nilfsdev->mounts, ump, nilfs_mount, next_mount); in nilfs_unmount()
Dnilfs.h159 STAILQ_HEAD(nilfs_mnts, nilfs_mount) mounts;
/netbsd/src/external/bsd/am-utils/dist/m4/macros/
Dcheck_hide_mount_type.m42 dnl Define mount type to hide amd mounts from df(1)
Dheader_templates.m4338 [Mount Table option string: Disallow mounts on subdirs])
531 [Disallow mounts beneath this mount])
543 [allow overlay mounts])
675 [disallow interrupts on hard mounts])
749 [use TCP for mounts])
/netbsd/src/external/bsd/am-utils/dist/scripts/
Damd.conf-sample47 # values for all UDP vs. TCP mounts separately.
52 # These two are specific to Amd's top-level (NFSv2/udp) mounts
/netbsd/src/external/bsd/am-utils/dist/doc/
Dam-utils.texi417 between NFS and autofs mounts by changing one parameter in
588 @cindex Background mounts
620 Lastly, one or more of the mounts may have been @dfn{deferred}. A mount
634 To avoid an ever increasing number of filesystem mounts, @i{Amd} removes
1267 to @file{/mnt} and cause mounts to be read-only by default. Defaults
1977 @cindex Delaying mounts from specific locations
2017 If the hostname is first in the path then all mounts from a particular
2091 For UDF mounts, close the session when unmounting.
2108 For PCFS mounts, specify the maximum file permissions for directories
2116 for UDP mounts that exhibit high retry rates, since it is possible that
[all …]
/netbsd/src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
DMountUFS37 REM Decodes filesystem and device arguments and mounts the correct
/netbsd/src/distrib/miniroot/
Dinstall.sh358 also wish to take this opportunity to place NFS mounts in the fstab.
/netbsd/src/doc/roadmaps/
Ddesktop85 Ideally when you insert a USB stick it mounts automatically, like with
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc2307.txt64 mappings), filesystem mounts, IP hosts and networks, and RFC822 mail
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-howard-rfc2307bis-xx.txt131 mappings), filesystem mounts, IP hosts and networks.
/netbsd/src/external/gpl2/xcvs/dist/
DTODO145 134. Make a statement about using hard NFS mounts to your source
/netbsd/src/doc/
DCHANGES.prev1186 /etc/rc: portmap(8), yp, mountd(8), and nfs mounts are now started in
1426 add a MNT_USER flag, for mounts made by users. (cgd)
1779 umount(8): Fixed to not treat union mounts as NFS mounts. [mycroft
2922 nfs: change default for nfs mounts to not do a connect on the socket.
7063 amd(8): add new mount option "xlatecookie" to support NFS v3 mounts
10012 mount(8): Add -o rump, which mounts the file system as a userspace
10430 to make mount -vv work for puffs mounts. [pooka 20100114]
11595 ptyfs: Allow multiple mounts and support proper device visibility

12