Comments on: 10 Tools to Monitor Linux Disk Partitions and Usage in Linux https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 09 Oct 2023 06:11:03 +0000 hourly 1 By: dragonmouth https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/comment-page-1/#comment-1506883 Wed, 26 May 2021 17:46:45 +0000 http://www.tecmint.com/?p=23768#comment-1506883 A minor quibble about terminology. All the above commands DISPLAY their output information on the terminal. The output will be PRINTED only if it is piped into some print function. PRINT usually refers to hard copy output.

“If your root partition is getting full, you can resize root partition using LVM”
Isn’t that a rather drastic procedure, requiring a total re-organization of all the storage devices on your system? It would take your system offline for an extended period of time. Wouldn’t using GParted to resize existing partitions be advisable, quicker, and less error-prone?

]]>
By: Martin de Vries https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/comment-page-1/#comment-1314372 Sat, 01 Feb 2020 06:57:54 +0000 http://www.tecmint.com/?p=23768#comment-1314372 I don’t call these tools real monitoring tools, because you have them run them manually each time, so you have to do the monitoring yourselves.

]]>
By: Aaron Kili https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/comment-page-1/#comment-948026 Thu, 14 Dec 2017 08:55:13 +0000 http://www.tecmint.com/?p=23768#comment-948026 In reply to Jim.

@Jim

To be honest, there is no single straightforward solution to this issue. And from my own experience, no single site will help you solve an Computer/IT problem. You need to carefully peruse through the web and dig through various resources relating to an issue.

But first, what machine are you using(Dell, HP, Samsung, etc..)? There could possibly be a problem with your hardware causing you not to access the BIOS, for example the keyboard. The key for accessing the BIOS depends on the settings of the machine manufacturer, you could be using a wrong key.

You can contact the machine manufacturer or read manuals or documentations to learn how to access the BIOS, that is if it isn’t corrupted.

In addition, from the information you provided, i can noticed that you are using LILO boot loader, i personally prefer GRUB/2, you can change from LILO to GRUB2 using this guide: https://wiki.debian.org/FromLiloToGrub

I hope this will give you a starting point towards solving your issue. In case of any thing, you can always write to us.

]]>
By: Jim https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/comment-page-1/#comment-947882 Wed, 13 Dec 2017 19:07:16 +0000 http://www.tecmint.com/?p=23768#comment-947882 What site would be good to get actual help on a Linux problem instead of being told all the things Im doing wrong posting my questions in the wrong site? My problem is I cant access my bios and have no splash screen to choose which O/S I want to log into.I will post some basic info here in hopes that you can help or guide me to anyone that can help.

http://paste.ubuntu.com/26178393/

thank you for your help and time.
Jim

]]>
By: Iulian Murgulet https://www.tecmint.com/linux-tools-to-monitor-disk-partition-usage/comment-page-1/#comment-857353 Tue, 03 Jan 2017 17:13:07 +0000 http://www.tecmint.com/?p=23768#comment-857353 Your commands example is OK, but sometime, you have some bad luck. And something is wrong with your system. Block-id, uuid are very hard to identify, if I have several hdd/ssd/whatever.

It could be very difficult to see that /dev/sdX or uuid, is located on xxx device, if I have 2 or more identical hdd/ssd. More simple is to use anywhere (fstab, as a example) /dev/disk/by-id/*.

In this case you will get even the serial-number that is printed to the (any) hdd/ssd label. Try for example this:

ls -l /dev/disk/by-id

and you will understand what I am try to say! And you can use fdisk(whatever) /dev/disk/by-id/yyyyy

Less errors and less mistakes (I make a new gpt table on the wrong disk …)

Have a nice day, with BY-ID :)

]]>