<?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>Bruno Valentin &#187; disque fat</title>
	<atom:link href="http://www.brunovalentin.com/tag/disque-fat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brunovalentin.com</link>
	<description>LE SITE QUI VOUS APPREND CE QUE VOUS SAVEZ DEJA</description>
	<lastBuildDate>Wed, 13 Apr 2011 19:50:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Changer le label d’un disque FAT sous Linux</title>
		<link>http://www.brunovalentin.com/linux/label-disque-fat-linux/</link>
		<comments>http://www.brunovalentin.com/linux/label-disque-fat-linux/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 09:00:21 +0000</pubDate>
		<dc:creator>Bruno Valentin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriaux]]></category>
		<category><![CDATA[disque fat]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[mtools]]></category>

		<guid isPermaLink="false">http://eee/blog/?p=34</guid>
		<description><![CDATA[Les partitions formatées sous système de fichiers FAT sont dotées d'un label. S'il est très simple de le changer sous windows ou sous DOS, il n'en n'est pas de même sous Linux. En effet, Linux est incapable de le faire nativement et nécessite l'installation d'un logiciel complémentaire.
Cet article vous donne la marche à suivre pour renommer vos partitions FAT sous Linux.]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.brunovalentin.com/linux/label-disque-fat-linux/&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; padding-left:10px;" class="really_simple_share_linkedin"> 
				<script type="in/share" data-counter="right" data-url="http://www.brunovalentin.com/linux/label-disque-fat-linux/"></script>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Changer le label d’un disque FAT sous Linux" data-url="http://www.brunovalentin.com/linux/label-disque-fat-linux/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p><em>(Testé sous Ubuntu 7.10 gutsy gibbon)</em></p>
<p>Les partitions formatées sous système de fichiers FAT sont dotées d&#8217;un label.</p>
<p>S&#8217;il est très simple de le changer sous windows ou sous DOS, il n&#8217;en n&#8217;est pas de même sous Linux. En effet, Linux est incapable de le faire nativement et nécessite l&#8217;installation d&#8217;un logiciel complémentaire.</p>
<h3>installation du package mtools</h3>
<pre>apt-get install mtools</pre>
<h3>Modification de la configuration de mtools</h3>
<p>Configurer le fichier /etc/mtools.conf pour affecter une lettre au lecteur à changer</p>
<pre>drive d: file="/dev/sdb1"</pre>
<h3>Modification du label du disque</h3>
<pre>mlabel -s d: # afficher le label courant
mlabel d:le_label # affectation du nouveau label</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.brunovalentin.com/linux/label-disque-fat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

