From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 23 16:58:03 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5B7449E for ; Sat, 23 Aug 2014 16:58:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD49B36C9 for ; Sat, 23 Aug 2014 16:58:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NGw3Oi002207 for ; Sat, 23 Aug 2014 16:58:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192948] New: autofs: issues with mv and rename Date: Sat, 23 Aug 2014 16:58:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: davidjx8p@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 16:58:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192948 Bug ID: 192948 Summary: autofs: issues with mv and rename Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: davidjx8p@gmail.com With an autofs map for /home and my home directory, /home/david, autofs-mounted with a nullfs mount, I experience (and this has been confirmed by trasz as happening to him too) issues with mv and rename when the path provided traverses through the top level of the autofs-mounted filesystem (in this case, /home/david). This does happen when the directory is mounted. For example: if we're in working directory /home/david, and our mount output looks like this: map auto_home on /home (autofs) /export/home/david on /home/david (nullfs, local, automounted) then we can do mv oldfile newfile, and that will work. But if we try mv ../david/oldfile ../david/newfile, or mv /home/david/oldfile /home/david/newfile, it will give an error: "Operation Not Supported". -- You are receiving this mail because: You are the assignee for the bug.