07-01-2021, 08:27 PM
(06-29-2021, 09:19 PM)firenice03 link Wrote: [member=48518]Nicksan[/member] I coukd see disk perf would go 100% utilization (read/write) not space utilization as 99% full unless the partition is sized funny.
How did you set up/install did you use alongside Windows or the Something else option??
How are the partitions setup...
Pasting the outputs of...
Code:lsblk
df -hT
free -h
May help figure out???
Hello, sorry for my delay, yes, i have dual boot with windows in my notebook. I send my outputs.
panchisco > ~ > lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 16M 0 part
├─sda2 8:2 0 354,8G 0 part
├─sda3 8:3 0 589M 0 part
├─sda4 8:4 0 100M 0 part /boot/efi
├─sda5 8:5 0 476G 0 part
├─sda6 8:6 0 488M 0 part /boot
├─sda7 8:7 0 24,1G 0 part /
└─sda8 8:8 0 75,4G 0 part /home
panchisco > ~ > df -hT
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3,8G 0 3,8G 0% /dev
tmpfs tmpfs 787M 3,2M 783M 1% /run
/dev/sda7 ext4 24G 18G 4,7G 80% /
tmpfs tmpfs 3,9G 256K 3,9G 1% /dev/shm
tmpfs tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs tmpfs 3,9G 0 3,9G 0% /sys/fs/cgroup
/dev/sda6 ext4 457M 214M 209M 51% /boot
/dev/sda4 vfat 96M 33M 64M 35% /boot/efi
/dev/sda8 ext4 74G 29G 42G 41% /home
tmpfs tmpfs 787M 24K 787M 1% /run/user/1000
panchisco > ~ > free -h
total used free shared buff/cache available
Mem: 7,7Gi 5,9Gi 331Mi 526Mi 1,4Gi 1,0Gi
Swap: 0B 0B 0B
panchisco > ~ >