Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 16:58:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192948] New: autofs: issues with mv and rename
Message-ID:  <bug-192948-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192948-8>