NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/46626: EROFS enforcement in namei breaks union mounts



The following reply was made to PR kern/46626; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/46626: EROFS enforcement in namei breaks union mounts
Date: Sun, 26 Mar 2017 20:20:30 +0000

  I don't see the same error now, unless I am reproducing badly
  # mount -t null -o ro /tmp0 /tmp1
  # mount -t union /tmp2 /tmp1
  # touch /tmp1/File
  # rm /tmp1/File
  # rm /tmp1/nonexistent
  rm: /tmp1/nonexistent: No such file or directory
 
  Did you or someone else fix it?
 


Home | Main Index | Thread Index | Old Index