On Fri, Jan 1, 2016 at 4:51 PM, fugazzi® <fugazz...@gmail.com> wrote: > Hi everyone. > It's a few weeks that I converted my root partition into btrfs with three sub- > volumes named boot,root,home. I'm booting with /boot on subvol. > > I'm using btrfs send and receive to make backup of the three snapshotted > subvolumes on a second btrfs formatted drive with three commands like this: > > btrfs send /btrfs-root/snap-root/ | gzip > $BKFOLDER/root.dump.gz > > Sometimes, let say once a week, the system completely freeze (mouse keyboard) > during the send, only solution was the reset button. The freeze happened on > different place every time. Last time happened at 80% of the home send for > example. > > The freeze also happened during a send/receive from an external e-sata drive > (to copy some mp3 using send instead of rsync) to the same internal drive > where the backup are also made. > > The system always run and was stable with XFS/xfsdump. > > Kernel is 4.3.3, btrfs progs are 4.3.1, system is Arch Linux 64 bit, Ram 8Gb > Mainboard Asus striker extreme Nvidia 680i, 8 years old. > > After the crash nothing is shown in the systemd log, it simply freeze.
You could try this (maybe you have already) and see if and where the problem is in btrfs: https://en.m.wikipedia.org/wiki/Magic_SysRq_key Instead of pipe to gzip you could do: | btrfs receive -vv <some btrfs mount> and trace back at which file the freeze happens. Maybe that tells something about the source filesystem. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html