Category: Disk & File Systems

iSCSI server on FreeBSD

How to setup iSCSI server (target) on FreeBSD system Intro You can read more about iSCSI here. This tutorial was completed on FreeBSD 13.0-p1. This is fairly simple, three step process. Create a file to store data in, create a config file for ctld and enable service on boot up. Create a storage file Let’s begin…


Find disk space usage on Linux CLI

Disk Usage How to find disk usage on the Linux machine using du utility. To get more information on du, read this manual. To begin, open a command prompt and issue a du command, like so: $ du The output that you got out of it is probably not very useful. Let’s make it more…