(06-28-2018, 06:55 AM)coltman151 link Wrote: added noatime to the root partition
Coltman151, I was interested to see that you used "noatime" in your fstab file, to improve the reading/writing speeds of your SSD. I assume it's not in LL's fstab file by default because some users have an HDD instead of an SSD. This prompted me to look at my own fstab file which looks like this, showing LL installed as root on sda2, and my DATA partition installed at sda7 [setup(1) in signature below]:
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=0db21fa8-d5a6-47e5-9e94-9795e9486c63 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
# Automount partition, named G750_DATA at /dev/sda7, on booting as /media/DATA
UUID=0096b252-a4dd-43cd-bbe5-a4590da43c44 /media/DATA ext4 defaults,noatime,auto 0 2
To add "noatime" to the root partition, as you have done, should I do it like this: UUID=0db21fa8-d5a6-47e5-9e94-9795e9486c63 / ext4 noatime,errors=remount-ro 0 1
Also should I add "defaults", as I've done for the DATA partition like this: UUID=0db21fa8-d5a6-47e5-9e94-9795e9486c63 / ext4 defaults,noatime,errors=remount-ro 0 1
Any feedback greatly appreciated
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work