<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=209706&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Probleme accent wubi ntfs]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=209706</link>
		<description><![CDATA[Les sujets les plus récents dans Probleme accent wubi ntfs.]]></description>
		<lastBuildDate>Wed, 23 Apr 2008 11:47:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1697318#p1697318</link>
			<description><![CDATA[<div class="quotebox"><cite>Moulanier a écrit&#160;:</cite><blockquote><div><p>Ok merci de toute facon vendredi je fais une vraie installe d&#039;ubuntu 8.04 final<br />Bonne soirée</p></div></blockquote></div><p>Je viens d&#039;installer Ubuntu 8.04 avec Wubi (intégré dans le fichier ISO) et j&#039;ai toujours exactement le même problème que vous.</p><p>Si quelqu&#039;un a une solution ça serait génial !</p>]]></description>
			<author><![CDATA[dummy@example.com (TiX9999)]]></author>
			<pubDate>Wed, 23 Apr 2008 11:47:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1697318#p1697318</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1695466#p1695466</link>
			<description><![CDATA[<p>Ok merci de toute facon vendredi je fais une vraie installe d&#039;ubuntu 8.04 final<br />Bonne soirée</p>]]></description>
			<author><![CDATA[dummy@example.com (Moulanier)]]></author>
			<pubDate>Tue, 22 Apr 2008 17:45:57 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1695466#p1695466</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1695115#p1695115</link>
			<description><![CDATA[<p>A tout hasard met à jour vers une version plus récente (7.10 ou 8.04)<br />Si ça se trouve le problème est corrigé dans les nouvelles versions...</p>]]></description>
			<author><![CDATA[dummy@example.com (DEoT)]]></author>
			<pubDate>Tue, 22 Apr 2008 15:54:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1695115#p1695115</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1692189#p1692189</link>
			<description><![CDATA[<p>non kubuntu 7.04...</p>]]></description>
			<author><![CDATA[dummy@example.com (Moulanier)]]></author>
			<pubDate>Mon, 21 Apr 2008 17:32:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1692189#p1692189</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691924#p1691924</link>
			<description><![CDATA[<p>Au fait tu utilises kubuntu 7.10 ou kubuntu 8.04?<br />(je ne sais plus si wubi était disponible avant...)</p>]]></description>
			<author><![CDATA[dummy@example.com (DEoT)]]></author>
			<pubDate>Mon, 21 Apr 2008 16:12:24 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691924#p1691924</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691128#p1691128</link>
			<description><![CDATA[<p>Ben merci mais ça n&#039;a pas l&#039;air de marcher, vous avez pas une autre petite solution ,ça fait un moment que je galere...<br />Wubi c&#039;est excellent je trouve mais je ne sais pas comment il gere le NTFS</p>]]></description>
			<author><![CDATA[dummy@example.com (Moulanier)]]></author>
			<pubDate>Mon, 21 Apr 2008 10:58:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691128#p1691128</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1689611#p1689611</link>
			<description><![CDATA[<p>j&#039;ai trouvé une solution qui a fonctionné pour moi mais elle n&#039;est pas très propre (je trouve)<br /><a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=1499339#p1499339">http://forum.ubuntu-fr.org/viewtopic.ph … 9#p1499339</a></p><div class="codebox"><pre><code>sudo rm /sbin/mount.ntfs-3g</code></pre></div><p>(supprime le raccourci mount.ntfs-3g)</p><div class="codebox"><pre><code>sudo kate /sbin/mount.ntfs-3g</code></pre></div><p>puis mettre ceci dans le fichier (puis sauvegarder)</p><div class="codebox"><pre><code>#!/bin/bash
/bin/ntfs-3g $1 $2 -o locale=fr_FR.UTF-8</code></pre></div><p>Enfin</p><div class="codebox"><pre><code>sudo chmod +x /sbin/mount.ntfs-3g</code></pre></div><p>Puis relancer.</p>]]></description>
			<author><![CDATA[dummy@example.com (DEoT)]]></author>
			<pubDate>Sun, 20 Apr 2008 18:58:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1689611#p1689611</guid>
		</item>
		<item>
			<title><![CDATA[Probleme accent wubi ntfs]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1688129#p1688129</link>
			<description><![CDATA[<p>Bonjour,<br />J&#039;ai installer Kubuntu avec Wubi, tout fonctionne a merveille a part que je ne peux pas voir mes dossier avec un accent dans mon disque NTFS d&#039;XP (/media/host), je n&#039;ai pas pu trouver de solution nulle part<br />Quelqu&#039;un pourrai m&#039;aider svp ?<br />voici mon fstab, je ne sais pas ou wubi monte mon disque ntfs:</p><p># &lt;file system&gt; &lt;mount point&gt;&#160; &#160;&lt;type&gt;&#160; &lt;options&gt;&#160; &#160; &#160; &#160;&lt;dump&gt;&#160; &lt;pass&gt;<br />proc&#160; &#160; &#160; &#160; &#160; &#160; /proc&#160; &#160; &#160; &#160; &#160; &#160;proc&#160; &#160; &#160; &#160; defaults&#160; &#160; &#160; &#160; &#160; 0&#160; &#160;0<br />/media/host/wubi/disks/system.virtual.disk&#160; &#160; &#160; /&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;ext3&#160; &#160; &#160; &#160; loop,sync&#160; &#160; &#160; &#160; &#160;0&#160; &#160;1<br />/media/host/wubi/disks/home.virtual.disk&#160; &#160; &#160; /home&#160; &#160; &#160; &#160; &#160; &#160;ext3&#160; &#160; &#160; &#160; loop,sync&#160; &#160; &#160; &#160; &#160;0&#160; &#160;0<br />/media/host/wubi/disks/swap.virtual.disk&#160; &#160; &#160; none&#160; &#160; &#160; &#160; &#160; &#160; swap&#160; &#160; &#160; &#160; sw&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 0&#160; &#160;0</p>]]></description>
			<author><![CDATA[dummy@example.com (Moulanier)]]></author>
			<pubDate>Sun, 20 Apr 2008 09:11:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1688129#p1688129</guid>
		</item>
	</channel>
</rss>
