<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">ext2 et non ext3 &nbsp;( cause journalisation, plus&nbsp;d'écriture&nbsp;)<div>ro et non rw si tu veux le garder&nbsp;longtemps&nbsp;ton SSD</div><div>/home /var sur HD car beaucoup d'écritures ( /etc &nbsp;sur hd si système en écriture seule, c'est plus pratique)</div><div>/var/lock /var/run/ en tmpfs ( tmpfs = mémoire , données perdu à chaque&nbsp;redémarrage)</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>/dev/hda1 on / type ext3 (rw,noatime,errors=remount-ro) &nbsp;= &nbsp;&nbsp;</div><div><br class="webkit-block-placeholder"></div><div>/dev/sd(ssd) &nbsp; &nbsp;/ &nbsp; &nbsp;ext2 &nbsp; ro,noatime 0 0&nbsp;</div><div>/dev/hda1(HDD) &nbsp; &nbsp;/home<span class="Apple-tab-span" style="white-space:pre">        </span>ext3 &nbsp; &nbsp; &nbsp; &nbsp; defaults<span class="Apple-tab-span" style="white-space:pre">        </span>0 0&nbsp;</div><div>/dev/hda2(HDD)&nbsp;&nbsp; &nbsp;/var &nbsp; &nbsp; &nbsp; &nbsp;ext3 &nbsp; &nbsp; defaults 0 0</div><div>&nbsp;tmpfs &nbsp; &nbsp; &nbsp; &nbsp; /tmp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tmpfs &nbsp; &nbsp;defaults 0 0</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) &nbsp;(espace mémoire disponible en rw pour les urgence kernel)</div><div>proc on /proc type proc (rw,noexec,nosuid,nodev) &nbsp;(système virtuel du hardware, ancien système)</div><div>sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) &nbsp;(même chose que proc mais nouveau système)</div><div>procbususb on /proc/bus/usb type usbfs (rw) &nbsp;(gestion usb)</div><div>udev on /dev type tmpfs (rw,mode=0755) (udev remplacent du devfs, détection du matériel &nbsp;et&nbsp;création&nbsp;des nodes)</div><div>tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) (mémoire&nbsp;partage&nbsp;pour&nbsp;accélérer&nbsp;les taches&nbsp;répétitive&nbsp;des logiciels)</div><div>devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) (devpts est&nbsp;remplacé&nbsp;par udev?, pseudo teriminal)</div><div>rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) (?)</div><div><div><font class="Apple-style-span" color="#144FAE"><br class="webkit-block-placeholder"></font></div></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br><div><div>Le 13 nov. 09 à 08:37, Marc Mongenet a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">Bonjour,<br><br>Je vais installer Linux sur un PC avec un SSD de 16 Go et un HD de 1,5 To.<br>J'aimerais éviter d'avoir sur le SSD des répertoires dans lesquels il<br>y a beaucoup d'écritures (/tmp, /var, /home). &nbsp;Comment faire?<br><br>Note: J'en suis resté aux systèmes de fichiers d'il y a 10 ans<br>où sda était le 1er disque SCSI et hda le 1er disque IDE.<br>Aujourd'hui, quand je lance mount sur mon PC...<br><br><blockquote type="cite">mount<br></blockquote>/dev/hda1 on / type ext3 (rw,noatime,errors=remount-ro)<br>tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)<br>proc on /proc type proc (rw,noexec,nosuid,nodev)<br>sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)<br>procbususb on /proc/bus/usb type usbfs (rw)<br>udev on /dev type tmpfs (rw,mode=0755)<br>tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)<br>devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)<br>rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)<br><blockquote type="cite"><br></blockquote><br>...je ne comprends que la première ligne!<br><br>Marc<br>_______________________________________________<br>gull mailing list<br><a href="mailto:gull@forum.linux-gull.ch">gull@forum.linux-gull.ch</a><br>http://forum.linux-gull.ch/mailman/listinfo/gull<br><br></blockquote></div><br></div></body></html>