* nilfs_cleanerd doesn't get started when /etc/mtab is a symlink to /proc/self/mounts
@ 2013-10-12 17:12 Peter Volkov
2013-10-13 13:27 ` Ryusuke Konishi
0 siblings, 1 reply; 3+ messages in thread
From: Peter Volkov @ 2013-10-12 17:12 UTC (permalink / raw)
To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA
Hi.
nifs_cleanerd doesn't get started when /etc/mtab is a symlink
to /proc/self/mounts:
# mount -f -o remount /
mount.nilfs2: cannot modify /etc/mtab.
Please remount the partition with -f option after making /etc/mtab
writable.
nilfs_cleanerd not started
This is now real problem as most (all?) distributions are moving or
moved toward having /etc/mtab being symlink:
Fedora already did this.
Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494001
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=477498
This was already discussed
http://marc.info/?l=linux-nilfs&m=130832696129454&w=2 and it was planed
for 2.1 but this is still an issue with 2.1.5. Do you have any idea when
this change will happen? Thanks.
--
Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: nilfs_cleanerd doesn't get started when /etc/mtab is a symlink to /proc/self/mounts
2013-10-12 17:12 nilfs_cleanerd doesn't get started when /etc/mtab is a symlink to /proc/self/mounts Peter Volkov
@ 2013-10-13 13:27 ` Ryusuke Konishi
[not found] ` <20131013.222709.495385407.konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Ryusuke Konishi @ 2013-10-13 13:27 UTC (permalink / raw)
To: Peter Volkov; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA
Hi,
On Sat, 12 Oct 2013 21:12:56 +0400, Peter Volkov wrote:
> Hi.
>
> nifs_cleanerd doesn't get started when /etc/mtab is a symlink
> to /proc/self/mounts:
> # mount -f -o remount /
> mount.nilfs2: cannot modify /etc/mtab.
> Please remount the partition with -f option after making /etc/mtab
> writable.
> nilfs_cleanerd not started
>
> This is now real problem as most (all?) distributions are moving or
> moved toward having /etc/mtab being symlink:
> Fedora already did this.
> Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494001
> Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=477498
>
> This was already discussed
> http://marc.info/?l=linux-nilfs&m=130832696129454&w=2 and it was planed
> for 2.1 but this is still an issue with 2.1.5. Do you have any idea when
> this change will happen? Thanks.
Did you try --enable-libmount option when configuring nilfs-utils ?
$ ./configure --enable-libmount
This option uses libmount library and it resolves /etc/mtab related
problems.
For details, please read README file in the nilfs-utils package.
Thanks,
Ryusuke Konishi
> --
> Peter.
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: nilfs_cleanerd doesn't get started when /etc/mtab is a symlink to /proc/self/mounts
[not found] ` <20131013.222709.495385407.konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org>
@ 2013-10-13 19:27 ` Peter Volkov
0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov @ 2013-10-13 19:27 UTC (permalink / raw)
To: Ryusuke Konishi; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA
В Вс, 13/10/2013 в 22:27 +0900, Ryusuke Konishi пишет:
> On Sat, 12 Oct 2013 21:12:56 +0400, Peter Volkov wrote:
> > nifs_cleanerd doesn't get started when /etc/mtab is a symlink
> > to /proc/self/mounts:
> > # mount -f -o remount /
> > mount.nilfs2: cannot modify /etc/mtab.
> > Please remount the partition with -f option after making /etc/mtab
> > writable.
> > nilfs_cleanerd not started
>
> Did you try --enable-libmount option when configuring nilfs-utils ?
>
> $ ./configure --enable-libmount
>
> This option uses libmount library and it resolves /etc/mtab related
> problems.
Thank you for help Ryusuke. That's what I was missing. Everything works
now.
--
Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-13 19:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 17:12 nilfs_cleanerd doesn't get started when /etc/mtab is a symlink to /proc/self/mounts Peter Volkov
2013-10-13 13:27 ` Ryusuke Konishi
[not found] ` <20131013.222709.495385407.konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org>
2013-10-13 19:27 ` Peter Volkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox