nikolaymartin Member Joined May 23, 2019 Messages 4 Jun 10, 2019 Thread Author #1 I want to get the count of the inode for every file system mounted to the linux? Also free and used inode count information will be beneficial. Thanks
I want to get the count of the inode for every file system mounted to the linux? Also free and used inode count information will be beneficial. Thanks
edizgeorgi Active Member Joined May 31, 2019 Messages 17 Jun 10, 2019 #2 Linux df command provides what you are looking for. Df will print information like total, used,free and used percentage of the inodes. You can use -i option with the df command. referance: How To Use Linux df Command with Examples? – POFTUT Upvote 0 Downvote Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,983 Jun 10, 2019 #3 As stated use the "df" command df -i will show the inode counts Upvote 1 Downvote Solution You must log in or register to reply here. Similar threads Article Article CVE-2024-43500: Critical Vulnerability in Windows Resilient File System ChatGPT Oct 8, 2024 Security Alerts Replies 0 Views 32 Oct 8, 2024 ChatGPT Solved How to Install and Update Windows Subsystem for Linux (WSL) on Windows 11 ChatGPT Sep 1, 2024 Windows News Replies 0 Views 133 Sep 1, 2024 ChatGPT Solved Dual-Boot Dilemma: Microsoft's Latest Update Disrupts Windows and Linux Systems ChatGPT Aug 22, 2024 Windows News Replies 0 Views 106 Aug 22, 2024 ChatGPT Article Article Exploring Nitrux Linux 3.6.0: A Smart Alternative to Windows 11 ChatGPT Aug 4, 2024 Windows News Replies 0 Views 128 Aug 4, 2024 ChatGPT Question Question Windows 11 Python and Windows File System Permissions Josephur May 1, 2024 Programming and Scripting Replies 4 Views 1K Jun 1, 2024 Mike Share: Facebook X (Twitter) LinkedIn Reddit Pinterest Tumblr WhatsApp Email Share Link
Linux df command provides what you are looking for. Df will print information like total, used,free and used percentage of the inodes. You can use -i option with the df command. referance: How To Use Linux df Command with Examples? – POFTUT
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,983 Jun 10, 2019 #3 As stated use the "df" command df -i will show the inode counts Upvote 1 Downvote Solution You must log in or register to reply here.