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
# /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

Reply via email to