Page 1 of 1

Checking partitions and file systems

Posted: 27 Jun 2017, 15:30
by viking60
In these Uefi booting times I often feel the need to check out my partitions and what file systems there are on them.
Uefi needs a vfat partition to boot and Windows uses NTFS and Linux uses ext4 or btrfs or raiser or......
:shock:
So to check all of the partitions out with one command I use:

Code: Select all

lsblk -f

It will show all your partitions and the file-system on them.

Re: Checking partitions and file systems

Posted: 27 Jun 2017, 19:32
by R_Head
:think:

Good tip :s

Re: Checking partitions and file systems

Posted: 28 Jun 2017, 13:32
by viking60
:smug