Timeline for Why doesn't mount respect the read only option for bind mounts?
Current License: CC BY-SA 3.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2019 at 11:58 | answer | added | Jonathon Reinhart | timeline score: 1 | |
| Apr 13, 2017 at 12:36 | history | edited | CommunityBot | replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/ | |
| Jul 20, 2016 at 18:37 | vote | accept | StrongBad | ||
| Jul 20, 2016 at 17:44 | review | Suggested edits | |||
| Jul 20, 2016 at 17:57 | |||||
| Jun 19, 2015 at 18:41 | answer | added | Thomas BDX | timeline score: 10 | |
| Jan 5, 2015 at 23:11 | history | edited | Gilles 'SO- stop being evil' | edited tags | |
| May 8, 2014 at 11:57 | history | edited | StrongBad | CC BY-SA 3.0 | Add /proc/mounts output and rewrote a little |
| May 8, 2014 at 0:27 | history | tweeted | twitter.com/#!/StackUnix/status/464199781271998465 | ||
| May 7, 2014 at 22:25 | answer | added | V13 | timeline score: 32 | |
| May 7, 2014 at 18:28 | history | edited | derobert | edited tags | |
| May 7, 2014 at 17:09 | comment | added | derobert | @StrongBad Tested that as requested, and it doesn't work either. | |
| May 7, 2014 at 16:53 | comment | added | StrongBad | @derobert I think you need to use mount -o bind,ro with Debian. | |
| May 7, 2014 at 16:50 | comment | added | derobert | I tested on two Debian testing/unstable machines, one running a Debian kernel and one running a kernel.org kernel, neither work with mount --bind -o ro, they both spit out a message mount: warning: «mountpoint» seems to be mounted read-write. So it seems Debian dropped or lost the patch at some point... Remount works, though. | |
| May 7, 2014 at 16:19 | comment | added | StrongBad | @StephaneChazelas thanks for the links. I didn't see anything there about mount -t bind? I am assuming nothing has improved since then? | |
| May 7, 2014 at 16:15 | history | edited | StrongBad | CC BY-SA 3.0 | deleted 1 character in body |
| May 7, 2014 at 16:10 | comment | added | StrongBad | @ECarterYoung yes I have an /etc/mtab. After the initial mount the entry says the mount is rw and after the remount it says ro, so it is reporting the state of the mount correctly. It is just the mount command that fails. | |
| May 7, 2014 at 16:06 | comment | added | Stéphane Chazelas | See also thread.gmane.org/gmane.linux.utilities.util-linux-ng/2979 and a workaround by using mount -t bind and a helper script at bugs.launchpad.net/ubuntu/+source/mountall/+bug/519380 | |
| May 7, 2014 at 15:58 | comment | added | eyoung100 | Do you have an /etc/mtab? | |
| May 7, 2014 at 15:47 | history | asked | StrongBad | CC BY-SA 3.0 |