Hi
Looking to try and optimise my wifes aspire one netbook running ubuntu 11.04:
1gb RAM - I believe it can take 1.5 (there appears to be a housing underneath) but with the extra 512mb I suspect I wouldn't see much difference
Disks
1x8GB SSD. 1 Gb swap and 7 Gb root
1x8GB SDHC card in L/H card slot, home.
Both filesystems are ext4.
I have read that I would see an improvement in performance if I turn off journalling. Can anyone confirm this to be the case? I have seen this:
http://ubuntuforums.org/archive/inde...t-1109698.html
tbh I'm struggling to make sense of the advice here. Would I just issue the following command
to turn off journalling? Would I also be right in assuming that I should only turn it off on the root partition?
Thoughts are welcome please.
Ian
Looking to try and optimise my wifes aspire one netbook running ubuntu 11.04:
1gb RAM - I believe it can take 1.5 (there appears to be a housing underneath) but with the extra 512mb I suspect I wouldn't see much difference
Disks
1x8GB SSD. 1 Gb swap and 7 Gb root
1x8GB SDHC card in L/H card slot, home.
Both filesystems are ext4.
I have read that I would see an improvement in performance if I turn off journalling. Can anyone confirm this to be the case? I have seen this:
http://ubuntuforums.org/archive/inde...t-1109698.html
tbh I'm struggling to make sense of the advice here. Would I just issue the following command
Code:
sudo tune2fs -o journal_data_writeback /dev/whatever
Thoughts are welcome please.
Ian
Comment