Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Show free and used space

no-839 au-03

Free and Used Space

Raspberry Pi works with SD Card and Operating System, programs, datas, etc. are stored in this SD Card. The df command shows free and used space in Raspberry Pi.

1) Run below command to show free and used space.

df -h

2) Total space of SD Card of Raspberry Pi

3) Used Space

4) Free or available space

5) It shows the percentage of used memory.

What is inode?

Every Linux file or directory has an inode, and this inode contains all of the file’s metadata. Each inode stores the attributes and disk block locations of the object’s data.

Show free inodes

It can be showen with du command using -i parameter.

1) Run below command show free inodes

df -i

2) Total Inodes Space (Inodes)

3) Used Inodes space (IUsed)

4) Free inode space (IFree)

5) Percentage of used inode space (IUse%)

This article is a component of the “Linux Introduction” course from the ABIOLA online Academy.

Please refer: https://academy.abiola.ngo/courses/linux-introduction/?lang=en

Inhaltsverzeichnis