Bugzilla – Bug 115129
mount --move doesn't work as expected
Last modified: 2005-09-29 10:46:35 UTC
Partiton /dev/sda1 is mounted at /mnt/sda1. After mount --move /mnt/sda1 /usr/src command 'mount' gives output: /dev/sda1 on /mnt/sda1 type xfs (rw) /mnt/sda1 on /usr/src type none (rw) As it can be seen old mount entry is not unmounted and new mount entry lost filesystem type. It is problem with 2.6.13
Please provide the output of cat /proc/mounts and tell us whether the contents of /dev/sda1 do appear in /usr/src.
Another candidate for Chris Mason's team
I'll take this one but leave it at NEEDINFO
Created attachment 48867 [details] 'mount --move' patch
This patch seems to be against util-linux? I take it that you did a cat of /proc/mounts and found the correct info? I'll send it to the util-linux maintainer for comment.
It seems correct, so I added it, and have forwarded it to the upstream util-linux maintainer.