Odp: Re: Odp: Btrfs might be gradually slowing the boot process

2013-11-08 Thread yzb3
Sure; the kernel line from grub.cfg: linux /boot/vmlinuz-linux root=UUID=c26e6d9a-0bbb-436a-a217-95c738b5b9c6 rootflags=noatime,space_cache rw quiet proc/mounts: rootfs / rootfs rw 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 dev

Re: Odp: Re: Odp: Btrfs might be gradually slowing the boot process

2013-11-08 Thread Hugo Mills
On Fri, Nov 08, 2013 at 08:37:37PM +0100, y...@wp.pl wrote: Sure; the kernel line from grub.cfg: linux /boot/vmlinuz-linux root=UUID=c26e6d9a-0bbb-436a-a217-95c738b5b9c6 rootflags=noatime,space_cache rw quiet OK, this may be your problem. You're generating the space cache every time

Odp: Re: Odp: Re: Odp: Btrfs might be gradually slowing the boot process

2013-11-08 Thread yzb3
I will try doing that and report back if the boot time deteriorates again. I thought that was the default mount option - it definitely is on Arch, because this was the original mount option in fstab. My boot lags have begun when I was still mounting (probably remounting) root using fstab,

Re: Odp: Re: Odp: Btrfs might be gradually slowing the boot process

2013-11-08 Thread cwillu
On Fri, Nov 8, 2013 at 1:46 PM, Hugo Mills h...@carfax.org.uk wrote: On Fri, Nov 08, 2013 at 08:37:37PM +0100, y...@wp.pl wrote: Sure; the kernel line from grub.cfg: linux /boot/vmlinuz-linux root=UUID=c26e6d9a-0bbb-436a-a217-95c738b5b9c6 rootflags=noatime,space_cache rw quiet OK,