<?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>Presshd.com &#187; Linux</title>
	<atom:link href="http://presshd.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://presshd.com</link>
	<description>Technology &#124; Gadget &#124; Electronic &#124; Hardware &#124; Software</description>
	<lastBuildDate>Tue, 31 Jan 2012 07:34:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Resolve Unexpected Inconsistency Error in Linux?</title>
		<link>http://presshd.com/how-to-resolve-unexpected-inconsistency-error-in-linux/</link>
		<comments>http://presshd.com/how-to-resolve-unexpected-inconsistency-error-in-linux/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:01:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Inconsistency]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Resolve]]></category>
		<category><![CDATA[Unexpected]]></category>

		<guid isPermaLink="false">http://presshd.com/how-to-resolve-unexpected-inconsistency-error-in-linux/</guid>
		<description><![CDATA[Linux is considered to be a reliable operating system due to the data security features it offers. But due to reasons like unexpected shutdown, a Linux filesystem might get corrupt and prevent you from accessing the data. When you turn on a Linux system, fsck runs if finds any errors on the disk. However, if [...]]]></description>
			<content:encoded><![CDATA[<p>Linux is considered to be a reliable operating system due to the data security features it offers. But due to reasons like unexpected shutdown, a Linux filesystem might get corrupt and prevent you from accessing the data. When you turn on a Linux system, <em>fsck </em>runs if finds any errors on the disk. However, if boot-time <em>fsck </em>cannot perform the desired repair task, it returns errors. To cope up with such problems, you might need to reinstall the operating system. You should use your backup to restore the lost data or scan the hard disk using Linux Data Recovery<strong> </strong>software.</p>
<p>For an instance, when you try to boot a Linux based system, it fails and gives the similar error:</p>
<p>&#8220;<em>/dev/sda5: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY</em></p>
<p><em>(i.e., without -a or -p options)&#8221;</em></p>
<p>You cannot access the data stored on your hard disk after this error message occurs.</p>
<p>Cause</p>
<p>Boot time &#8216;<em>Unexpected Inconsistency&#8217; </em>generally occurs due to filesystem defects. Your filesystem might be corrupted. Possible causes for such defects are:</p>
<p>·Improper system shutdown<strong>.</strong> For performance reasons, a Linux system performs filesystem buffering in its memory. The data written to the buffer memory is updated on the hard drive usually in every 30 seconds. The Linux filesystem might get damaged if an unexpected shutdown takes place while the write process is still running.</p>
<p>·Faulty hardware: A damaged hard disk controller or disk itself can eventually corrupt a file system.</p>
<p><strong>Solution </strong></p>
<p>Below are the steps that you need to undertake to solve the existing issue:</p>
<p>·Use Linux Rescue CD or installation disk to boot the system</p>
<p>·Execute the following command while making sure that the affected disk is not mounted:</p>
<p><em>e2fsck -f -c -y /dev/sda5</em></p>
<p>Ø<em>-f </em>option checks the filesystem even if it is appearing consistent</p>
<p>Ø<em>-c </em>options check the disk for bad sectors</p>
<p>Ø<em>-y </em>option answers &#8216;yes&#8217; to all the questions while making repair</p>
<p>·If <em>e2fsck </em>fails, you need to format the corrupted disk and reinstall Linux. Restore lost data from backup thereafter.</p>
<p>While the unavailability of valid backup, you need to use Linux Recovery<strong> </strong>applications to search and restore the lost data. <strong>Linux Data Recovery </strong>tools employ high-end scanning algorithms and are competent to recover data in all set of conditions of logical crash.</p>
<p>Stellar Phoenix Linux Data Recovery<strong> </strong>is a comprehensive data recovery utility that recovers and restores lost data from Ext2, Ext3 and ReiserFS filesystems. Designed to run safe scanning algorithms, this <strong>Linux Recovery </strong>tool provides options to restore data at safe location. The software is compatible with most of the Linux distributions.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="author-signature"> <strong>About Author</strong> <br />Andrew Watson a student of Mass Communication doing research on <a href="http://www.data-recovery-linux.com/"> Linux data recovery</a> software. He is also a freelancer for <a href="http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php">http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://presshd.com/how-to-resolve-unexpected-inconsistency-error-in-linux/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>How to Backup in Linux Using Mondoarchive Command</title>
		<link>http://presshd.com/how-to-backup-in-linux-using-mondoarchive-command/</link>
		<comments>http://presshd.com/how-to-backup-in-linux-using-mondoarchive-command/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 02:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mondoarchive]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://presshd.com/how-to-backup-in-linux-using-mondoarchive-command/</guid>
		<description><![CDATA[Data loss is a horrible reality and it may occur to any system, nevertheless of the hardware and system configuration. You can prevent such situations by creating a reliable and complete backup of your storage media. In Linux operating system, you can use mondoarchive command for this purpose. If you have a complete backup of [...]]]></description>
			<content:encoded><![CDATA[<p>Data loss is a horrible reality and it may occur to any system, nevertheless of the hardware and system configuration. You can prevent such situations by creating a reliable and complete backup of your storage media. In Linux operating system, you can use mondoarchive command for this purpose. If you have a complete backup of your data, you can prevent need of Linux Data Recovery in case of any mishap.</p>
<p>The mondoarchive command backups a subset of all your files, whole file system, or even the images of non-Linux file systems to tape, ISO images, CDs, or an NFS (Network File System) mount. In case of critical data loss situations, you would be able to easily restore all your data and information, taking your system from mere metal state to its original state if required.</p>
<p>This command-line utility provides following two parameters for different operations-</p>
<p>-O: With this parameter mondoarchive backs up entire file system to the CD, ISO image, tape or to NFS volume. A special boot CD or the boot floppies would be created to enable you to restore data from the bare metal if required.</p>
<p>-V: With this parameter mondoarchive command verifies backup against the live Linux file system. The option might be used in the combination with -O parameter for verifying the backup after its creation, or independently to check how much the live Linux file system has modified since backup was created.</p>
<p>You can call the mondoarchive command without flags for making this auto-detect as many configuration settings as possible, ask you for the rest and then create backup and verify the operating system or the subset thereof. <br />In order to restore data from backup, you can either run the mondorestore from command line or boot your system from emergency floppies/CD generated while backing up the data. The latter would prove helpful if gremlin wipes the drive.</p>
<p>In case if the backup gets damage or the backup media fails, you can not restore data from backup and need to opt for Data Recovery Linux. The Linux Recovery in such situations is possible through third-party applications. <br />The tools are known as Linux Data Recovery software. They use high-end scanning techniques to methodically scan the entire hard drive and retrieve all of the lost data. With rich graphical user interface and read-only conduct, the utilities are easy and safe to use.</p>
<p>Stellar Phoenix Linux Data Recovery is the most effective and advanced application for absolute recovery of all your lost data. It recovers data from Ext4, Ext3, Ext2, FAT32, FAT16, and FAT12 file system volumes. The software works well with all major distributions of Linux operating system including Fedora, Ubuntu, SUSE, Red Hat, and Debian.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="author-signature"> <strong>About Author</strong> <br />Allen Sood a student of Mass Communication doing research on Linux Data Recovery and <a href="http://www.data-recovery-linux.com/">linux recovery</a> software . He is also a freelancer for <a href="http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php">http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://presshd.com/how-to-backup-in-linux-using-mondoarchive-command/feed/</wfw:commentRss>
		<slash:comments>1342</slash:comments>
		</item>
		<item>
		<title>Force Leave Operation With Cman_tool Command Cause Data Loss in Linux</title>
		<link>http://presshd.com/force-leave-operation-with-cman_tool-command-cause-data-loss-in-linux/</link>
		<comments>http://presshd.com/force-leave-operation-with-cman_tool-command-cause-data-loss-in-linux/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:18:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cause]]></category>
		<category><![CDATA[Cman_tool]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Leave]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Loss]]></category>
		<category><![CDATA[Operation]]></category>

		<guid isPermaLink="false">http://presshd.com/force-leave-operation-with-cman_tool-command-cause-data-loss-in-linux/</guid>
		<description><![CDATA[In Linux operating system-based computer, the Cluster Management tool or Cluster Manager is used to manage the user nodes. This is a command-line or GUI tool, which works on one or multiple cluster nodes. It works together with the cluster management agent. It has various subsystems and CMAN is one of them.To manage the cluster [...]]]></description>
			<content:encoded><![CDATA[<p>In Linux operating system-based computer, the Cluster Management tool or Cluster Manager is used to manage the user nodes. This is a command-line or GUI tool, which works on one or multiple cluster nodes. It works together with the cluster management agent. It has various subsystems and CMAN is one of them.<br />To manage the cluster management subsystem CMAN, cman_tool program is used. But in case if you use incorrect command or switch with this utility, all cluster nodes may get affected and data loss situations arise. In order to retrieve data in these circumstances, Linux Data Recovery solutions are required.</p>
<p>The cman_tool could be used for joining the nodes to cluster, kill another cluster node, change value of the expected votes of cluster, and leave the cluster. You should be careful while using this application and must understand the consequences of commands issued through cman_tool. They might affect all the nodes in cluster. In most of the cases, this program is invoked by the shutdown and startup scripts. The cman_tool uses various subcommands, which include the following:</p>
<p>Join- It is the major use of the cman_tool. This utility instructs cluster manager to try to join the existing cluster or form a new cluster (if there is not existing cluster). If you do not give any option to the command, it would take cluster configuration information from Cluster Configuration System (CCS).</p>
<p>Kill- Tells the CMAN to kill another node in cluster. It would cause local node to send &#8220;KILL&#8221; message to the node and it would shut down. If the node had failed, recovery would occur.</p>
<p>Leave- Tells the CMAN to leave cluster. You can&#8217;t do it if the subsystems (like GFS and DLM) are active. You need to shutdown CLVM and dismount all the GFS</p>
<p>file systems before using the cman_tool leave. Before applying the force command with this option, you should create backup of all your valuable data as it might cause critical data loss situations and need Data Recovery Linux to handle it.</p>
<p>Linux Recovery is potential through powerful third-party applications, known as Linux Data Recovery software. They use extensive scanning techniques to thoroughly scan whole hard drive and extract all of your valuable data in most of the data loss situations. They have simple graphical user interface and thus do not need sound technical skills to retrieve data.</p>
<p>Stellar Phoenix Linux Data Recovery is an effective tool to ensure absolute recovery in the majority of data loss situations. It supports recovery from Ext4,Ext3, Ext2, FAT32, FAT16 and FAT12 file system volumes. The software works well with all major distributions of Linux including SUSE, Red Hat, Mandriva and Ubuntu.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="author-signature"> <strong>About Author</strong> <br />Allen Sood a student of Mass Communication doing research on <a href="http://www.data-recovery-linux.com/">Linux Data Recovery</a> software. He is also a freelancer for <a href="http://www.data-recovery-linux.com/">http://www.data-recovery-linux.com/</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://presshd.com/force-leave-operation-with-cman_tool-command-cause-data-loss-in-linux/feed/</wfw:commentRss>
		<slash:comments>456</slash:comments>
		</item>
		<item>
		<title>Incorrect Application of dd Command May Cause Data Loss in Linux</title>
		<link>http://presshd.com/incorrect-application-of-dd-command-may-cause-data-loss-in-linux/</link>
		<comments>http://presshd.com/incorrect-application-of-dd-command-may-cause-data-loss-in-linux/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 02:48:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Cause]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Incorrect]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Loss]]></category>

		<guid isPermaLink="false">http://presshd.com/incorrect-application-of-dd-command-may-cause-data-loss-in-linux/</guid>
		<description><![CDATA[In Linux computers, dd (data definition) command-line utility offers several advantages such as converting raw data or low-level copying of data from hard drive to any other storage media. The command is used to copy the file system and is capable of copying specified number of data blocks or bytes. Furthermore, this tool allows you [...]]]></description>
			<content:encoded><![CDATA[<p>In Linux computers, dd (data definition) command-line utility offers several advantages such as converting raw data or low-level copying of data from hard drive to any other storage media. The command is used to copy the file system and is capable of copying specified number of data blocks or bytes. Furthermore, this tool allows you to copy data blocks rearwards, so that in case of any problem in block at some point, data that is stored after and before string would be copied. But incorrect use of parameters in this command may lead to serious data loss situations and need Linux Data Recovery to be sorted out.</p>
<p>This is a useful command-line tool in Linux that helps you to carry out quick and easy recovery in case of any damage to your system and data loss. This command enables you to create image of even entire Linux volume and restore it in case of any damage. On new hard drive, target partition is created having same size and structure as of the failed one. Then this utility is used for copying data from source drive.</p>
<p>Although, the process of this command it quite safe and easy, but a minor mistake during operation might cause disastrous situations. Performing low-level operations on hard drive, if the &#8216;of&#8217; and &#8216;if&#8217; parameters are get reversed accidentally. This behavior of Linux operating system renders all of your valuable data inaccessible and cause data loss. At this point, you need to perform Linux Recovery by resolving it to access your valuable data.</p>
<p>You much also consider the block size that has to be copied. The cont=noerror, synchronization option that is used to copy data and files, ignores remainder of block and then replaces it with zero bytes. Thus if block size is large, complete Data Recovery Linux could not be guaranteed.</p>
<p>In such situations, you need to methodically scan the entire hard drive using powerful and advanced scanning algorithms. This is best possible using efficient and highly automated third-party Linux Data Recovery software.</p>
<p>The applications come equipped with simple and self-descriptive user interface and thus let you carry out recovery on your own, without demanding sound and prior technical skills. They are built-with read-only and non-destructive conduct and thus do not alter original data on the drive.</p>
<p>Stellar Phoenix Linux Data Recovery is the most effective solution for all your data loss problems. The tool recovers data from all Ext4, Ext3, Ext2, FAT12, FAT16 and FAT32 hard drive volumes. It works well with all major distributions of Linux operating systems including Fedora, Red Hat, Debian, SUSE and Ubuntu.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="author-signature"> <strong>About Author</strong> <br />Allen a student of Mass Communication doing research on <a href="http://www.data-recovery-linux.com"> linux recovery</a> software. He is also a freelancer for <a href="http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php">http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://presshd.com/incorrect-application-of-dd-command-may-cause-data-loss-in-linux/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Damaged /etc/mtab and /etc/fstab Cause Data Loss in Linux</title>
		<link>http://presshd.com/damaged-etcmtab-and-etcfstab-cause-data-loss-in-linux/</link>
		<comments>http://presshd.com/damaged-etcmtab-and-etcfstab-cause-data-loss-in-linux/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 21:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[/etc/fstab]]></category>
		<category><![CDATA[/etc/mtab]]></category>
		<category><![CDATA[Cause]]></category>
		<category><![CDATA[Damaged]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Loss]]></category>

		<guid isPermaLink="false">http://presshd.com/damaged-etcmtab-and-etcfstab-cause-data-loss-in-linux/</guid>
		<description><![CDATA[Linux file system is made up of several components and /etc/mtab and /etc/fstab are most important among them. For proper functioning of your file system and computer system, these data structures must be intact and in working state. Any damage to file system components may make it unusable and cause critical data loss situations. In [...]]]></description>
			<content:encoded><![CDATA[<p>Linux file system is made up of several components and /etc/mtab and /etc/fstab are most important among them. For proper functioning of your file system and computer system, these data structures must be intact and in working state. Any damage to file system components may make it unusable and cause critical data loss situations. In order to retrieve lost data in such situations, you need to opt for Linux Data Recovery using appropriate solutions.</p>
<p>The /etc/fstab (short form of file system table) is a significant directory of Linux operating system. This is a part of system configuration and it shows all of the available system hard disk, disk volumes and displays how they need to be integrated or initialized in Linux file system. It contains detailed description of various file systems and is generally read by the &#8216;fsck&#8217; and &#8216;mount&#8217; commands. Mount command determines the alternatives, which should be used when you mount any drive.</p>
<p>The /etc/mtab (contraction of mounted file systems table) is a Linux directory that lists all the mounted file systems on Linux system. Usually, this is in a predefined format and automatically modified when the mount command is executed to identify the current file system and how it is mounted (whether automatically or manually).</p>
<p>In case when these directories gets damaged, you might not access your data and need Data Recovery Linux to get your lost data back. At the time of corruption, you might encounter the below error message:</p>
<p>&#8220;Cannot read table of mounted file systems&#8221;</p>
<p>This error message cause critical situations of file and directory inaccessibility in Linux system.</p>
<p>Root of the problem</p>
<p>You might come across this behavior of Linux because of corruption to /etc/mtab or /etc/fstab directories. Due to corruption to these data structures, Linux file system can not be mounted and thus the hard drive volumes become inaccessible.</p>
<p>In all such cases, Linux Data Recovery come for your help. Recovery is best possible using powerful and advanced third-party Linux Recovery software. They employ advanced and effective scanning mechanisms to thoroughly scan the damaged hard drive and extract all of the lost data from it.</p>
<p>The tools have interactive and simple graphical user interface. Thus they do not require sound and prior technical skills to perform recovery. With read-only and non-destructive behavior, the applications are safe to use and do not change original data.</p>
<p>Stellar Phoenix Linux Data Recovery is the most excellent solution for most of the data loss situations. It works well with all Linux file systems including Ext4, Ext3, Ext2 and ReiserFS. The software is compatible with all major distributions of Linux operating system including SUSE, Kubuntu, Red Hat and Debian.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="author-signature"> <strong>About Author</strong> <br />Jonny a student of Mass Communication doing research on <a href="http://www.data-recovery-linux.com"> linux recovery</a> software. He is also a freelancer for <a href="http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php">http://www.data-recovery-linux.com/linux-ext2-ext3-reiserfs-recovery.php</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://presshd.com/damaged-etcmtab-and-etcfstab-cause-data-loss-in-linux/feed/</wfw:commentRss>
		<slash:comments>1280</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: presshd.com @ 2012-02-05 22:44:39 -->
