Laufwerk formatieren (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 31: Zeile 31:


[https://wiki.ubuntuusers.de/Formatieren/ https://wiki.ubuntuusers.de/Formatieren/]
[https://wiki.ubuntuusers.de/Formatieren/ https://wiki.ubuntuusers.de/Formatieren/]
[http://elliotli.blogspot.co.at/2009/01/safely-remove-usb-hard-drive-in-linux.html http://elliotli.blogspot.co.at/2009/01/safely-remove-usb-hard-drive-in-linux.html]




Zurück zu [[Ubuntu]]
Zurück zu [[Ubuntu]]

Version vom 5. Juni 2016, 10:38 Uhr

Vorebereitungen

Hilfsprogramme installieren:

sudo apt-get install e2fsprogs reiserfsprogs dosfstools 
sudo umount <mount point>
sudo umount /media/pi/INTENSO
lsblk
Ausgabe des Befehls lsblk
mkfs.ext4 <options> <device>
mkfs.ext4 /dev/sda1

Links

https://wiki.ubuntuusers.de/Formatieren/

http://elliotli.blogspot.co.at/2009/01/safely-remove-usb-hard-drive-in-linux.html


Zurück zu Ubuntu