Install for Ubuntu the package smartmontools with command sudo apt install smartmontools next select in webmin in the section un-used modules module smart drive status and there you go!
Install for Ubuntu the package smartmontools with command sudo apt install smartmontools next select in webmin in the section un-used modules module smart drive status and there you go!
Your partition is formatted with filesystem which is owned by user root and group root. Change it to your user id for rw access: First make yourself root. mount /dev/sda3 /mnt/ (sda3 by example) chown -R ron:ron /mnt/ umount /dev/sda3 Remount the partition. Now you have r/w access!
For better lists we can install exa. It improves the overview of the files and directories with the use of different colors. Installing via your package resources or you can look at the website the exa website