beta2 ongoing development
|
25th Aug, 2013, 11:32 PM
Post: #156
|
|||
|
|||
RE: beta2 ongoing development
(25th Aug, 2013 10:11 PM)IriDium Wrote: btrfs-auto-snapshot snapshot —name beta2 root with volume not found. ok, it's plain. cmdline.txt is used only to determine which filesystem to start rootfs from - and this you have correct. to make it work, you have to create root and home subvolumes, create @ snapshots from them and move root / home content to root/@ and home/@ respectively. exactly this code is used in initramfs/conversion function (ext4->btrfs). I will copy & paste the code for you - and adapt. Code: mv /root /root.home edit cmdline.txt and add to rootfsopts=subvol=root/@,PREVIOUS_OPTIONS... you don't have to update fstab anymore. after reboot XBMC won't start because home/xbian won't be mounted, but as soon as you install updates, this will be corrected. just log in to RPI and stop xbmc (otherwise it will be respawning over and over again) and remove files from root of the btrfs (which we couldn't move, we just created snapshot and now rebooted from it) Code: mount -o subvol=/ /dev/XXXX /mnt install updates as I posted in one other thread, beta2 is making any "USB copies" which do not retain subvol structure not working properly. the error you encountered is not the main problem there. (25th Aug, 2013 11:12 PM)IriDium Wrote: ipconfig -d eth0 -c dhcp and just "ipconfig eth0" or "ipconfig -n xbian eth0" ? what is the dhcp server ? is it router, or dhcpd service on linux, or the NAS you have? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|