Daniels Lab Wiki

It is worth noting that.

Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:console:mounting-drives

Dies ist eine alte Version des Dokuments!


Mounting Drives

List available drives

sudo fdisk -l

fdisk manpage

sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
sudo lsblk -f

lsblk manpage

Do a filesystem check

Unmount partition first.

fsck /dev/sdb5

fsck manpage

force a filesystem check on next boot

Create a file called forcefsck in the / directory

touch /forcefsck

http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequence/

Show filesystem check intervals

tune2fs -l <device>
linux/console/mounting-drives.1461540977.txt.gz · Zuletzt geändert: 2016/04/25 01:36 von daniel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki