<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Void And Any &#187; fstab</title>
	<atom:link href="http://voidandany.free.fr/index.php/tag/fstab/feed/" rel="self" type="application/rss+xml" />
	<link>http://voidandany.free.fr</link>
	<description>mon bazar...</description>
	<lastBuildDate>Sat, 09 Dec 2017 09:24:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Changer de disque dur sans réinstaller Ubuntu</title>
		<link>http://voidandany.free.fr/index.php/changer-de-disque-dur-sans-reinstaller-ubuntu/</link>
		<comments>http://voidandany.free.fr/index.php/changer-de-disque-dur-sans-reinstaller-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 10:22:48 +0000</pubDate>
		<dc:creator>voidAndAny</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[disque]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://voidandany.free.fr/?p=1308</guid>
		<description><![CDATA[Sur le nouveau sweetBox j&#8217;ai installé le démon SMART pour surveiller la santé de mes disques dur, et là horreur et damnation une erreur remonte &#171;&#160;Current pending sector&#160;&#187;. Bref ce n&#8217;est pas le sujet de ce post, mais j&#8217;ai aussitôt &#8230; <a href="http://voidandany.free.fr/index.php/changer-de-disque-dur-sans-reinstaller-ubuntu/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sur le <a href="http://voidandany.free.fr/index.php/le-nouveau-sweetbox/">nouveau sweetBox</a> j&#8217;ai installé le démon SMART pour surveiller la santé de mes disques dur, et là horreur et damnation une erreur remonte &laquo;&nbsp;Current pending sector&nbsp;&raquo;.</p>
<p>Bref ce n&#8217;est pas le sujet de ce post, mais j&#8217;ai aussitôt contecté matériel.net pour faire une demande de SAV afin de retourner le disque dur fautif qui est tout neuf.</p>
<p><br class="spacer_" /></p>
<p>Le problème est que ce disque dur de 1To à une partition de 15Go qui contient l&#8217;installation d&#8217;Ubuntu (le root), or je n&#8217;ai pas envie de ne plus avoir de de mediacenter tout le temps que durera le SAV.</p>
<p>2 solutions :</p>
<ul>
<li><strong>ré-installer Ubuntu</strong> sur le 2ème disque dur (320 Go) qui est pour l&#8217;instant vide (je devais l&#8217;utiliser pour faire un RAID, mais je n&#8217;ai pas pris le temps de le faire)</li>
<li><strong>déplacer l&#8217;installation d&#8217;Ubuntu</strong> du disque de 1To vers ce même disque de 320Go</li>
</ul>
<p><br class="spacer_" /></p>
<p>Évidemment la 2ème solution à ma préférence et fait donc l&#8217;objet de ce post.</p>
<p><br class="spacer_" /></p>
<p>Pour la suite voici les partitions que je vais mentionner et manipuler :</p>
<ul>
<li>/dev/sda : disque de 320Go, non utilisé non partitionné</li>
<li>/dev/sdb : disque de 1To devant retourner en SAV et partionné comme suit :</li>
<li style="list-style-type: none;">
<ul>
<li>/dev/sdb1 (1Go) : swap</li>
<li>/dev/sdb2 : racine (/), 3Go d&#8217;utilisés sur 15Go disponibles</li>
<li>/dev/sdb4 (~300Go) : inutilisé, prévu pour le RAID avec sda</li>
<li>/dev/sdb3 (~600Go) : partition <a href="http://voidandany.free.fr/index.php/un-peu-de-souplesse-dans-les-partitions-lvm/">LVM</a> découpé ainsi :</li>
</ul>
<div style="margin-left: 2em;">
<ul>
<li>/dev/mvg/lvhome : monté sur /home, 4.5Go d&#8217;utilisés sur 15Go disponibles</li>
</ul>
<ul>
<li>/dev/mvg/lvsauv : monté sur /data/sauvegarde, utilisé pour stocker les sauvegarde rsnapshot, 23Go d&#8217;utilisés sur 105Go disponibles</li>
<li>/dev/mvg/lvmulti : monté sur /data/mutlimedia, utilisé pour stocker les fichier multimedia (photo, video, musique), 180Go d&#8217;utilisés sur 480Go disponibles</li>
</ul>
</div>
</li>
</ul>
<p><br class="spacer_" /></p>
<p>Le but du jeu est donc de basculer la racine (/dev/sdb2) sur une partition de sda, le /home sur une autre et tout le reste dans une troisième.</p>
<p><br class="spacer_" /></p>
<p>Ce montage devant être temporaire en n&#8217;utilisera pas LVM sur sda.</p>
<p><br class="spacer_" /></p>
<h3>Préparation du nouveau disque</h3>
<p>Pour coller au besoin exprimé ci-dessus sda à été <strong>partitionné</strong> en 4 avec <a href="http://voidandany.free.fr/index.php/utilisation-de-cfdisk-pour-modifier-la-table-des-partitions-dun-disque-dur/">cfdisk</a> :</p>
<ul>
<li>/dev/sda1 : 500Mo : pour le swap</li>
<li>/dev/sda2 : 5Go : pour la racine</li>
<li>/dev/sda3 : 15Mo : pour le /home</li>
<li>/dev/sda4 : ~300Go : pour le reste (/dev/mvg/lvsauv et /dev/mvg/lvmulti)</li>
</ul>
<p>Le flag <strong>Amorce</strong> sera positionné sur sda2</p>
<p><br class="spacer_" /></p>
<p>On indiquera à Ubuntu de <a href="http://voidandany.free.fr/index.php/appliquer-les-changements-de-partition-sans-reboot/">prendre en compte le partionnement sans reboot avec partprobe</a>, puis on <strong>formattera</strong> sda2/3/4 en ext3 et sda1 en swap :</p>
<p><br class="spacer_" /></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> partprobe <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda
<span style="color: #c20cb9; font-weight: bold;">sudo</span> mkfs.ext3 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2
<span style="color: #c20cb9; font-weight: bold;">sudo</span> mkfs.ext3 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda3
<span style="color: #c20cb9; font-weight: bold;">sudo</span> mkfs.ext3 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda4
<span style="color: #c20cb9; font-weight: bold;">sudo</span> mkswap <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1</pre></div></div>

<p><br class="spacer_" /></p>
<h3>Déplacement des données</h3>
<p>Ce n&#8217;est pas l&#8217;objet de ce post, mais grosso modo, voici les étapes :</p>
<ul>
<li>créer 1 repertoire /mnt/new</li>
<li>monter la partition sda qui va accueillir les donnés (home &#8211;&gt; sda3, data/sauvegarde + data/multimedia &#8211;&gt; sda4)</li>
<li>copier les données avec -a</li>
<li>vérifier</li>
<li>démonter /mnt/new et passer à la partition suivante</li>
<li>démonter les partition copiés</li>
</ul>
<p><br class="spacer_" /></p>
<p>Ce qui dans mon cas à donné :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span>
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">mount</span> sda3 <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>. <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-la</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">mount</span> sda4 <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>. <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-la</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>home
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>multimedia
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>sauvegarde</pre></div></div>

<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Suppression des volumes LVM</h3>
<p>le nouveau disque dur n&#8217;utilisera pas LVM, et même si il l&#8217;avait utilisé il vaut mieux détruire les différents volumes LVM afin de ne pas avoir d&#8217;erreur au reboot.</p>
<p>Pour cela 4 étapes :</p>
<ul>
<li>démonter les devices LVM (fait lors de l&#8217;étape précédente)</li>
<li>supprimer chacun des volumes logique</li>
<li>supprimer le(s) groupe(s) de volumes</li>
<li>supprimer le volume physique</li>
</ul>
<p><br class="spacer_" /></p>
<p>Ce qui a donné dans mon cas :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span>
lvremove <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mvg<span style="color: #000000; font-weight: bold;">/</span>lvhome
lvremove <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mvg<span style="color: #000000; font-weight: bold;">/</span>lvmulti
lvremove <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>mvg<span style="color: #000000; font-weight: bold;">/</span>lvsauv
vgremove mvg
pvremove <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdb3</pre></div></div>

<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Déplacer la partition système (racine)</h3>
<p>On arrive au cœur du problème, tout ce qui précédait n&#8217;était que de la préparation.</p>
<p>C&#8217;est ici qu&#8217;il convient de prendre le plus de précaution et pour commencer on <strong>bootera sur un live-CD</strong>, afin d&#8217;accéder pleinement à tout le système de fichier sans blocage.</p>
<p><br class="spacer_" /></p>
<p>On va ensuite créer 2 répertoires pour monter la partition racine à copier et la partition qui va l&#8217;accueillir. Ces répertoire sont créés en mémoire dans le contexte du live-CD, il n&#8217;existeront sur aucun des disques dur.</p>
<p><br class="spacer_" /></p>
<p>Pour on copiera l&#8217;installation simplement via <strong>cp et l&#8217;option -a</strong></p>
<p><strong> </strong></p>
<p>Voici ce que ça a donné chez moi :</p>
<p><br class="spacer_" /></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span>
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>old
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>old<span style="color: #000000; font-weight: bold;">/</span>. <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new</pre></div></div>

<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Modification des points de montage</h3>
<p>La partition racine copiée il faut modifier le fichier de montage automatique des partitions pour utiliser les partitions sur le nouveau disque et non plus sur l&#8217;ancien.</p>
<p>3 étapes :</p>
<ul>
<li>récupérer, copier les UIDs des nouvelle partitions</li>
<li>sauvegarder le fstab</li>
<li>modifier le fstab pour changer les points de montage</li>
</ul>
<p><br class="spacer_" /></p>
<p>Ce qui donne :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span>
blkid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1
blkid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2
blkid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda3
blkid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda4</pre></div></div>

<p><br class="spacer_" /></p>
<p>Copier l&#8217;UUID pour chacune des partitions</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>fstab <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>fstab_save
<span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>fstab</pre></div></div>

<p><br class="spacer_" /></p>
<p>Dans mon fstab j&#8217;ai dû changer les points de montage suivants</p>
<ul>
<li>/</li>
<li>/home</li>
<li>swap</li>
<li>/data/multimedia et /data/sauvegarde qui sont devenus /data</li>
</ul>
<p><br class="spacer_" /></p>
<h3>Modification du boot (Grub)</h3>
<p>Vient la dernière étape, restaurer Grub pour que le boot ait lieu sur le nouveau disque dur et non plus l&#8217;ancien.</p>
<p>Cet étape se fait toujors en ayant booté sur le <strong>live-CD</strong></p>
<p>4 étapes :</p>
<ul>
<li>Sauvegarder le fichier menu.lst</li>
<li>Editer menu.lst pour changer toutes les occurences de l&#8217;UID de l&#8217;ancien disque dur avec l&#8217;UID du nouveau</li>
<li>Dans le context Grub, rechercher les partitions contenat un Grub</li>
<li>Réinstaller Grub dans la MBR en pointant la nouvelle partition</li>
</ul>
<p><br class="spacer_" /></p>
<p>Ce qui donne (ma nouvelle partition racine est toujours monté dans /mnt/new, cf. étape précédente) :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span>
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new<span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>menu.lst <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new<span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>menu.lst_save
<span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>new<span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>menu.lst</pre></div></div>

<p><br class="spacer_" /></p>
<p>Remplacer tous les anciens UID par le nouveau, 7 occurrences dans mon cas</p>
<p>Bien penser à remplacer toutes les occurrences, y compris celles en commentaires</p>
<p><br class="spacer_" /></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">grub</pre></div></div>

<p>On entre dans le contexte grub</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>stage1</pre></div></div>

<p><br class="spacer_" /></p>
<p>Devrait afficher un resultat du type :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span>hd1,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p><br class="spacer_" /></p>
<p>qui indique que le fichier stage1 et donc Grub a été trouvé sur la deuxième partion (hd0,<strong>1</strong>) du premier disque dur (<strong>hd0</strong>, 1) et la deuxième partition du deuxième disque dur, ce qui corespond bien à sda2 et sdb2.</p>
<p><br class="spacer_" /></p>
<p>On veut booter sur sda2, donc (hd0,1), il faut donc réinstaller grub sur ce dernier par (toujours dans le contexte Grub) :</p>
<p><br class="spacer_" /></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
setup <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0<span style="color: #7a0874; font-weight: bold;">&#41;</span>
quit</pre></div></div>

<p><br class="spacer_" /></p>
<h3>Tests</h3>
<p>Rebooter en enlevant le live-CD, s&#8217;assurer que les points de montage sont bien là</p>
<p>Débrancher l&#8217;ancien disque dur et rebooter, tout devrait fonctionner&#8230;.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><strong><em><span style="text-decoration: underline;">PS :</span></em></strong></p>
<p>Il semblerait qu&#8217;il existe un UID (donc a remplacer) dans etc/initramfs-tools/conf.d/resume utilisé lors de l&#8217;hibernation.</p>
<p>Je n&#8217;y ai personellement pas touché n&#8217;utilisant pas l&#8217;hibernation sur sweetBox&#8230;</p>
<p><br class="spacer_" /></p>
<p><span style="font-weight: bold; font-style: italic; text-decoration: underline;">Edit : </span></p>
<p><span style="font-style: italic;">28/06/2010</span> : remplacement de la commande vol_id (supprimée à partir d&#8217;Ubuntu 9.10)  par blkid pour retrouver les UUID des disques durs</p>
<p><br class="spacer_" /></p>
<p><strong><em><span style="text-decoration: underline;">Sources :</span></em></strong></p>
<p>Ma principal source : <a href="http://doc.ubuntu-fr.org/deplacer_root">deplacer_root &#8211; Documentation Ubuntu Francophone</a></p>
<p>Et aussi :</p>
<p><a href="http://penguinpetes.com/b2evo/index.php?title=how_to_move_linux_to_a_new_hard_drive&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">Penguin Pete&#8217;s Blog</a></p>
<p><a href="http://articles.techrepublic.com.com/5100-10878_11-6149142.html">SolutionBase: Moving Linux from one disk to another</a></p>
<p><a href="http://www.linuxscrew.com/2007/08/13/move-linux-to-another-hard-drive-dump-restore-backup/">Move linux to another hard drive (dump, restore, backup) &#8211; Linux * Screw</a></p>
<p><a href="http://riceball.com/d/content/moving-your-linux-root-partition">Moving Your Linux Root Partition | programming</a></p>
<p><a href="http://beans.seartipy.com/2006/09/24/moving-a-gnulinux-installation-to-a-different-partition/">Moving A GNU/Linux Installation To A Different Partition</a></p>
<p><a href="http://cheungtamhe.nl/blog/index.php?/archives/9-Moving-Ubuntu-installation-to-new-hardware.html">Moving Ubuntu installation to new hardware &#8211; Andre&#8217;s Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://voidandany.free.fr/index.php/changer-de-disque-dur-sans-reinstaller-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
