BTRFS-Entfernen: Unterschied zwischen den Versionen

Aus Froggis Wissenssammlung
Wechseln zu:Navigation, Suche
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 +
<btn>mainpage|Zurück</btn>
 
== 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
 
```
 

Aktuelle Version vom 6. Juni 2019, 22:31 Uhr

<btn>mainpage|Zurück</btn>

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```