moving btrfs subvolumes to new disk

2016-03-19 Thread Ryan Erato
I'm having quite the time trying to move my current Gentoo install to an SSD. I first attempted Clonezilla, but that failed while cloning the btrfs partition. I then realized I could use btrfs send/receive. The partition has 2 subvolumes ROOT and ROOT/home. ROOT snapshots and sends without hitch,

Re: moving btrfs subvolumes to new disk

2016-03-20 Thread Ryan Erato
ution to another disk. Ryan Erato C. 414.630.5295 rer...@gmail.com http://www.linkedin.com/in/ryanerato On Sun, Mar 20, 2016 at 1:55 AM, Phantom Guy wrote: > You tried to hard. > > Build the new media If you need encryption or meets devices. > > > Then add the new media

Re: moving btrfs subvolumes to new disk

2016-03-20 Thread Ryan Erato
rtition setup that is making this more difficult. On Sun, Mar 20, 2016 at 12:31 PM, Chris Murphy wrote: > On Sat, Mar 19, 2016 at 4:58 PM, Ryan Erato wrote: >> I'm having quite the time trying to move my current Gentoo install to >> an SSD. I first attempted Clonezilla, but

Re: moving btrfs subvolumes to new disk

2016-03-22 Thread Ryan Erato
dd [liveuser@localhost /]$ sudo btrfs send -vvv --no-data -f homesnap.btr /mnt/hdd/home/home.snap/ Mode NO_FILE_DATA enabled At subvol /mnt/hdd/home/home.snap/ ERROR: send ioctl failed with -2: No such file or directory On Sun, Mar 20, 2016 at 10:42 PM, Chris Murphy wrote: > On Sun, Mar 20, 2016 a

Re: moving btrfs subvolumes to new disk

2016-03-23 Thread Ryan Erato
e to the SSD and wow, huge difference with otherwise little effort. Thanks to you and everybody else for helping me resolve this issue. On Tue, Mar 22, 2016 at 8:34 PM, Chris Murphy wrote: > On Tue, Mar 22, 2016 at 7:40 PM, Ryan Erato wrote: >> Finally got around to running the sugges