<?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=1201471&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Problème de montage de disque samba]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1201471</link>
		<description><![CDATA[Les sujets les plus récents dans Problème de montage de disque samba.]]></description>
		<lastBuildDate>Sun, 17 Feb 2013 20:09:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12616481#p12616481</link>
			<description><![CDATA[<p>Ca se précise, il semblerait qu&#039;il y ait un problème de reconnaissance du mot de passe par le serveur. <br />Selon tes possibilités tu pourrais modifier les contraintes côté serveur et voir ce qui se passe... Quitte à tout remettre en ordre ensuite.</p>]]></description>
			<author><![CDATA[dummy@example.com (Braun)]]></author>
			<pubDate>Sun, 17 Feb 2013 20:09:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12616481#p12616481</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12615641#p12615641</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ sudo mount -t cifs -o username=user //192.168.1.7/Stockage /media/stockage/
Password: 
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pawel888)]]></author>
			<pubDate>Sun, 17 Feb 2013 18:59:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12615641#p12615641</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12615271#p12615271</link>
			<description><![CDATA[<p>non je n&#039;y arrive pas ...</p>]]></description>
			<author><![CDATA[dummy@example.com (pawel888)]]></author>
			<pubDate>Sun, 17 Feb 2013 18:34:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12615271#p12615271</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12614851#p12614851</link>
			<description><![CDATA[<p>Bon, alors le montage manuel du disque fonctionne-t-il ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Braun)]]></author>
			<pubDate>Sun, 17 Feb 2013 17:58:35 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12614851#p12614851</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12614721#p12614721</link>
			<description><![CDATA[<p>Oui il existe et avec les droits quivontbien.</p>]]></description>
			<author><![CDATA[dummy@example.com (pawel888)]]></author>
			<pubDate>Sun, 17 Feb 2013 17:47:41 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12614721#p12614721</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12612541#p12612541</link>
			<description><![CDATA[<p>Bonjour, <br />Question stupide, le répertoire &quot;/home/user/Stockage&quot; existe bien (en respectant la casse) et ce avec des droits suffisants pour que tu puisses y écrire?</p>]]></description>
			<author><![CDATA[dummy@example.com (Braun)]]></author>
			<pubDate>Sun, 17 Feb 2013 14:36:21 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12612541#p12612541</guid>
		</item>
		<item>
			<title><![CDATA[Problème de montage de disque samba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12611701#p12611701</link>
			<description><![CDATA[<p>Salut,</p><p>Je voudrais monter un disque samba au démarrage de linux, j&#039;ai suivi ce tuto : <br /><a href="http://www.ghacks.net/2009/04/19/auto-mounting-a-samba-share-in-linux/">http://www.ghacks.net/2009/04/19/auto-m … -in-linux/</a></p><p>Voici la ligne que j&#039;ai ajouté dans /etc/fstab</p><div class="codebox"><pre><code>//192.168.1.7/Stockage /home/user/Stockage smbfs username=user, password=pswrd, 0 0</code></pre></div><p>Le disque apparaît l&#039;explorateur de fichier dans &quot;réseaux&quot; mais lorsque je clique dessus ça me dit impossible de trouver /home/user/Stockage dans /etc/fstab, des idées ?</p><div class="codebox"><pre><code>[mntent] : la ligne 13 dans /etc/fstab est erronée
mount : impossible de trouver /home/user/Stockage dans /etc/fstab ou /etc/mtab</code></pre></div><br /><p>Merci d&#039;avance</p>]]></description>
			<author><![CDATA[dummy@example.com (pawel888)]]></author>
			<pubDate>Sun, 17 Feb 2013 13:26:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12611701#p12611701</guid>
		</item>
	</channel>
</rss>
