lsblk icon indicating copy to clipboard operation
lsblk copied to clipboard

List information about block devices in the FreeBSD system.

Results 2 lsblk issues
Sort by recently updated
recently updated
newest added

In the Linux implementation, you need to specify the path to the device. ``` $ lsblk sda lsblk: sda: not a block device $ lsblk /dev/sda NAME MAJ:MIN RM SIZE...

On FreeBSD 13.0 / amd64, I have 4 SATA disks (`ada0, ada1, ada2, ada3`) used in a ZFS RAID-Z1 filesystem : ``` $ sysctl kern.disks kern.disks: ada5 ada4 ada3 ada2...