public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] SSD configuration
@ 2012-11-25 15:36 Jacques Montier
  2012-11-25 15:44 ` Luis Gustavo Vilela de Oliveira
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Jacques Montier @ 2012-11-25 15:36 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org


[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

Hi all,

I bought a 250Go SSD M4 Crucial , read (of course) Gentoo documentation and
installed the drive on my desktop pc (Asus MB, Intel ie7 and 6Go RAM).

1- Everything seems to work perfectly, but i would like to know if my
configuration is ok or could be optimized.

/tmp and /var/log are on tmpfs
/boot, / and /var are on SSD (sda),
swap, /home, /usr/portage, /var/tmp and /var/log on a 1To SATA HDD (sdb)
You can see my attached file fstab.txt

2- When booting, BIOS seems to detect the SSD as IDE not SATA ; anything
wrong ?

Thank you very much for your response,

Cheers,

--
Jacques

[-- Attachment #1.2: Type: text/html, Size: 883 bytes --]

[-- Attachment #2: fstab.txt --]
[-- Type: text/plain, Size: 1837 bytes --]

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't 
# needed; notail increases performance of ReiserFS (at the expense of storage 
# efficiency).  It's safe to drop the noatime options if you want and to 
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>			<mountpoint>	<type>		<opts>		<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1		/boot		ext2		defaults,noatime,discard		1 2
/dev/sda2		/		ext4		defaults,noatime,nodiratime,discard	0 1
/dev/sda3		/var		ext4		defaults,noatime,nodiratime,discard	0 0
/dev/sdb1               /mnt/donnees    ntfs-3g         auto,uid=jacques,gid=users,umask=0022   0 0
/dev/sdb2		none		swap		sw					0 0
/dev/sdb5		/usr/portage	ext4		defaults,noatime,nodiratime		0 0
/dev/sdb6               /var/tmp	ext4            defaults,noatime,nodiratime             0 0
/dev/sdb7               /home           ext4	        defaults,noatime,nodiratime 		0 0
/dev/sdb8               /mnt/disk_virt  ext4	        defaults,noatime,nodiratime		0 0

//192.168.0.12/NetHDD		/mnt/Iomega	cifs	noauto,guest,soft,users,iocharset=utf8,rw 0 0
//192.168.0.11/keynux		/mnt/Keynux	cifs	noauto,guest,soft,users,iocharset=utf8,rw 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for 
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
#shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0

tmpfs 	/tmp		tmpfs	defaults,noatime,mode=1777	0 0
tmpfs	/var/log	tmpfs	defaults,noatime,mode=1777	0 0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-11-26 16:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25 15:36 [gentoo-user] SSD configuration Jacques Montier
2012-11-25 15:44 ` Luis Gustavo Vilela de Oliveira
2012-11-25 16:34   ` Jacques Montier
2012-11-25 18:27     ` Florian Philipp
2012-11-25 21:37       ` Jacques Montier
2012-11-25 16:19 ` Florian Philipp
2012-11-25 17:23   ` Jacques Montier
2012-11-25 16:30 ` Volker Armin Hemmann
2012-11-25 20:18 ` Alex Schuster
2012-11-25 21:43   ` Jacques Montier
2012-11-26  0:33     ` microcai
2012-11-26  7:45     ` Daniel Troeder
2012-11-26 13:33       ` Jacques Montier
2012-11-26 14:21         ` Luis Gustavo Vilela de Oliveira
2012-11-26 14:35           ` Alex Schuster
2012-11-26 15:11             ` Daniel Troeder
2012-11-26 15:51             ` Luis Gustavo Vilela de Oliveira
2012-11-26 15:54             ` Jacques Montier
2012-11-26 16:14               ` Luis Gustavo Vilela de Oliveira
2012-11-26 16:08             ` Dale
2012-11-26 14:01       ` Volker Armin Hemmann
2012-11-26 15:01         ` Daniel Troeder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox