Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)
Moderator: Moderators
by desputin » Sun Sep 23, 2012 0:49
Hello,
I have a SSD (60GB Vertex 2) with Sabayon installed. No I'm not sure if it works at full speed.
I read something about optimizations.
Is this necessary? Or does the Kernel already does all the optimizations?
I had a look at my fstab and it looks quite plain for this drive. Should I add things like noatime or something like that?
- Code: Select all
UUID=ef0....bfffc / ext4 defaults 1 1
best regards
desputin
-
desputin
- Young Hen
-
- Posts: 32
- Joined: Sat Sep 22, 2012 16:15
- Location: Germany
by e5o » Thu Oct 04, 2012 10:07
Cheers, desputin
I have a samsung 128GB SSD.
here's my /etc/fstab
- Code: Select all
UUID=70c / ext4 defaults,relatime,discard,data=ordered 1 1
Note the
discard
and
relatime
options.
Discard options is supposed to free up used memory on the disk, and relatime is to prevent unnecessary writes to the disk.
Hope this helps.
E5o
-
e5o
- Baby Hen
-
- Posts: 1
- Joined: Mon Jan 30, 2012 10:52
by desputin » Mon Oct 15, 2012 17:42
Ok, thank you. Now I have:
- Code: Select all
UUID=ef.....fc / ext4 noatime,nodiratime,realtime,discard,errors=remount-ro 0 1
and
- Code: Select all
tmpfs /dev/shm tmpfs defaults,noatime,mode=1777 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/spool tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
Hope that's ok...
-
desputin
- Young Hen
-
- Posts: 32
- Joined: Sat Sep 22, 2012 16:15
- Location: Germany
Return to Hardware
Who is online
Users browsing this forum: No registered users and 2 guests