<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>fsck &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/fsck/</link>
	<description>Feed of posts on WordPress.com tagged "fsck"</description>
	<pubDate>Sat, 28 Nov 2009 07:36:37 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Permitir cancelar fsck en el inicio]]></title>
<link>http://linuxgnublog.wordpress.com/2009/11/25/permitir-cancelar-fsck-en-el-inicio/</link>
<pubDate>Wed, 25 Nov 2009 20:26:12 +0000</pubDate>
<dc:creator>José Miguel</dc:creator>
<guid>http://linuxgnublog.wordpress.com/2009/11/25/permitir-cancelar-fsck-en-el-inicio/</guid>
<description><![CDATA[En la mayoría de distribuciones GNU/Linux, cada X inicios del sistema (montajes del disco) se realiz]]></description>
<content:encoded><![CDATA[En la mayoría de distribuciones GNU/Linux, cada X inicios del sistema (montajes del disco) se realiz]]></content:encoded>
</item>
<item>
<title><![CDATA[Comandos Infaltables!!]]></title>
<link>http://freeakx.wordpress.com/2009/11/18/comandos-infaltables/</link>
<pubDate>Wed, 18 Nov 2009 21:40:20 +0000</pubDate>
<dc:creator>Cesar Troya S.</dc:creator>
<guid>http://freeakx.wordpress.com/2009/11/18/comandos-infaltables/</guid>
<description><![CDATA[En esta Oportunidad les Traigo una recopilación de lo q yo concidero son los comandos más, utiles, i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En esta Oportunidad les Traigo una recopilación de lo q yo concidero son los comandos más, utiles, importantes y usados tanto en Ubuntu como en muchas otras distros linux</p>
<ul>
<li style="text-align:left;"><strong>Adduser: </strong>Se utiliza para añadir un usuario.</li>
</ul>
<blockquote>
<blockquote><p>Uso: adduser &#60;nombreusuario&#62;</p></blockquote>
</blockquote>
<ul>
<li><strong>Alias (este esta bien explicado en un post anterior)<br />
</strong></li>
</ul>
<p style="padding-left:120px;">Uso: alias nombrequeledamos=’comando’</p>
<ul>
<li><strong>apt-get install nombredelprograma</strong><strong> =  i</strong>nstala el paquete.</li>
</ul>
<ul>
<li><strong>apt-get remove nombredelprograma = </strong>Borra el paquete. Con la opción –purge borra tambien la configuración del paquete instalado.</li>
</ul>
<ul>
<li><strong>apt-get update = </strong>Actualiza la lista de paquetes disponibles para instalar.</li>
</ul>
<ul>
<li style="text-align:left;"><strong>apt-get upgrade  = </strong>Instala las nuevas versiones de los diferentes paquetes disponibles.</li>
</ul>
<ul>
<li><strong>cd = </strong>Cambia el directorio.</li>
</ul>
<blockquote><p>Uso: cd nombredirectorio</p></blockquote>
<p><span style="color:#ff6600;"><em><strong>Continuar leyendo el resto de comandos:</strong></em></span></p>
<ul>
<li><!--more--><strong>chmod: </strong>Cambia los permisos de los archivos.</li>
</ul>
<p style="padding-left:90px;">r:lectura w:escritura x:ejecución<br />
+: añade permisos -:quita permisos<br />
u:usuario g:grupo del usuario o:otros<br />
Uso: chmod permisos nombrearchivo</p>
<ul>
<li><strong>chown: </strong>Cambia el propietario de un archivo.</li>
</ul>
<p style="padding-left:90px;">Uso: chown &#60;nombrepropietario&#62; &#60;nombrearchivo&#62;</p>
<ul>
<li><strong>cp:</strong>Copia archivos en el directorio indicado.</li>
</ul>
<p style="padding-left:60px;">Uso: cp archivoorigen archivodestino</p>
<ul>
<li><strong>deluser: </strong>Elimina una cuenta de usuario</li>
</ul>
<p style="padding-left:90px;">Uso: deluser &#60;nombreusuario&#62;</p>
<ul>
<li><strong>exit:</strong> Cierra las ventanas o las conexiones remotas establecidas</li>
</ul>
<ul>
<li><strong>fsck: </strong>Sirve para chequear si hay errores en nuestro disco duro.</li>
</ul>
<p style="padding-left:90px;">Uso: fsck -t &#60;fs_typo&#62; &#60;dispositivo&#62;</p>
<ul>
<li><strong>ftp: </strong>Protocolo de Transferencia de Archivos, permite transferir archivos de y para computadores remotos.</li>
</ul>
<p style="padding-left:60px;">Uso: ftp &#60;maquina_remota&#62;</p>
<ul>
<li><strong>grep</strong>: Su funcionalidad es la de escribir en salida estándar aquellas líneas que concuerden con un patrón. Busca patrones en archivos.</li>
</ul>
<p style="padding-left:90px;">grep: grep &#60;patronabuscar&#62; &#60;nombrearchivos&#62;</p>
<ul>
<li><strong>ifconfig: </strong>Obtener información de la configuración de red</li>
</ul>
<ul>
<li><strong>kill:</strong> Termina un proceso</li>
</ul>
<p style="padding-left:60px;">Uso: kill numeroPID</p>
<ul>
<li><strong>ls:</strong>Lista los archivos y directorios dentro del directorio de trabajo.</li>
</ul>
<ul>
<li><strong>make:</strong> Crea ejecutables a partir de los archivos fuente.</li>
</ul>
<ul>
<li><strong>man: </strong>muestra el manual de un programa o comando si este esta disponible</li>
</ul>
<p style="padding-left:90px;">Uso: man &#60;nombredelcomando&#62;</p>
<ul>
<li><strong>mkdir: </strong>Crea un nuevo directorio.</li>
</ul>
<p style="padding-left:90px;">Uso: mkdir nombredirectorio</p>
<ul>
<li><strong>mount: </strong>Monta una unidad.</li>
</ul>
<p style="padding-left:90px;">Uso: mount -t&#60; sistema_de_archivo&#62; &#60;dispositivo&#62; &#60;nombredirectorio&#62;</p>
<p><strong><br />
</strong></p>
<ul>
<li><strong>mv: </strong>Este comando sirve para renombrar un archivo.</li>
</ul>
<p style="padding-left:60px;">Uso: mv &#60;nombrearchivo&#62; &#60;nuevonombrearchivo&#62;</p>
<ul>
<li><strong>netstat:</strong>Muestra las conexiones y puertos abiertos por los que se establecen las comunicaciones.</li>
</ul>
<ul>
<li><strong>poweroff: </strong>Apaga el ordenador.</li>
</ul>
<ul>
<li><strong>ps: </strong>Muestra información acerca de los procesos activos.</li>
</ul>
<ul>
<li><strong>rlogin: </strong>Conecta un host local con un host remoto.</li>
</ul>
<p style="padding-left:90px;">Uso: rlogin &#60;maquina_remota&#62;</p>
<ul>
<li><strong>rm: </strong>Remueve o elimina un archivo.</li>
</ul>
<p style="padding-left:60px;">Uso: rm &#60;rutaynombrearchivo&#62;</p>
<ul>
<li><strong>rmdir: </strong>Elimina el directorio indicado, el cual debe estar vacío.</li>
</ul>
<p style="padding-left:90px;">Uso: rmdir nombredirectorio</p>
<ul>
<li><strong>sudo o su:</strong> Con este comando accedemos al sistema como root.</li>
</ul>
<ul>
<li><strong>umount: </strong>Desmontar unidades montadas anteriormente</li>
</ul>
<p style="padding-left:120px;">Uso: umount &#60;nombredirectorio&#62;</p>
<ul>
<li><strong>wc:</strong>Cuenta los caráteres, palabras y líneas del archivo de texto.</li>
</ul>
<p style="padding-left:60px;">Uso: wc nom_archivo</p>
<p style="padding-left:60px;">
<ul>
<li><strong>whereis: </strong>Devuelve la ubicación del archivo especificado, si existe.</li>
</ul>
<p style="padding-left:60px;">Uso: whereis nomb_archivo</p>
<p><strong>Larga vida a la consola!!</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recreating Journal on ext-fs]]></title>
<link>http://nithinsunny.wordpress.com/2009/11/14/recreating-journal-on-ext-fs/</link>
<pubDate>Sat, 14 Nov 2009 06:08:10 +0000</pubDate>
<dc:creator>nithinsunny</dc:creator>
<guid>http://nithinsunny.wordpress.com/2009/11/14/recreating-journal-on-ext-fs/</guid>
<description><![CDATA[Boot into single user and run an fsck first. Unmount the partition that you are wanting to re-create]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Boot into single user and run an fsck first.<br />
Unmount the partition that you are wanting to re-create the journal on.<br />
Run the following commands, where sdaX is the actual partition:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
tune2fs -O ^has_journal /dev/sdaX<br />
fsck -y /dev/sdaX<br />
tune2fs -j /dev/sdaX<br />
fsck -y /dev/sdaX<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
This will remove the journal then recreate the journal inode, insuring that it is clean.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[It's not a bug, it's a feature!]]></title>
<link>http://carnophage.wordpress.com/2009/11/02/its-not-a-bug-its-a-feature/</link>
<pubDate>Mon, 02 Nov 2009 20:32:19 +0000</pubDate>
<dc:creator>carnophage</dc:creator>
<guid>http://carnophage.wordpress.com/2009/11/02/its-not-a-bug-its-a-feature/</guid>
<description><![CDATA[Dziś po starcie, system przywitał mnie bez tapety i niektórych ikon aktywatorów. WTF?! Okazało się, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dziś po starcie, system przywitał mnie bez tapety i niektórych ikon aktywatorów. WTF?! Okazało się, że nie zamontowała się partycja na której wspomniane grafiki trzymam. Dlaczego? Bo deweloperzy ubuntu uznali, że system może startować bez montowania mało istotnych partycji (w tym wypadku uruchomił się po prostu na niej fsck).</p>
<p>Kiedyś przebierze się miarka i w końcu wywalę Xubuntu w cholerę, a deweloperzy robią coraz więcej żeby przyspieszyć ten proces.</p>
<p>Chociaż tyle dobrego, że można łatwo się tego pozbyć dodając opcję bootwait do interesujących nas wpisów w /etc/fstab.</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/439604">źródło</a></p>
<p>[edit 03/11/2009]<br />
Tia&#8230; po dodaniu bootwait uruchamianie systemu staje w momencie montowania partycji&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I am not a fan of WINE..]]></title>
<link>http://neophyteman.wordpress.com/2009/10/13/i-am-not-a-fan-of-wine/</link>
<pubDate>Tue, 13 Oct 2009 09:15:00 +0000</pubDate>
<dc:creator>neophyteman</dc:creator>
<guid>http://neophyteman.wordpress.com/2009/10/13/i-am-not-a-fan-of-wine/</guid>
<description><![CDATA[My fedora 11 linux machine was running good,with faster boot up[ 21 seconds to the login screen ],un]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My fedora 11 linux machine was running good,with faster boot up[ 21 seconds to the login screen <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ],until I installed WINE in it.As a web-developer,I am in need of IE6,for cross browser compatibility issues that will occur only in that browser,while others are working fine.so I had to install WINE,to run ies4linux script.Unfortunately,after installing WINE,my fedora freezes then and there.I cannot open a browser,I cannot open my back up drive.Everything freezes.Even my cpu2 performance level went for 30-50% increase.Also,WINE runs slowly.I am sure,that ies4linux caused such problem.Also,my booting of fedora went for more than a minute.So I uninstalled WINE and ies4linux,but still my bootup time got slow and my fedora freezes all of the sudden.so I went for reboot and used &#8216;ctrl+alt+F2&#8242; at the login page.I don&#8217;t know what was the problem,so I logged in as root user and run &#8216;<a href="http://www.manpagez.com/man/8/fsck/">fsck</a>&#8216; and it solved my problem.It seems that an unwanted script in ies4linux,has blocked my entire fedora.The <a href="http://www.manpagez.com/man/8/fsck/">fsck</a> cleaned it with zero errors and now my fedora is back.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Conocer el hardware de un ordenador con Linux]]></title>
<link>http://sololinex.wordpress.com/2009/10/04/conocer-el-hardware-de-un-ordenador-con-linux/</link>
<pubDate>Sun, 04 Oct 2009 18:08:18 +0000</pubDate>
<dc:creator>cristo990</dc:creator>
<guid>http://sololinex.wordpress.com/2009/10/04/conocer-el-hardware-de-un-ordenador-con-linux/</guid>
<description><![CDATA[lshw ¿Qué tengo instalado en mi ordenador? Este comando nos informará de nuestra/s cpu/s, nuestra ta]]></description>
<content:encoded><![CDATA[lshw ¿Qué tengo instalado en mi ordenador? Este comando nos informará de nuestra/s cpu/s, nuestra ta]]></content:encoded>
</item>
<item>
<title><![CDATA[How to disable fsck on reboot?]]></title>
<link>http://webhostrepo.wordpress.com/2009/09/29/how-to-disable-fsck-on-reboot/</link>
<pubDate>Tue, 29 Sep 2009 14:17:54 +0000</pubDate>
<dc:creator>webhostrepo</dc:creator>
<guid>http://webhostrepo.wordpress.com/2009/09/29/how-to-disable-fsck-on-reboot/</guid>
<description><![CDATA[Steps: 1. While rebooting the server from the server), use “shutdown -rf now”. This will restrict th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Steps:</p>
<p>1. While  rebooting the server from the server),  use “shutdown -rf now”. This will restrict the system to run an autofsck.</p>
<p>2. Edit the /etc/grub.conf file and place &#8220;fastboot&#8221; at the end of the kernel line.</p>
<p>3. Edit the /etc/fstab. You can  see two numbers at the end of the line for each partition, change the second number to a 0</p>
<p>Example: /dev/sdd2 / ext3 defaults 1 0). This will have the system mount the partition but will not run a check when booting. </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[服务器掉电、当机后系统启动最后显示信息分析 ]]></title>
<link>http://andywxb.wordpress.com/2009/09/25/%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8e%89%e7%94%b5%e3%80%81%e5%bd%93%e6%9c%ba%e5%90%8e%e7%b3%bb%e7%bb%9f%e5%90%af%e5%8a%a8%e6%9c%80%e5%90%8e%e6%98%be%e7%a4%ba%e4%bf%a1%e6%81%af%e5%88%86%e6%9e%90/</link>
<pubDate>Fri, 25 Sep 2009 13:43:26 +0000</pubDate>
<dc:creator>andywxb</dc:creator>
<guid>http://andywxb.wordpress.com/2009/09/25/%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8e%89%e7%94%b5%e3%80%81%e5%bd%93%e6%9c%ba%e5%90%8e%e7%b3%bb%e7%bb%9f%e5%90%af%e5%8a%a8%e6%9c%80%e5%90%8e%e6%98%be%e7%a4%ba%e4%bf%a1%e6%81%af%e5%88%86%e6%9e%90/</guid>
<description><![CDATA[(1) 服务器掉电，系统启动最后显示以下信息： Enter full puth name of shell or RETURN for /bin/sh: 按回车，到“#”字提示符下输入“fsck -f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>(1)<br />
服务器掉电，系统启动最后显示以下信息：<br />
Enter full puth name of shell or RETURN for /bin/sh:</p>
<p>按回车，到“#”字提示符下输入“fsck -fy”，这时屏幕会显示类似以下的信息，完成后会回到#字符下，这时输入reboot重启机器既可。<br />
**/dev/ad10sla<br />
**last mounted on/<br />
**root file system<br />
**phase 1 &#8211; check blocks and sizes</p>
<p>(2)<br />
服务器掉电，系统启动最后显示以下信息：<br />
Starting file system checks:<br />
/dev/ad0s1a:UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY</p>
<p>直接输入fsck -fy dev/ad0s1a 这时屏幕会显示类似以下的信息，完成后会回到#字符下，这时输入reboot重启机器既可。<br />
**/dev/ad10sla<br />
**last mounted on/<br />
**root file system<br />
**phase 1 &#8211; check blocks and sizes</p>
<p>(3)<br />
更换硬盘后，系统启动最后显示以下信息：<br />
ad10: 476940MB at ata5-master SATA300<br />
SMP: AP CPU #1 Launched!<br />
Trying to mount root from ufs:/dev/ad4s1a</p>
<p>Manual root filesystem specification:<br />
: Mount using filesystem<br />
eg. ufs:da0s1a<br />
? List valid disk boot devices<br />
Abort manual input</p>
<p>mountroot&#62;</p>
<p>因为原来的硬盘是ad4s1a，现在换硬盘了，接的位置也变了，根据系统提示信息，现在新的硬盘是ad10，所以只需要输入：<br />
mountroot&#62; ufs:ad10s1a 回车就可以继续正常启动系统，进到系统后修改/etc/fstab文件既可！</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux File System: Part 3]]></title>
<link>http://linuxtour.wordpress.com/2009/09/15/linux_file_system_part3/</link>
<pubDate>Tue, 15 Sep 2009 04:08:25 +0000</pubDate>
<dc:creator>putnam120</dc:creator>
<guid>http://linuxtour.wordpress.com/2009/09/15/linux_file_system_part3/</guid>
<description><![CDATA[Well sorry it has taken so long but here is the third installation in the series on the Linux file s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Well sorry it has taken so long but here is the third installation in the series on the Linux file system.  In case you haven&#8217;t been following before now, here are the links to <a href="http://linuxtour.wordpress.com/2009/09/05/linux_file_system_part1/">part1</a> and <a href="http://linuxtour.wordpress.com/2009/09/07/linux_file_system_part2/">part2</a>.</p>
<p>In this portion I will discuss the following directories/partitions: <span style="color:#ff0000;">/lost+found /lib /mnt </span>and <span style="color:#ff0000;">/tmp</span>.</p>
<h2><span style="color:#ff6600;">/lost+found</span></h2>
<p>So you are working and all of a sudden there is a power outage.  Or even worse your system suddenly crashes for no reason.  Well the next time you boot up your machine Linux will try to recover any lost data/files.  The result of this recovery attempt will be saved here.  Sure the files in here might not make much sense but there is a small chance that there might be something that you might be able to actually use.  Finally, for those of you that really want to know, this recovery is done by using the <span style="color:#00ff00;"><code>fsck</code></span> command.  Look into it yourself, since this isn&#8217;t the place to go into depth on it.</p>
<h2><span style="color:#ff6600;">/lib</span></h2>
<p>The location of all the shared library files.  Think <span style="color:#ff0000;">DLL</span> files on Windows.</p>
<h2><span style="color:#ff6600;">/mnt</span></h2>
<p>This is the generic place to <a href="http://linuxtour.wordpress.com/2009/08/04/space-usage/">mount</a> other file systems.  Such as internal/external hard drives, CD-ROMS, DVD, and floppy disk if people still use those.  For more information on mounting see the link to the post dedicated to this topic.  But I should mention that you can make any location a mount point, but it&#8217;s usually a good idea to have them all relatively &#8220;close&#8221; to each other.  Plus try not to overdo it, because really 50 different mount points might just be a little excessive.</p>
<h2><span style="color:#ff6600;">/tmp</span></h2>
<p>Temporary files are stored here.  In other words, <strong><span style="color:#800000;">DON&#8217;T SAVE IMPORTANT STUFF HERE!</span> </strong> This directory is cleared upon each reboot of the system.  As a side note, this is really useful for getting around disk quotas.  Just save your files here and then when you restart they will be gone.  All you have to do is make sure that you won&#8217;t be needing those files ever again.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New MacBook Pro!]]></title>
<link>http://myh2002.wordpress.com/2009/09/04/new-macbook-pro/</link>
<pubDate>Fri, 04 Sep 2009 22:24:41 +0000</pubDate>
<dc:creator>mike</dc:creator>
<guid>http://myh2002.wordpress.com/2009/09/04/new-macbook-pro/</guid>
<description><![CDATA[So I got a new 13&#8243; MacBook Pro recently and have been tinkering around with it. It&#8217;s not]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><img class="aligncenter size-full wp-image-22" style="border:1px solid white;" title="overview-gallery3-20090828" src="http://myh2002.wordpress.com/files/2009/09/overview-gallery3-20090828.png" alt="overview-gallery3-20090828" width="630" height="347" />So I got a new 13&#8243; MacBook Pro recently and have been tinkering around with it. It&#8217;s not my main machine (I still have my Dell XPS M1530) but it&#8217;s slowly becoming the only one I use. Currently, the only thing I&#8217;m using my Dell for is a media hub &#8211; I stream my music over iTunes to my Dell which is connected to my speakers&#8230;and that&#8217;s about it&#8230;</p>
<p>So, while tinkering, I did run into a small snag which rendered my mac useless &#8211; apparently changing the sharing settings for the &#8216;everyone&#8217; user of the Macintosh HD to read only will also apply to the admin (even though admin is listed as a separate user) and therefore it wasn&#8217;t able to access the drive. Rebooting didn&#8217;t help &#8211; all I ended up with was a grey screen with the rotating dashes. Kinda silly don&#8217;t you think? As an admin, I&#8217;d assume that all drives are accessible. I guess I assumed that &#8216;everyone&#8217; implied &#8216;everyone else&#8217; &#8211; I was wrong <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Fearing I had diminished my brand new fruity computer into nothing more than a 1&#8243; thick paper weight, I did a little googling and found a solution: By booting into Single User Mode (Powering up while holding Command+S) and changing the access rights for the drive there, my computer would be revived! So here are the steps I followed (which incidentally saved me the embarrassment and hassle of making a trip to the Genius Bar):</p>
<p>1. Boot up while holding Command + S (boots into Single-User mode)</p>
<p>2. Enter in sbin/fsck -yf</p>
<p>3. Wait for all the checking to finish (took a few minutes)</p>
<p>4. Enter in sbin/mount -uw /</p>
<p>5. Enter in chmod 775 /</p>
<p>And that was it! Reboot and watch as your screen blinks from grey to blue to desktop! Not going to lie, seeing something go wrong on the mac is far more daunting than when something goes wrong on a Windows machine &#8211; I think it has something to do with expectations. With Windows its almost expected, with mac, at least in my experience, not so much. Maybe it&#8217;s my n00b-iness&#8230;</p>
<p>Just wanted to share that with everyone in case you run into something similar!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Jaunty Jackalope, a review]]></title>
<link>http://adifire.wordpress.com/2009/08/24/jaunty-jackalope-a-review/</link>
<pubDate>Mon, 24 Aug 2009 12:46:00 +0000</pubDate>
<dc:creator>adifire</dc:creator>
<guid>http://adifire.wordpress.com/2009/08/24/jaunty-jackalope-a-review/</guid>
<description><![CDATA[A month after I published my previous post on this related issue (Ubuntu 9.04 &#8211; A very buggy a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A month after I published my previous post on this related issue (<a href="http://adifire.wordpress.com/2009/07/18/buggy-ubuntu-9-04/">Ubuntu 9.04 &#8211; A very buggy affair!!!</a>), I did some research to fix these problems. Now, my ubuntu is running perfectly ok, and no more problems cropped up.</p>
<p>The few problems that might be reason why the ubuntu was behaving abnormally are -</p>
<ul>
<li>It requires frequent disk checks. The disk allocation seems to go haywire after several reboots, and thus needs periodic fscks to fix this.</li>
<li>It does not do automatic disk check during booting, when on battery power. I&#8217;ve noticed quite a few do not connect to the power source when they switch on their notebook. This then disables the automatic fsck checks that the ubuntu usually does when on battery power. Also the period of these checks is actually of longer duration, maybe one check after 20 boots, and this is not good for during that time, the ubuntu can spoil the disk! So you can change that by this command &#8221; <em>sudo tune2fs -c 10 /dev/sda1 </em>&#8220;. This sets the number of boots after which the fsck must be done. u can change that number however you like, i suggest 6-10 is good. It works with 10 for me though.</li>
<li>I noticed that if you forcefully shutdown, then the ubuntu goes haywire! No remedies for that except prevention.</li>
</ul>
<p>Though the ubuntu is working fine, there are still some nagging problems, like the case when booting under battery power, it needs some user input, otherwise it does nothing, it stays just like that. Any solutions?</p>
<p><em> </em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Aside - The scourge of filesystems]]></title>
<link>http://nsrd.wordpress.com/2009/08/02/aside-the-scourge-of-filesystems/</link>
<pubDate>Sat, 01 Aug 2009 23:55:49 +0000</pubDate>
<dc:creator>Preston</dc:creator>
<guid>http://nsrd.wordpress.com/2009/08/02/aside-the-scourge-of-filesystems/</guid>
<description><![CDATA[This morning I had to replace half of a mirror in my Linux server, which being a home server, meant ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This morning I had to replace half of a mirror in my Linux server, which being a home server, meant needing to reboot. (Of course I&#8217;d love a server with hot-swappable drives, but I suspect both my partner and I might find the noise of such a server somewhat overwhelming for combination computer-room/office.)</p>
<p>So I shutdown the virtual machines running on the HP ML110 G4 (running VMware Server), shutdown the server itself, swapped the drives and rebooted. I promised my partner that internet access would only be down for about 15 minutes, so of course Murphy decided to play a visit.</p>
<p>&#8220;Warning, /dev/sdc1 has not been checked in 191 days. Check forced.&#8221;</p>
<p>And wouldn&#8217;t you know it, /dev/sdc1 is 917GB, so the check took quite a lot longer than 15 minutes. It&#8217;s running on ext3, so checking is required less frequently, but I&#8217;m still paranoid enough that for the data housed on that particular filesystem, I&#8217;d rather not turn checking off altogether. (That filesystem isn&#8217;t mirrored, due to transient data on it.)</p>
<p>Having only just read about <a title="btrfs" href="http://btrfs.wiki.kernel.org/index.php/Main_Page" target="_blank">btrfs</a>, an upcoming filesystem for Linux, the lengthy delay-on-boot caused by a &#8220;large&#8221; filesystem check was acutely hammered home. Amongst other things, btrfs promises online checks of the filesystem, as well as fast offline checks of the filesystem – something every storage administrator and system administrator wants. We <em>are</em> at the point where filesystem capacities are routinely too large for conventional exhaustive checks. Many more modern filesystems have already achieved this (e.g., ZFS, VxFS, etc.), but it&#8217;s a relief to know that such advances are coming, and coming with corporate sponsorship, to Linux.</p>
<p>For an excellent overview of btrfs, check out <a title="A short history of btrfs" href="http://lwn.net/Articles/342892/" target="_blank">this short history</a> published on Linux Weekly News.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Buggy Jaunty Jackalope - A solution in sight...]]></title>
<link>http://adifire.wordpress.com/2009/07/19/solving-buggy-jackalope/</link>
<pubDate>Sun, 19 Jul 2009 13:55:19 +0000</pubDate>
<dc:creator>adifire</dc:creator>
<guid>http://adifire.wordpress.com/2009/07/19/solving-buggy-jackalope/</guid>
<description><![CDATA[Ok, so I got many replies to my earlier post on the ubuntu 9.04 being a buggy affair. Thanks guys fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ok, so I got many replies to my earlier post on the ubuntu 9.04 being a buggy affair. Thanks guys for all that.</p>
<p>Actually I happened to meet my cousin online in google chat, and he told me that he faced similar problems with the jaunty jackalope in his desktop. He, after searching, tried out the file system check.</p>
<p><!--more-->Actually I did try it in the ubuntu 9.04 in the terminal. And is obvious, it&#8217;s not safe to do a fsck on a partition already mounted. So I logged into my other ubuntu (8.10) and did the check there. This is the command I typed..</p>
<p>$ sudo e2fsck -f -c -v /dev/sda1</p>
<p>After all the checking, I logged back into jaunty jackalope, and ever since I have been using without any hitch. So the problem seems to me is that the ubuntu requires frequent disk checking, and there is some major bug in this version of ubuntu which is causing so.</p>
<p>Moral of the post : Frequent file system checks a must for any operating systems. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>References : <span style="display:block;padding-left:6em;text-indent:-1em;"><span> <a href="http://ubuntuforums.org/showthread.php?t=1155810" target="_blank">http://ubuntuforums.org/showthread.php?t=1155810</a></span></span></p>
<p><span style="display:block;padding-left:6em;"> </span><a href="http://technicaldementia.wordpress.com/" target="_blank">technicaldementia.wordpress.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Copy hard disks or partitions using dd]]></title>
<link>http://kenno.wordpress.com/2009/07/14/copy-hard-disks-or-partitions-using-dd/</link>
<pubDate>Tue, 14 Jul 2009 04:46:34 +0000</pubDate>
<dc:creator>kenno</dc:creator>
<guid>http://kenno.wordpress.com/2009/07/14/copy-hard-disks-or-partitions-using-dd/</guid>
<description><![CDATA[Warning: The following is for personal note only, and is not meant to be a tutorial or guide. On Deb]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#993300;">Warning: The following is for personal note only, and is not meant to be a tutorial or guide.</span></p>
<p>On Debian server at work, we have /home reside on /dev/hda6 and I want to move to a new hard disk /dev/hdb.</p>
<p>First, I need to format /dev/hdb using fdisk. Then use dd to copy the content from /dev/hda6 to /dev/hdb1, the newly createdd ext3 partition.</p>
<p># dd if=/dev/hda6 of=/dev/hdb1 bs=1024</p>
<p>The above commands instruct dd to read the content from /dev/hda6 and write it to /dev/hdb1. bs=1024 sets the block size to 1024 bytes.</p>
<p>dd takes a while depends on how big is your hard disk. Then, there is one final step to do &#8212; to re-size /dev/hdb1 to its maximum capacity.</p>
<p># e2fsck -f /dev/hdb1</p>
<p>Now we can resize the file system in /dev/dhb1 partition. If we don&#8217;t specify the size, then resize2fs will assume the largest:</p>
<p># resize2fs /dev/hdb1</p>
<p># fsck -n /dev/hb1</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Montare una partizione con superblocco non valido]]></title>
<link>http://ubuntrucchi.wordpress.com/2009/07/11/montare-una-partizione-con-superblocco-non-valido/</link>
<pubDate>Sat, 11 Jul 2009 17:03:24 +0000</pubDate>
<dc:creator>Muflone</dc:creator>
<guid>http://ubuntrucchi.wordpress.com/2009/07/11/montare-una-partizione-con-superblocco-non-valido/</guid>
<description><![CDATA[Ho un hard disk morente, presenta numerosi errori ma il principale riguarda l&#8217;impossibilità di]]></description>
<content:encoded><![CDATA[Ho un hard disk morente, presenta numerosi errori ma il principale riguarda l&#8217;impossibilità di]]></content:encoded>
</item>
<item>
<title><![CDATA[enter full pathname of shell or return for /bin/sh:]]></title>
<link>http://somphil.wordpress.com/2009/07/02/enter-full-pathname-of-shell-or-return-for-binsh/</link>
<pubDate>Thu, 02 Jul 2009 08:29:54 +0000</pubDate>
<dc:creator>somphil</dc:creator>
<guid>http://somphil.wordpress.com/2009/07/02/enter-full-pathname-of-shell-or-return-for-binsh/</guid>
<description><![CDATA[stasiun bandung wah balik dari jemput temen dari stasiun kemaren,.. ada kabar dari temen kok proxy n]]></description>
<content:encoded><![CDATA[stasiun bandung wah balik dari jemput temen dari stasiun kemaren,.. ada kabar dari temen kok proxy n]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux: Monitor your mount points to see if they go to read-only mode]]></title>
<link>http://mohammednv.wordpress.com/2009/06/27/linux-monitor-your-mount-points-to-see-if-they-go-to-read-only-mode/</link>
<pubDate>Sat, 27 Jun 2009 09:57:50 +0000</pubDate>
<dc:creator>Mohammed</dc:creator>
<guid>http://mohammednv.wordpress.com/2009/06/27/linux-monitor-your-mount-points-to-see-if-they-go-to-read-only-mode/</guid>
<description><![CDATA[This bash script should be helpful to you if your partitions go to read-only mode frequently. This s]]></description>
<content:encoded><![CDATA[This bash script should be helpful to you if your partitions go to read-only mode frequently. This s]]></content:encoded>
</item>
<item>
<title><![CDATA[Noob Award]]></title>
<link>http://netcrash.wordpress.com/2009/06/22/noob-award/</link>
<pubDate>Mon, 22 Jun 2009 23:42:02 +0000</pubDate>
<dc:creator>Fernando André</dc:creator>
<guid>http://netcrash.wordpress.com/2009/06/22/noob-award/</guid>
<description><![CDATA[Sometimes your stressed due to some problem or the lack of time to solve it and you actually don]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sometimes your stressed due to some problem or the lack of time to solve it and you actually don&#8217;t think clearly.</p>
<p>This picture shows one of does moments.</p>
<div id="attachment_388" class="wp-caption aligncenter" style="width: 310px"><img src="http://netcrash.wordpress.com/files/2009/06/justsayyesyounoob.jpg?w=300" alt="Just Say Yes You Noob" title="JustSayYesYouNoob" width="300" height="199" class="size-medium wp-image-388" /><p class="wp-caption-text">Just Say Yes You Noob</p></div>
<p>PS: There would be a better justification if the glass was with alcool or beer.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Safe Boot doesn't work--fsck it! (For Macs)]]></title>
<link>http://infinetsolutions.wordpress.com/2009/05/26/safe-boot-doesnt-work-fsck-it-for-macs/</link>
<pubDate>Tue, 26 May 2009 12:52:56 +0000</pubDate>
<dc:creator>Infinet Solutions</dc:creator>
<guid>http://infinetsolutions.wordpress.com/2009/05/26/safe-boot-doesnt-work-fsck-it-for-macs/</guid>
<description><![CDATA[If you can’t get your Mac to start at all–not even in safe mode–and you don’t have your system disk,]]></description>
<content:encoded><![CDATA[If you can’t get your Mac to start at all–not even in safe mode–and you don’t have your system disk,]]></content:encoded>
</item>
<item>
<title><![CDATA[ FAT: Filesystem panic]]></title>
<link>http://indalitux.wordpress.com/2009/05/19/fat-filesystem-panic/</link>
<pubDate>Tue, 19 May 2009 18:02:59 +0000</pubDate>
<dc:creator>enramos.com</dc:creator>
<guid>http://indalitux.wordpress.com/2009/05/19/fat-filesystem-panic/</guid>
<description><![CDATA[Hoy se ha ido la luz en un perímetro no identificado del centro de Almería y al no tener SAI me ha p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hoy se ha ido la luz en un perímetro no identificado del centro de Almería y al no tener SAI me ha pegado un apagón brusco el equipo.</p>
<p>Al volver la luz arranco el equipo y al ver que carga con naturalidad sigo trabajando pero cual es mi sorpresa que al intentar ejecutar la aplicación que en ese momento tenía cargada, concretamente zim que es una especie de wiki para el escritorio que trabaja con archivos de texto al más puro estilo dokuwiki, veo que no consigue abrir los archivos que se encuentran en la unidad extraible.</p>
<p>Al mirar la salida de dmesg veo lo siguiente:</p>
<blockquote><p><em>FAT: Filesystem panic (dev sdd1)<br />
fat_free_clusters: deleting FAT entry beyond EOF<br />
File system has been set read-only</em></p></blockquote>
<p>Por lo visto, al &#8220;desmontar&#8221; de forma brusca el dispositivo me ha fastidiado algo que hace que el dispositivo se monte como solo lectura tanto para root como para mi usuario habitual y buscando por internet encuentro referencias acerca de que este problema puede pasar cuando no se ha desmontado un dispositivo de forma correcta en Windows y que para solucionarlo hay que volver a Windows y ejecutar el comando chkdsk o algo así.</p>
<p>En realidad no se si tiene mucho que ver, ya que yo no trabajo con Windows aunque imagino que es algo inherente en el sistema de ficheros FAT el cual utilizo en pendrives por cuestiones de compatibilidad aunque después de esto estoy pensando muy mucho en dejar de utilizarlo&#8230;</p>
<p>El problema, es que no tengo ningún Windows a mano para hacerle un &#8220;cehachekadeeseka&#8221; y la verdad es que no suelo tenerlo por lo que buscando otra solución he encontrado una utilidad GNU/Linux que me ha solucionado el problema. El comando en cuestión ha sido el siguiente:</p>
<blockquote><p># fsck.msdos -a /dev/sdd1</p></blockquote>
<p>La aplicación en cuestión viene incluida dentro del paquete dosfstools, y por si alguien quiere indagar en las posibilidades de este juego de herramientas dejo alguna información al respecto:</p>
<blockquote><p><strong>$ aptitude show dosfstools</strong><br />
Paquete: dosfstools<br />
Estado: instalado<br />
Instalado automáticamente: sí<br />
Versión: 3.0.2-1<br />
Prioridad: opcional<br />
Sección: otherosfs<br />
Desarrollador: Daniel Baumann &#60;daniel@debian.org&#62;<br />
Tamaño sin comprimir: 221k<br />
Depende de: libc6 (&#62;= 2.3)<br />
Descripción: utilities for making and checking MS-DOS FAT filesystems<br />
The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT<br />
filesystems on hard drives or on floppies.</p>
<p>This version uses the enhanced boot sector/superblock format of DOS 3.3+ as well as provides a default dummy boot sector code.<br />
Página principal: <a title="dosfstools" href="http://www.daniel-baumann.ch/software/dosfstools/" target="_blank">http://www.daniel-baumann.ch/software/dosfstools/</a></p>
<p><strong><em>$ apt-file show dosfstools &#124; grep bin/</em></strong><br />
dosfstools: /sbin/dosfsck<br />
dosfstools: /sbin/fsck.msdos<br />
dosfstools: /sbin/fsck.vfat<br />
dosfstools: /sbin/mkdosfs<br />
dosfstools: /sbin/mkfs.msdos<br />
dosfstools: /sbin/mkfs.vfat</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[fsck untuk NTFS]]></title>
<link>http://satrioaja.wordpress.com/2009/05/17/fsck-untuk-ntfs/</link>
<pubDate>Sun, 17 May 2009 11:13:48 +0000</pubDate>
<dc:creator>Satrio</dc:creator>
<guid>http://satrioaja.wordpress.com/2009/05/17/fsck-untuk-ntfs/</guid>
<description><![CDATA[Berawal dari harddisk Maxtor 120GB ku yang udah penuh… maka diriku secara spontanitas memiliki dua p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Berawal dari harddisk Maxtor 120GB ku yang udah penuh… maka diriku secara spontanitas memiliki dua pemikiran… pertama… beli harddisk eksternal baru… namun karena harganya yang 1TB masih 1jutaan lebih maka timbulah pemikiran kedua… menghapus file-file yang ngga perlu untuk sementara… ini bukan karena anti-mahal (ehm… uhuk… anti-mahal = pelit) loh…</p>
<p>Setelah 10 menit kluar masuk folder, delet file sana-sini, tetep aja ngga cukup memberikan ruang kosong yang cukup ideal untuk harddisk ini… maka diambil inisiatif untuk mendelet beberapa master software yang sbenernya cukup berharga sih…</p>
<p>Eh ternyata secara tidak terduga-duga ada beberapa master software yang bercokol di partisi NTFS ini engga mau di hapus… muncul jeritan teraniaya… </p>
<blockquote><p>rm:cannot remove ‘xxx’: Input/output error</p>
</blockquote>
<p>Waduh! Ya udah kalo kayak gini alamat cuman ada dua… partisi nya rusak atau bad sector! Harap-harap cemas supaya partisinya aja yang rusak dan bukan alamat yang terakhir…</p>
<p>Refleks langsung ketik perintah “fsck /dev/sdb1” karena kebetulan sdb1 adalah device untuk si Maxtor tadi… tapi lagi-lagi muncul jeritan protes… kali ini bukan dari hardisk tapi oleh si Xubuntu…</p>
<blockquote><p>fsck 1.41.4 (27-Jan-2009)<br />fsck: fsck.ntfs: not found<br />fsck: Error 2 while executing fsck.ntfs for /dev/sdb1</p>
</blockquote>
<p>Waduh! Ya udah kalo kayak gini alamat cuman ada dua… tanya google atau mbanting hardisk! Harap-harap cemas supaya google punya jawabnya dan bukan alamat yang terakhir…</p>
<p>Refleks langsung bukak Firefox trus google mencari si fsck.ntfs ini… dan apa yang terjadi sodara-sodara? Ternyata fsck.ntfs itu emang ngga ada… cuman ada kalimat penghibur “fsck.ntfs <em>hopefully soon…”</em>&#160; Yay! Langsung kebayang pengen mbanting hardisk inih…</p>
<p>Mencoba menenangkan diri… akhirnya diriku menginstall “ntfsprogs” sebuah kumpulan tools untuk ngobrak-abrik paritisi NTFS… dan kutemukan disana sebuah perintah “ntfsfix” yang dengan penuh harapan dapat memperbaiki masalah tadi… langsung aja ta jalankan…</p>
<p>Ntfsfix sukses berjalan dengan jeritan keberhasilan kalo udah berhasil di perbaiki… dan aku pun mencoba untuk mendelete file yang ogah di delete tadi…</p>
<p>TETEP ENGGA SUKSES! JERITAN YA SAMA MASIH BERGEMA!</p>
<p>Tampaknya ntfsfix ini engga menjalankan tugasnya dengan sempurna… terpaksa gw menggunakan tools yang laen… “ntfsresize”… masih satu paket dari “ntfsprogs” tadi… cuman tools ini sebenernya untuk me-resize ukuran partisi… tapi bisa juga di gunakan untuk sekedar mengecek integritas partisi… caranya… pake perintah…</p>
<blockquote><p>ntfsresize –fi [device harddisk]</p>
</blockquote>
<p>Kalo ngga tau device hardisk mu yang mana coba di list dulu pake perintah…</p>
<blockquote><p>fdisk -l</p>
</blockquote>
<p>Seperti pada gambar dibawah ini</p>
<p align="center"><a href="http://satrioaja.files.wordpress.com/2009/05/cek_ntfs1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="cek_ntfs1" border="0" alt="cek_ntfs1" src="http://satrioaja.files.wordpress.com/2009/05/cek_ntfs1_thumb.png?w=242&#038;h=209" width="242" height="209"></a> <a href="http://satrioaja.files.wordpress.com/2009/05/cek_ntfs2.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="cek_ntfs2" border="0" alt="cek_ntfs2" src="http://satrioaja.files.wordpress.com/2009/05/cek_ntfs2_thumb.png?w=242&#038;h=165" width="242" height="165"></a> </p>
</p>
<p>Sayangnya “ntfsresize” cuman bisa ngecek aja… tapi ngga bisa dibenerin… ngga bisa di fix… ya udah otomatis… pake chkdsk /f nya windows… huh!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Take files from Corrupted file system in hardy]]></title>
<link>http://navaspot.wordpress.com/2009/04/05/repair-corrupted-file-system-in-hardy/</link>
<pubDate>Sun, 05 Apr 2009 09:28:15 +0000</pubDate>
<dc:creator>Navaneethan</dc:creator>
<guid>http://navaspot.wordpress.com/2009/04/05/repair-corrupted-file-system-in-hardy/</guid>
<description><![CDATA[File System Check on your system fsck command using to check ur file system unmount the file system ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>File System Check on your system</p>
<p><strong>fsck</strong> command using to check ur file system</p>
<p>unmount the file system which you want to check</p>
<p>Take system down to runlevel one</p>
<p><strong># init 1</strong> //superuser  mode</p>
<p>Unmount file system, for example if it is <strong>/home (/dev/sda2</strong>) file system then type command:</p>
<p><strong># umount /home           or            # umount /dev/sda2 </strong>then</p>
<p><strong># fsck /dev/sda2 </strong>then</p>
<p><strong># fsck.ext3 /dev/sda2</strong> //if your sda2 is ext3</p>
<p>if any files recovered then they found in <strong>/home/lost+found</strong> directory</p>
<p><strong># mount /home </strong> //mount which you did unmount</p>
<p>#<strong> init 3 </strong> // goto multiuser mode</p>
<p><span style="text-decoration:underline;">If you have any doubt regarding this please clarify and you have to do the above instruction carefully else you will be losing all your important data</span></p>
<p><em>Thanks to debian blogs </em></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
