From owner-freebsd-stable@FreeBSD.ORG Mon May 5 11:30:51 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7983F96 for ; Mon, 5 May 2014 11:30:51 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0671277 for ; Mon, 5 May 2014 11:30:50 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id BED1CB903D for ; Mon, 5 May 2014 13:30:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1399289436; x= 1401103837; bh=9Gsrnu+BwwYBdXdibCZm1jPV7nZHkFUFcdCNe3cI2/s=; b=d OAxp9p2S6dBh22V2zBuIduO0JFei3sspAcseG7LR42QSA0hgp99egregw2ep6iQc KrHkGkOG4jsfjEGdMTY3QZ2pI8HnRgqwiAU8J8zRlFljNKmet1Qy8H/330G4B5KK QWR+n905Uzh8EAMj5d8bPSFrXKYcngJmf3/H5Qf2gc= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id x3IdAc3fY4bC for ; Mon, 5 May 2014 13:30:36 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 3AEFFB902E for ; Mon, 5 May 2014 13:30:35 +0200 (CEST) Date: Mon, 5 May 2014 13:30:34 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-stable@freebsd.org Subject: another busy mount point Message-Id: <20140505133034.1e2e4e83289130872f1fac9c@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 11:30:51 -0000 Hi, I have problem unmounting external FAT32-formatted USB drive on 10.0-RELEASE-p1 (with XFCE): pacija@mephala:~ % umount /usr/home/pacija/mnt umount: unmount of /usr/home/pacija/mnt failed: Device busy lsof /usr/home/pacija/mnt gives no output. I am not under mounted part in terminal or Thunar, I have no su session left there. I am mounting it as user, here are relevant lines: pacija@mephala:~ % sudo gpart show da5 =3D> 34 975400893 da5 GPT (465G) 34 975400893 1 mbr (465G) pacija@mephala:~ % mount /dev/ada0p2 on / (ufs, local, journaled soft-updates) devfs on /dev (devfs, local, multilabel) tmpfs on /tmp (tmpfs, local) procfs on /proc (procfs, local) fdescfs on /dev/fd (fdescfs) data on /data (zfs, local, nfsv4acls) data/pacija on /usr/home/pacija/data (zfs, local, noatime, nfsv4acls) /dev/da5p1 on /usr/home/pacija/mnt (msdosfs, local, nosuid, mounted by pacija) pacija@mephala:~ % cat /etc/sysctl.conf=20 kern.ipc.shm_allow_removed=3D1 vfs.usermount=3D1 pacija@mephala:~ % cat /etc/devfs.rules=20 [system=3D10] add path 'usb/*' mode 0660 group operator add path 'cd*' mode 0666 add path 'da*' mode 0666 add path 'pass*' mode 0666 add path 'xpt*' mode 0666 pacija@mephala:~ % cat /etc/rc.conf=20 ... devfs_system_ruleset=3D"system" ... pacija@mephala:~ % cat .gaminrc=20 poll /home/pacija/mnt/* Any advices? --=20 Marko Cupa=C4=87