Btrfs: Difference between revisions
Tutorial on how to convert system partition to Btrfs |
|||
Line 314: | Line 314: | ||
</syntaxhighlight>In case Grub bootloader is used and it doesn't get reinstalled correctly, you can run following command inside chroot<syntaxhighlight lang="sh"> | </syntaxhighlight>In case Grub bootloader is used and it doesn't get reinstalled correctly, you can run following command inside chroot<syntaxhighlight lang="sh"> | ||
grub-install /dev/sdX | grub-install /dev/sdX | ||
</syntaxhighlight>If the conversion went successful and no rollback is required, the backup image which was stored by btrfs-convert can be removed with<syntaxhighlight lang="sh"> | |||
btrfs subvolume delete /btrfs/ext2_saved | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: Configuration]] | [[Category: Configuration]] | ||
[[Category:Filesystem]] | [[Category:Filesystem]] |