BTRFS-Entfernen: Unterschied zwischen den Versionen

Aus Froggis Wissenssammlung
Wechseln zu:Navigation, Suche
K (1 Version importiert)
Zeile 1: Zeile 1:
 
== Get rid of btrfs checks ==
 
== Get rid of btrfs checks ==
  
 +
```
 
sudo apt-get purge btrfs-tools
 
sudo apt-get purge btrfs-tools
 +
```
  
 
This command will remove btrfs-tools from your computer. You may need to wait some minutes to complete the process. Your initramfs should be updated automatically but if not happen, do it by this command:
 
This command will remove btrfs-tools from your computer. You may need to wait some minutes to complete the process. Your initramfs should be updated automatically but if not happen, do it by this command:
  
 +
```
 
sudo update-initramfs -ukall
 
sudo update-initramfs -ukall
 +
```
  
 
Then make a grub update:
 
Then make a grub update:
  
 +
```
 
sudo update-grub
 
sudo update-grub
 +
```

Version vom 27. Januar 2019, 02:40 Uhr

Get rid of btrfs checks

``` sudo apt-get purge btrfs-tools ```

This command will remove btrfs-tools from your computer. You may need to wait some minutes to complete the process. Your initramfs should be updated automatically but if not happen, do it by this command:

``` sudo update-initramfs -ukall ```

Then make a grub update:

``` sudo update-grub ```