<?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>SEOnol &#187; USB</title>
	<atom:link href="http://www.seonol.com/tag/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seonol.com</link>
	<description>SEO, programación, PHP... (sí, descripción nueva)</description>
	<lastBuildDate>Tue, 20 Apr 2010 08:31:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Instalar un disco duro USB en el NSLU2 con OpenWRT</title>
		<link>http://www.seonol.com/2009/03/instalar-un-disco-duro-usb-en-el-nslu2-con-openwrt/</link>
		<comments>http://www.seonol.com/2009/03/instalar-un-disco-duro-usb-en-el-nslu2-con-openwrt/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Varios]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[opkg]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.seonol.com/?p=105</guid>
		<description><![CDATA[Después de flashear mi NSLU2, el siguiente paso consiste en añadirle algo de almacenamiento. En mi caso, un disco duro de 400GB que pienso utilizar como almacenamiento en red.

Lo primero, actualizar la lista de paquetes. Esto debe hacerse CADA VEZ que se reinicia el NSLU2 mediante reboot. Si no lo hacemos recibiremos un mensaje An [...]]]></description>
			<content:encoded><![CDATA[<p>Después de <a href="http://www.seonol.com/2009/03/openwrt-en-el-nslu2/">flashear mi NSLU2</a>, el siguiente paso consiste en añadirle algo de almacenamiento. En mi caso, un disco duro de 400GB que pienso utilizar como almacenamiento en red.</p>
<ol>
<li>Lo primero, actualizar la lista de paquetes. <strong>Esto debe hacerse CADA VEZ que se reinicia el NSLU2 mediante <em>reboot</em></strong>. Si no lo hacemos recibiremos un mensaje <em>An error ocurred, return value: 1</em>.
<pre>opkg update</pre>
</li>
<li>Instalamos soporte para USB 2.0
<pre>opkg install kmod-usb2</pre>
</li>
<li>Instalamos el módulo de almacenamiento
<pre>opkg install kmod-usb-storage</pre>
</li>
<li>Y reiniciamos
<pre>reboot</pre>
</li>
<li>Ahora ejecutando <em>dmesg</em> debería aparecernos algo parecido a esto
<pre>usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
uhci.c: USB Universal Host Controller Interface driver v1.1
PCI: Enabling device 01:02.0 (0000 -&gt; 0001)
uhci.c: USB UHCI at I/O 0x100, IRQ 2
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Enabling device 01:02.1 (0000 -&gt; 0001)
uhci.c: USB UHCI at I/O 0x120, IRQ 2
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
hub.c: new USB device 01:02.0-2, assigned address 2
usb.c: USB device 2 (vend/prod 0xd7d/0x100) is not claimed by any active driver.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Apacer    Model: Drive             Rev: 1.05
  Type:   Direct-Access                      ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 256000 512-byte hdwr sectors (131 MB)
sda: Write Protect is off
Partition check:
 /dev/scsi/host0/bus0/target0/lun0: p1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.</pre>
</li>
<li>Ahora ya podemos instalar el soporte para <em>ext3</em>
<pre>opkg install kmod-fs-ext3</pre>
</li>
<li>Instalamos <em>cfdisk</em>, un fdisk más visual, y <em>e2fsprogs</em>
<pre>opkg install cfdisk e2fsprogs</pre>
</li>
<li>A partir de aquí ya podemos crear las particiones con <em>cdisk</em> y formatear la partición , cambiando <em>sda1</em> por el dispositivo correspondiente (un HD conectado via USB normalmente estará en <em>sda1</em>)
<pre>mkfs.ext3 /dev/sda1</pre>
</li>
]]></content:encoded>
			<wfw:commentRss>http://www.seonol.com/2009/03/instalar-un-disco-duro-usb-en-el-nslu2-con-openwrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
