5,ssd的一些简单设置 本来是长篇大论,但是想了想ssd不消耗也没啥意思,就记录了一条,聊胜于无吧。 Google来的,懒得整理。 a.First make sure that you have installed theapplications gksu and leafpad: Launch aterminal window. (You can launch a terminal window likethis: *Click*) Type(or copy/paste): sudoapt-get install gksu leafpad Press Enter and submit yourpassword. Please note that the password will remain invisible, noteven asterisks will show, which is normal. b. Then type inthe terminal (usecopy/paste): gksudo leafpad /etc/fstab PressEnter. c. Now add "noatime" to the line for yourroot partition and your other Linux partitions. Not to the line forthe swap partition! An adapted line may look likethis: UUID=xxxxx / ext4noatime,errors=remount-ro 0 1 Note: thereshould be no space after the comma after noatime! Otherwise bootfailure will probably occur. See the example line above. d.Save the modified text file and close it. 看来外国玩家想省钱的也不少。