<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comentarios en: Montar dispositivos de almacenamiento en Debian	</title>
	<atom:link href="https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=montar-dispositivos-de-almacenamiento-en-debian</link>
	<description></description>
	<lastBuildDate>Mon, 27 Jun 2011 07:11:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Por: Alejandro Escario		</title>
		<link>https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-123</link>

		<dc:creator><![CDATA[Alejandro Escario]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 07:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitnbyte.org/?p=878#comment-123</guid>

					<description><![CDATA[En respuesta a &lt;a href=&quot;https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-121&quot;&gt;emmanuel&lt;/a&gt;.

Prueba con 
mount -t ntfs-3g /dev/sdb1 /mnt/hd
en lugar de 
mount -t ntfs-3g /dev/sdb /mnt/hd
que es el nombre de la partición que te indica en la salida del fdisk -l]]></description>
			<content:encoded><![CDATA[<p>En respuesta a <a href="https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-121">emmanuel</a>.</p>
<p>Prueba con<br />
mount -t ntfs-3g /dev/sdb1 /mnt/hd<br />
en lugar de<br />
mount -t ntfs-3g /dev/sdb /mnt/hd<br />
que es el nombre de la partición que te indica en la salida del fdisk -l</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: emmanuel		</title>
		<link>https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-122</link>

		<dc:creator><![CDATA[emmanuel]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 06:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitnbyte.org/?p=878#comment-122</guid>

					<description><![CDATA[En respuesta a &lt;a href=&quot;https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-121&quot;&gt;emmanuel&lt;/a&gt;.

perdon es HD no HS jejeje]]></description>
			<content:encoded><![CDATA[<p>En respuesta a <a href="https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-121">emmanuel</a>.</p>
<p>perdon es HD no HS jejeje</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: emmanuel		</title>
		<link>https://www.dipler.org/2009/03/montar-dispositivos-de-almacenamiento-en-debian/#comment-121</link>

		<dc:creator><![CDATA[emmanuel]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 06:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitnbyte.org/?p=878#comment-121</guid>

					<description><![CDATA[Hola bro buen tuto,
quiero montar un HD conectando lo por un adaptador USB el HS es IDE.
al hacer el fdisk -l si me aparece el disposotivo
&lt;code&gt;
Disco /dev/sdb: 40.0 GB, 40020533248 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xfe14fe14

Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sdb1   *           1        4864    39070048+   7  HPFS/NTFS
&lt;/code&gt;

Y trato de montarlo de la siguiente manera
&lt;code&gt;
mount -t ntfs-3g /dev/sdb /mnt/hd
&lt;/code&gt;
Pero me muestra el sguiente error
&lt;code&gt;
NTFS signature is missing.
Failed to mount &#039;/dev/sdb&#039;: Argumento inválido
The device &#039;/dev/sdb&#039; doesn&#039;t seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
&lt;/code&gt;

En que estare fallando...]]></description>
			<content:encoded><![CDATA[<p>Hola bro buen tuto,<br />
quiero montar un HD conectando lo por un adaptador USB el HS es IDE.<br />
al hacer el fdisk -l si me aparece el disposotivo<br />
<code><br />
Disco /dev/sdb: 40.0 GB, 40020533248 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cilindros of 16065 * 512 = 8225280 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0xfe14fe14</p>
<p>Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema<br />
/dev/sdb1   *           1        4864    39070048+   7  HPFS/NTFS<br />
</code></p>
<p>Y trato de montarlo de la siguiente manera<br />
<code><br />
mount -t ntfs-3g /dev/sdb /mnt/hd<br />
</code><br />
Pero me muestra el sguiente error<br />
<code><br />
NTFS signature is missing.<br />
Failed to mount '/dev/sdb': Argumento inválido<br />
The device '/dev/sdb' doesn't seem to have a valid NTFS.<br />
Maybe the wrong device is used? Or the whole disk instead of a<br />
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?<br />
</code></p>
<p>En que estare fallando&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
