<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Linux News And Info &#187; Error Message</title>
	<atom:link href="http://www.debianperu.org/archives/tag/error-message/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianperu.org</link>
	<description>Just Linux For You</description>
	<lastBuildDate>Sat, 11 Feb 2012 12:50:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright></copyright>
		<itunes:author></itunes:author>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>&#8216;Multiply Claimed Block&#8217; &#8211; Linux Error and Recovery</title>
		<link>http://www.debianperu.org/archives/779</link>
		<comments>http://www.debianperu.org/archives/779#comments</comments>
		<pubDate>Mon, 15 Nov 2010 09:56:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers And Technology]]></category>
		<category><![CDATA[Consistencies]]></category>
		<category><![CDATA[Error Message]]></category>
		<category><![CDATA[Inconsistencies]]></category>
		<category><![CDATA[Replay]]></category>
		<category><![CDATA[System Structure]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/779</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/11/linux28.jpg" class="thickbox no_icon" rel="gallery-779" title=""><img src="/wp-content/uploads/2010/11/linux28.jpg" title='' alt='' /></a></div>
<div>
<p>Linux supports file systems like Ext2, Ext3, ReiserFS etc. They follow hierarchical directory structure, where everything starts from a root directory that is represented by &#8216;/&#8217;. The root directory then expands into sub-directories. As compared to Ext2 file system, Ext3 and ReiserFS are less prone to corruption. It is because they both support file system journaling and can replay journal to recover from unexpected crashes. But in cases of severe corruption, you need to use tools like fsck to repair the file system or ultimately format the partition or volume.</p>
<p>To restore the lost data, you need to use an updated and valid data backup. But, if data backup itself gives errors or proves incomplete to deliver the required information, Linux Data Recovery tools can come to the rescue to recover your lost data. </div>
<p><a  href="http://www.debianperu.org/archives/779" class="more-link">Read more on &#8216;Multiply Claimed Block&#8217; &#8211; Linux Error and Recovery&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/11/linux28.jpg" class="thickbox no_icon" rel="gallery-779" title=""><img src="/wp-content/uploads/2010/11/linux28.jpg" title='' alt='' /></a></div>
<div>
<p>Linux supports file systems like Ext2, Ext3, ReiserFS etc. They follow hierarchical directory structure, where everything starts from a root directory that is represented by &#8216;/&#8217;. The root directory then expands into sub-directories. As compared to Ext2 file system, Ext3 and ReiserFS are less prone to corruption. It is because they both support file system journaling and can replay journal to recover from unexpected crashes. But in cases of severe corruption, you need to use tools like fsck to repair the file system or ultimately format the partition or volume.</p>
<p>To restore the lost data, you need to use an updated and valid data backup. But, if data backup itself gives errors or proves incomplete to deliver the required information, Linux Data Recovery tools can come to the rescue to recover your lost data. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/779/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Data Loss Due to Grub Corruption</title>
		<link>http://www.debianperu.org/archives/198</link>
		<comments>http://www.debianperu.org/archives/198#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Allocation Table]]></category>
		<category><![CDATA[Error Message]]></category>
		<category><![CDATA[Linux Tools]]></category>
		<category><![CDATA[Package Database]]></category>
		<category><![CDATA[Technical Experts]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/198</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux47.jpg" class="thickbox no_icon" rel="gallery-198" title=""><img src="/wp-content/uploads/2010/01/linux47.jpg" title='' alt='' /></a></div>
<div>When you run fsck on your Linux file system’s physical volume, sometimes you may encounter certain error messages. These error messages prevent you from accessing data from a particular volume.</p>
<p>In such situations, technical experts recommend to use ‘pacman’ tool to upgrade the kernel and reboot your system to complete the operation.</p>
<p>Pacman is a Linux tool that is used to manage the applications. It uses simple files in package format and organizes text-based package database. It is useful in adding, removing and upgrading packages in Linux system.</p>
<p>After updating the kernel, when you attempt to reboot the system, sometimes your system may get stuck during the boot process. In place of loading GRUB (Grand Unified Boot loader) and booting, your system just tries to process the required information, showing “loading GRUB” message.</p>
<p>In such situations, when you try to boot your system using floppy disk, you may encounter the following error message:</p>
<p>“ERROR: (device hda1): XT_GETPAGE: xtree page corrupt</p>
<p>ERROR: (device hda1): XT_GETPAGE: xtree page corrupt”</p>
<p>After this behavior, when you again run fsck, you encounter the following error message:</p>
<p>“Errors detected in Primary File/Directory Allocation Table.</p>
<p>File system object FF65726 linked as: /var/run/random-seed</p>
<p>File claims cross linked block(s).</p>
<p>Cannot repair FF65726.”</p>
<p>Subsequent execution of fsck also detects several errors but fails to fix them.</p>
<p>Cause</p>
<p>This problem generally occurs due to corrupted GRUB or file system of your Linux system. In both of these situations, to carry out Linux Recovery, you need to format your hard drive and install fresh copy of both these data structures.</p>
<p>Formatting may delete all of your stored data from hard drive and you need to go for third party Linux Recovery tools to get Linux Recovery done. These tools are very powerful and are able to perform  Data Recovery Linux in all situations of data loss.</p>
<p>Stellar Information Systems Limited, the leading data recovery company globally, provides Stellar Phoenix Linux Data Recovery. It is the finest and most promising Linux Recovery software. It supports  Linux Data Recovery from Ext2, Ext3 and ReiserFS file system based volumes. Phoenix Linux Recovery is compatible with most of Linux distributions.</p>
<p><em>By: <strong>shally spears</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/198" class="more-link">Read more on Linux Data Loss Due to Grub Corruption&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux47.jpg" class="thickbox no_icon" rel="gallery-198" title=""><img src="/wp-content/uploads/2010/01/linux47.jpg" title='' alt='' /></a></div>
<div>When you run fsck on your Linux file system’s physical volume, sometimes you may encounter certain error messages. These error messages prevent you from accessing data from a particular volume.</p>
<p>In such situations, technical experts recommend to use ‘pacman’ tool to upgrade the kernel and reboot your system to complete the operation.</p>
<p>Pacman is a Linux tool that is used to manage the applications. It uses simple files in package format and organizes text-based package database. It is useful in adding, removing and upgrading packages in Linux system.</p>
<p>After updating the kernel, when you attempt to reboot the system, sometimes your system may get stuck during the boot process. In place of loading GRUB (Grand Unified Boot loader) and booting, your system just tries to process the required information, showing “loading GRUB” message.</p>
<p>In such situations, when you try to boot your system using floppy disk, you may encounter the following error message:</p>
<p>“ERROR: (device hda1): XT_GETPAGE: xtree page corrupt</p>
<p>ERROR: (device hda1): XT_GETPAGE: xtree page corrupt”</p>
<p>After this behavior, when you again run fsck, you encounter the following error message:</p>
<p>“Errors detected in Primary File/Directory Allocation Table.</p>
<p>File system object FF65726 linked as: /var/run/random-seed</p>
<p>File claims cross linked block(s).</p>
<p>Cannot repair FF65726.”</p>
<p>Subsequent execution of fsck also detects several errors but fails to fix them.</p>
<p>Cause</p>
<p>This problem generally occurs due to corrupted GRUB or file system of your Linux system. In both of these situations, to carry out Linux Recovery, you need to format your hard drive and install fresh copy of both these data structures.</p>
<p>Formatting may delete all of your stored data from hard drive and you need to go for third party Linux Recovery tools to get Linux Recovery done. These tools are very powerful and are able to perform  Data Recovery Linux in all situations of data loss.</p>
<p>Stellar Information Systems Limited, the leading data recovery company globally, provides Stellar Phoenix Linux Data Recovery. It is the finest and most promising Linux Recovery software. It supports  Linux Data Recovery from Ext2, Ext3 and ReiserFS file system based volumes. Phoenix Linux Recovery is compatible with most of Linux distributions.</p>
<p><em>By: <strong>shally spears</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Simpson is a freelancer for Stellar which offers <a  href="http://www.file-recovery-software.net/">file recovery software</a> and file recovery programs for different OS and file system.</p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Couldn&#8217;t mount…” Error Message while mounting Linux Operating System</title>
		<link>http://www.debianperu.org/archives/188</link>
		<comments>http://www.debianperu.org/archives/188#comments</comments>
		<pubDate>Sun, 10 Jan 2010 07:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Alternate Block]]></category>
		<category><![CDATA[Error Message]]></category>
		<category><![CDATA[Linux Data]]></category>
		<category><![CDATA[Malicious Software]]></category>
		<category><![CDATA[Optional Features]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/188</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux42.jpg" class="thickbox no_icon" rel="gallery-188" title=""><img src="/wp-content/uploads/2010/01/linux42.jpg" title='' alt='' /></a></div>
<div>HTML clipboard</p>
<p>Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.</p>
<p>In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.</p>
<p>Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:</p>
<p>“Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog &#8211; try dmesg &#124; tail or so”</p>
<p>After running dmesg tail, you encounter the below error message:</p>
<p>“Couldn&#8217;t mount because of unsupported optional features (2000200)”</p>
<p>After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.</p>
<p>Cause:</p>
<p>The main reason behind occurrence of the above error message is superblock corruption.</p>
<p>Resolution:</p>
<p>To resolve the problem and access all inaccessible data, you need to follow these steps:</p>
<p>1. Boot your system by using an alternate block by running the below command:</p>
<p>e2fsck -b 98304 /dev/hdb8</p>
<p>2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:</p>
<p>e2fsck -c /dev/hda8</p>
<p>-c parameter checks for the bad blocks</p>
<p>However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.</p>
<p>Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.</p>
<p>Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.</p>
<p><em>By: <strong>allen</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/188" class="more-link">Read more on “Couldn&#8217;t mount…” Error Message while mounting Linux Operating System&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux42.jpg" class="thickbox no_icon" rel="gallery-188" title=""><img src="/wp-content/uploads/2010/01/linux42.jpg" title='' alt='' /></a></div>
<div>HTML clipboard</p>
<p>Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.</p>
<p>In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.</p>
<p>Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:</p>
<p>“Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog &#8211; try dmesg | tail or so”</p>
<p>After running dmesg tail, you encounter the below error message:</p>
<p>“Couldn&#8217;t mount because of unsupported optional features (2000200)”</p>
<p>After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.</p>
<p>Cause:</p>
<p>The main reason behind occurrence of the above error message is superblock corruption.</p>
<p>Resolution:</p>
<p>To resolve the problem and access all inaccessible data, you need to follow these steps:</p>
<p>1. Boot your system by using an alternate block by running the below command:</p>
<p>e2fsck -b 98304 /dev/hdb8</p>
<p>2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:</p>
<p>e2fsck -c /dev/hda8</p>
<p>-c parameter checks for the bad blocks</p>
<p>However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.</p>
<p>Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.</p>
<p>Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.</p>
<p><em>By: <strong>allen</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Allen a student of Mass Communication doing research on <a  href="http://www.data-recovery-linux.com/"> data recovery linux </a> software. He is also a freelancer for <a  target="_blank" href="http://www.stellarinfo.com">http://www.stellarinfo.com</a> </p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/188/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“no Such File or Directory” Error in Linux</title>
		<link>http://www.debianperu.org/archives/152</link>
		<comments>http://www.debianperu.org/archives/152#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:27:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Error Message]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Incompatibility Issues]]></category>
		<category><![CDATA[Latest Version Of Linux Kernel]]></category>
		<category><![CDATA[Software Linux]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/152</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux24.jpg" class="thickbox no_icon" rel="gallery-152" title=""><img src="/wp-content/uploads/2010/01/linux24.jpg" title='' alt='' /></a></div>
<div>Sometimes when you try to install device drivers on your Linux system, you might fail to do it. It could be due to incompatibility of the operating system Kernel with your device driver or device.</p>
<p>To work around this issue, you need to install the latest version of Linux kernel. It may include ‘forcedeth’ patch, which is capable of resolving most of the incompatibility issues.</p>
<p>In some cases, after installing the latest version of Kernel, when you reboot the Linux system, you might face the following error message:</p>
<p>“fsck.ext2: No such file or directory while trying to open /dev/hda8. The super block could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system (and not swap or ufs or something else) then the super block is corrupt, and you might try running e2fsck with an alternate super block: e2fsck -b 8193 <device> fsck failed.”</p>
<p>After this error message, neither the system boots nor any file can be accessed.</p>
<p>Grounds of the issue</p>
<p>As stated in the error message, this problem generally occurs due to super block corruption or file system corruption.</p>
<p>è Super block and file system are two most important data structure of Linux system. Proper functioning of both these is required for ensuring effective working of the system.</p>
<p>After corruption, the operating system could not locate the file and thus can not retrieve it.</p>
<p>Resolution</p>
<p>To work around this problem, you need to install a fresh copy of super block and file system. It is possible through formatting of the hard drive and reinstallation of operating system.</p>
<p>Though, it will remove the errors but will also erase all the data stored on your hard drive. It is the worst scenario of data loss and needs Linux data recovery to get it fixed.</p>
<p>Linux data recovery is feasible with the application of third party Linux recovery software known as Linux data recovery software. Linux recovery software is easy to use and thus allow you to have simple and fast data recovery Linux.</p>
<p>Stellar Phoenix Linux Data Recovery is the most advanced Linux recovery software offered by the data recovery giant- Stellar. This data recovery Linux software works well in all data loss cases and allows Linux data recovery for all sorts of files.</p>
<p>Stellar Phoenix Linux Data Recovery software is powerful enough to carry out efficient scanning of entire hard drive and extract all lost data from it. The user interface of this software is very interactive and thus does not require any sound technical knowledge from users’ side.</p>
<p><em>By: <strong>Dereck J</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
<p></device></div>
<p><a  href="http://www.debianperu.org/archives/152" class="more-link">Read more on “no Such File or Directory” Error in Linux&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux24.jpg" class="thickbox no_icon" rel="gallery-152" title=""><img src="/wp-content/uploads/2010/01/linux24.jpg" title='' alt='' /></a></div>
<div>Sometimes when you try to install device drivers on your Linux system, you might fail to do it. It could be due to incompatibility of the operating system Kernel with your device driver or device.</p>
<p>To work around this issue, you need to install the latest version of Linux kernel. It may include ‘forcedeth’ patch, which is capable of resolving most of the incompatibility issues.</p>
<p>In some cases, after installing the latest version of Kernel, when you reboot the Linux system, you might face the following error message:</p>
<p>“fsck.ext2: No such file or directory while trying to open /dev/hda8. The super block could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system (and not swap or ufs or something else) then the super block is corrupt, and you might try running e2fsck with an alternate super block: e2fsck -b 8193 <device> fsck failed.”</p>
<p>After this error message, neither the system boots nor any file can be accessed.</p>
<p>Grounds of the issue</p>
<p>As stated in the error message, this problem generally occurs due to super block corruption or file system corruption.</p>
<p>è Super block and file system are two most important data structure of Linux system. Proper functioning of both these is required for ensuring effective working of the system.</p>
<p>After corruption, the operating system could not locate the file and thus can not retrieve it.</p>
<p>Resolution</p>
<p>To work around this problem, you need to install a fresh copy of super block and file system. It is possible through formatting of the hard drive and reinstallation of operating system.</p>
<p>Though, it will remove the errors but will also erase all the data stored on your hard drive. It is the worst scenario of data loss and needs Linux data recovery to get it fixed.</p>
<p>Linux data recovery is feasible with the application of third party Linux recovery software known as Linux data recovery software. Linux recovery software is easy to use and thus allow you to have simple and fast data recovery Linux.</p>
<p>Stellar Phoenix Linux Data Recovery is the most advanced Linux recovery software offered by the data recovery giant- Stellar. This data recovery Linux software works well in all data loss cases and allows Linux data recovery for all sorts of files.</p>
<p>Stellar Phoenix Linux Data Recovery software is powerful enough to carry out efficient scanning of entire hard drive and extract all lost data from it. The user interface of this software is very interactive and thus does not require any sound technical knowledge from users’ side.</p>
<p><em>By: <strong>Dereck J</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Derreck is a student of Mass Communication doing research on <a  href="http://www.stellarinfo.com">data recovery</a>. She is also a freelancer for <a  target="_blank" href="http://www.data-recovery-linux.com">http://www.data-recovery-linux.com</a></p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></device></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

