Fast det är inte det som är det egentliga problemet.
På nån sida stod det att man kunde köra fsck för att kolla hur fragmenterad partitionen är.
Så jag provade med en nedanstående kommandon (se kodrutor).
Döm om min förvåning när fsck spottar ur sig 'Filesystem has errors'.
Kan det ha att göra med att partitionerna är mountade.
Kod: Markera allt
sudo fsck -n /dev/sda1
Kod: Markera allt
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
Warning! /dev/sda1 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
/dev/sda1 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Deleted inode 3106886 has zero dtime. Fix? no
Inodes that were part of a corrupted orphan linked list found. Fix? no
Inode 3106887 was part of the orphaned inode list. IGNORED.
Inode 3106888 was part of the orphaned inode list. IGNORED.
Inode 3106889 was part of the orphaned inode list. IGNORED.
Inode 3106890 was part of the orphaned inode list. IGNORED.
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (7476961, counted=7476855).
Fix? no
Inode bitmap differences: -(3106886--3106890)
Fix? no
Free inodes count wrong (4192721, counted=4192693).
Fix? no
/dev/sda1: ********** WARNING: Filesystem still has errors **********
/dev/sda1: 140559/4333280 files (0.7% non-contiguous), 1178049/8655010 blocks
Kod: Markera allt
sudo fsck -n /dev/sdc1
Kod: Markera allt
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
Warning! /dev/sdc1 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
/dev/sdc1 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Entry 'sessionstore.js' in /home/morgan/.mozilla/firefox/dvyibrhg.default (27706
429) has deleted/unused inode 27705347. Clear? no
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Unattached zero-length inode 27705345. Clear? no
Unattached inode 27705345
Connect to /lost+found? no
Pass 5: Checking group summary information
Block bitmap differences: -(55465265--55465266) +(55465283--55465284) +55465288 -55465289
Fix? no
Free blocks count wrong for group #1692 (10942, counted=10940).
Fix? no
Free blocks count wrong for group #1696 (31383, counted=31356).
Fix? no
Free blocks count wrong (49787409, counted=51219157).
Fix? no
Inode bitmap differences: +27705345 -27705347
Fix? no
Free inodes count wrong (39007264, counted=39012512).
Fix? no
/dev/sdc1: ********** WARNING: Filesystem still has errors **********
/dev/sdc1: 68576/39075840 files (1.4% non-contiguous), 28354751/78142160 blocks