It is a puzzle. This utility will display information about external hard drives, which are variously formatted (as ext3, ntfs and vfat or exfat), and also displays info for internal hard drives which are formatted as ext3; also, my root and home directories, which are formatted as ext4.
Yet it displays two other internal hard drives (formatted as ext4) as unmounted (though they are mounted and completely accessible for me as sole user); also it displays their information as 0 capacity and 0 used/free.
I am not worried about running out of space (yet), as these are new hard drives, 6 TB and 8 TB, but eventually I would like to know. I know that I can use command-line to get the information, but I would like just to be able to look at kdf without the hassle of running commands.
I am running Devuan Beowulf, just updated the repos and installed upgraded packages. The hardware is a Frankenstein's monster, but otherwise is running without issues.
Any clues about what's going on? Thanks for any help.
Bill
On 2021-04-02 01:46:27 William Morder via tde-users wrote:
It is a puzzle. This utility will display information about external hard drives, which are variously formatted (as ext3, ntfs and vfat or exfat), and also displays info for internal hard drives which are formatted as ext3; also, my root and home directories, which are formatted as ext4.
Yet it displays two other internal hard drives (formatted as ext4) as unmounted (though they are mounted and completely accessible for me as sole user); also it displays their information as 0 capacity and 0 used/free.
I am not worried about running out of space (yet), as these are new hard drives, 6 TB and 8 TB, but eventually I would like to know. I know that I can use command-line to get the information, but I would like just to be able to look at kdf without the hassle of running commands.
I am running Devuan Beowulf, just updated the repos and installed upgraded packages. The hardware is a Frankenstein's monster, but otherwise is running without issues.
Any clues about what's going on? Thanks for any help.
Bill
What does their entries in your /etc/fstab look like?
Leslie -- openSUSE Leap 15.2 x86_64 Qt: 3.5.0 TDE: R14.0.9 tde-config: 1.0
On Friday 02 April 2021 00:52:20 J Leslie Turriff wrote:
On 2021-04-02 01:46:27 William Morder via tde-users wrote:
What does their entries in your /etc/fstab look like?
Leslie
I give my hard drives custom mount points to make them easier for me to remember and access them.
sda-sdd are all internal hard drives: # / was on /dev/sda1 during installation UUID=dd1edebd-11e7-42de-9f9d-b1e62e6b1f9d / ext4 errors=remount-ro 0 1 # swap was on /dev/sda2 during installation UUID=adc1b14c-1565-470e-b5e2-fb4adffe9e24 none swap sw 0 0 # /home was on /dev/sda3 during installation UUID=4de709d2-3816-4baf-aab8-eff45a25b9ab /home ext4 defaults 0 2 # /media/cybele was on /dev/sdb1 during installation UUID=1e67bfcb-205d-4205-8758-1bb2c70f3534 /media/cybele ext4 defaults 0 2 # /media/qadesha was on /dev/sdd1 during installation UUID=7f0799f1-c05a-4b88-b615-609642c488df /media/qadesha ext4 defaults 0 2
sde and up are external hard drives # /media/philomena was on /dev/sde1 during installation UUID=3C1C1EDF1C1E93CC /media/philomena ntfs defaults 0 0 # /media/tara was on /dev/sdf1 during installation UUID=4b4696d9-05d4-423f-acfa-707f7148f245 /media/tara ext3 defaults 0 2 # /media/anahita was on /dev/sdg1 during installation UUID=84c03316-b63b-4ac8-96f7-8a08f09d3441 /media/anahita ext3 defaults 0 2 # /media/parvati was on /dev/sdh1 during installation UUID=002455b9-3fec-49e0-8ed8-edcad5c3f087 /media/parvati ext3 defaults 0 2 # /media/hermes was on /dev/sdi1 during installation UUID=663D1F854367C942 /media/hermes ntfs defaults 0 2 # PARTUUID=ebc33208-eb47-4a76-abd4-ab253bf4877d #UUID=D00A-1594 /media/hermes ntfs defaults 0 2
There are a couple other drives that I use pretty regularly that don't show up here, but they are not problems.
Bill