<?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>It should work... &#187; NTFS</title>
	<atom:link href="http://vierito.es/wordpress/tag/ntfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://vierito.es/wordpress</link>
	<description>Cuando cualquier trasto es útil</description>
	<lastBuildDate>Sat, 09 Jul 2011 02:34:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Alternate Data Streams (ADS) con NTFS-3G en Linux</title>
		<link>http://vierito.es/wordpress/2009/06/01/alternate-data-streams-ads-con-ntfs-3g-en-linux/</link>
		<comments>http://vierito.es/wordpress/2009/06/01/alternate-data-streams-ads-con-ntfs-3g-en-linux/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:10:30 +0000</pubDate>
		<dc:creator>vierito5</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ADS]]></category>
		<category><![CDATA[alternate data streams]]></category>
		<category><![CDATA[kriptopolis]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[NTFS-3G]]></category>

		<guid isPermaLink="false">http://vierito.es/wordpress/?p=448</guid>
		<description><![CDATA[Ayer se publicó en portada de Kriptópolis un artículo muy interesante sobre ADS. El asunto es que NTFS almacena todo en streams (flujos), cada fichero tiene un stream sin nombre pero puede tener muchos con nombre. El tamaño del fichero será sin embargo el tamaño del stream sin nombre, el principal. Se podría resumir diciendo [...]]]></description>
			<content:encoded><![CDATA[<p>Ayer se publicó en portada de Kriptópolis un <a title=\"Alternate Data Streams\" href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5rcmlwdG9wb2xpcy5vcmcvYWx0ZXJuYXRlLWRhdGEtc3RyZWFtcy1udGZz">artículo muy interesante sobre ADS</a>.</p>
<p>El asunto es que NTFS almacena todo en streams (flujos), cada fichero tiene un stream sin nombre pero puede tener muchos con nombre. El tamaño del fichero será sin embargo el tamaño del stream sin nombre, el principal. Se podría resumir diciendo que ADS son ficheros dentro de ficheros.</p>
<p>Prácticamente ya todo el mundo usa <a title=\"NTFS-3G\" href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5udGZzLTNnLm9yZw==">NTFS-3G</a> para acceder desde linux a sus particiones en este sistema de fichero pero por defecto NTFS-3G sólo lee y escribe los flujos de datos sin nombre.</p>
<p>Si queremos acceder a los flujos secundarios tendremos que montar el sistema de ficheros con la opción <code>streams_interface=windows</code>. De este modo podremos acceder a esos datos del modo:</p>
<p><code>cat file.dat:label1</code></p>
<p>y de este modo tratarlo como otro fichero más, pudiendo usar directamente el resto de utilidades GNU. Para listar todos los streams que contiene un fichero tendremos que comprobar el contenido del atributo <em>ntfs.streams.list</em>.</p>
<p><br/><br/><i>&#8211;<br/>Fuente original en <a href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3ZpZXJpdG8uZXMvd29yZHByZXNz">http://vierito.es/wordpress</a></i><br/><br/><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3ZpZXJpdG8uZXMvd29yZHByZXNzLzIwMDgvMTAvMzAvZnByaW50LWxhLWltcGxlbWV0YWNpb24tZGVsLWRyaXZlci8=" rel=\"bookmark\" title=\"October 30, 2008\">[Fprint] La implemetación del driver</a></li>
<li><a href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3ZpZXJpdG8uZXMvd29yZHByZXNzLzIwMDgvMTAvMDIvZnByaW50LWxlY3RvcmVzLWRlLWh1ZWxsYXMtZW4tbGludXgv" rel=\"bookmark\" title=\"October 2, 2008\">[Fprint] Lectores de huellas en linux</a></li>
<li><a href="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3ZpZXJpdG8uZXMvd29yZHByZXNzLzIwMDgvMDMvMjgvZGVqYXItYm9uaXRvLXVuLXNlcnZlci1zc2gtcGFydGUtMS8=" rel=\"bookmark\" title=\"March 28, 2008\">Dejar bonito un server SSH &#8211; Parte 1</a></li>
</ul>
<p><!-- Similar Posts took 5.957 ms --></p>
 <img src="http://vierito.es/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=448" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://vierito.es/wordpress/2009/06/01/alternate-data-streams-ads-con-ntfs-3g-en-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

