03-11-2015, 05:52 PM
Hi,
Follow avj's recommendation to see if your disk is "SMART"
A few additional things:
To check for bad disk blocks:
where x is your disk(s) , like:
Can take some time depending size/type of disk
To check basic disk access/speed:
where x is your disk(s) , like:
Regarding defrag, this is hotly debated, but Linux "does" fragment,
BUT, the impact on day to day typical users is very minimal.
In high end servers/transactional systems, yes it is very important.
If you want to defrag..??
where <location> is your disk partition(s) , like:
or
Finally,
Menu > System > Resource Usage
Is there anything showing that seems to be "hogging" CPU/Memory.?
Follow avj's recommendation to see if your disk is "SMART"
A few additional things:
To check for bad disk blocks:
Code:
sudo badblocks -v /dev/sdx
Code:
dave@asus-mini-1:~$ sudo badblocks -v /dev/sda
[sudo] password for dave:
Checking blocks 0 to 125034839
Checking for bad blocks (read-only test): done
Pass completed, 0 bad blocks found. (0/0/0 errors)
To check basic disk access/speed:
Code:
sudo hdparm -t --direct /dev/sdx
Code:
dave@asus-mini-1:~$ sudo hdparm -t --direct /dev/sda
/dev/sda:
Timing O_DIRECT disk reads: 1530 MB in 3.00 seconds = 509.42 MB/sec
dave@asus-mini-1:~$ sudo hdparm -t --direct /dev/sdb
/dev/sdb:
Timing O_DIRECT disk reads: 332 MB in 3.02 seconds = 110.01 MB/sec
Regarding defrag, this is hotly debated, but Linux "does" fragment,
BUT, the impact on day to day typical users is very minimal.
In high end servers/transactional systems, yes it is very important.
If you want to defrag..??
Code:
sudo e4defrag -v /<location>
Code:
sudo e4defrag -v /
Code:
sudo e4defrag -v /home
Finally,
Menu > System > Resource Usage
Is there anything showing that seems to be "hogging" CPU/Memory.?
![[Image: DZ36UQf.png]](http://i.imgur.com/DZ36UQf.png)
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)