Loading…
Loading…
comment
How to replace a device in BTRFS RAID-1 filesystem?
+1 for mentioning the replace command. Removing the old drive and adding the new drive isn't really the same as replacing (and removes redundancy that might be necessary in case the first drive has issues too).
awarded
awarded
Loading…
revised
Loading…
Loading…
Loading…
revised
Does this bug indicate an error in my btrfs filesystem of simply a bug in the 4.2.0-RC5 kernel?
added 21 characters in body
Loading…
revised
Does this bug indicate an error in my btrfs filesystem of simply a bug in the 4.2.0-RC5 kernel?
added 88 characters in body
Loading…
answered
Loading…
comment
virtualbox keeps showing error "Kernel driver not installed"
On RedHat/Fedora, it's
yum install dkms. kernel-devel might also be required. comment
How to backup and restore to different hardware in Linux?
Sounds like he wants to clone his laptop drive to another machine, which sounds like a good use case for dd. Use a live system and a network share or external drive for the backup, run
dd if=/dev/sda of=drive.dd.img on the laptop and dd if=drive.dd.img of=/dev/sda on the new computer. Be careful - if you misspell if/of, it will not ask you before overwriting the wrong drive! revised
How do I change the number of available workspaces in Cinnamon?
added 417 characters in body
Loading…
revised
Install the virtual box guest additions Debian wheezy
added 4 characters in body
Loading…
revised
Install the virtual box guest additions Debian wheezy
added 56 characters in body
Loading…
awarded
awarded