From owner-freebsd-questions Fri Feb 19 7:46:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id 744CB10E7F for ; Fri, 19 Feb 1999 07:46:15 -0800 (PST) (envelope-from tjswanso@antares.noh.tva.gov) Received: from topaz.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 19 Feb 1999 15:27:19 UT Received: from gie.noh.tva.gov (gie.noh.tva.gov [152.85.77.150]) by topaz.cha.tva.gov (8.8.6/8.7.3/8.7.5-topaz) with ESMTP id KAA28596; Fri, 19 Feb 1999 10:46:10 -0500 (EST) Received: from antares.noh.tva.gov (antares [152.85.77.175]) by gie.noh.tva.gov (8.8.8+Sun/8.8.8) with ESMTP id KAA09044; Fri, 19 Feb 1999 10:45:28 -0500 (EST) Received: (from root@localhost) by antares.noh.tva.gov (8.8.8/8.8.5) id KAA01505; Fri, 19 Feb 1999 10:42:10 -0500 (EST) Date: Fri, 19 Feb 1999 10:42:09 -0500 (EST) From: SuperUser To: questions@freebsd.org Cc: toby@milkyway.org Subject: amd not auto-umounting ufs filesystems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have amd working fine with nfs file systems. It mounts and unmounts as expected. However, I am trying to use it to mount and unmount regular ufs file systems. It mounts them as expected but never unmounts them. I am sure the file system is not busy. Has anyone solved this problem before? I checked the mailing archive but did not see anything. Relevant portions of files follow. /etc/fstab: /dev/sd1s1f /usr/src ufs rw,noauto 2 2 /etc/amd.src: * host==antares;dev:=/dev/sd1s1f;type:=ufs;opts:=rw;sublink:=${key} amd starts with: amd -k i386 -l syslog -p /usr/src /etc/amd.src > /etc/amd.pid Thanks in advance, Toby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message