software

Resolving “mount: wrong fs type” Error in Ext4 Linux File System

Ext4 or Fourth Extended file system is the latest release in long line of the Linux file system. It is the successor of Ext3 file system and has a number of powerful features. These features improve stability, integrity, consistency, performs, and security of your system. However, in some cases, your Ext4 file system volumes main become unmountable or inaccessible due to file system corruption. Such situations cause data loss and need Linux Data Recovery to be sorted out.

Damaged Disk Labels May Cause Data Loss in Linux

In Linux operating system, the hard drive volumes are mounted by the disk labels, in place of the device paths. It is a quite effective approach because the disk path and name can get changed when you boot your system and so can create a number of complications for your system. Therefore, the labels are assigned to Linux volumes so that they can mount at correct place. But in some situations, the disks can not be mounted and accessed due to disk label corruption and you come across critical data loss situations.

Improper Use of Fdisk and dd command May Cause Data Loss in Linux

The hard drives can be divided in one or more parts, known as partitions. The division of hard drive is described in partition table, stored in sector 0 of hard drive. Linux operating system requires at least one hard drive partition, namely for the root file system. It may use the swap files and swap partitions, however the latter are quite efficient. Thus, generally you may want second Linux hard drive partition devoted as the swap partitions. In some cases, improper use of hard drive management tools can cause data loss and need Linux Data Recovery to be sorted out.

Linux Data Recovery Through Ext3grep Utility

The Linux file systems are extremely powerful and they work great, particularly the Ext3 file system. It is an extremely robust and mature file system. The file system remains consistent even after a system crash or unexpected power failure. In such cases, you need not to perform long hard drive checks for repairing the file system. There is no possibility of disk fragmentation and a number of more advanced feature and direct deletion of files is one among them. When you delete a file, it is not moved to trash and you do not encounter any message box.

Resolving Linux Error 'The filesystem size (according to the superblock) is xxx...'

Linux Superblock is an important data structure of its file system. The Superblock comprises of basic information, like file system size, type, status (mounted or umounted) etc. The file system manager uses this information to maintain the file system. The file system size described in Superblock should match with the actual one or otherwise, the system will report the disk as corrupt. In such situations, it is essential that you have a suitable backup of your important data. The solution to such problems may compel you to delete stored data.

How to Fix “Read-only file system” Error in Linux?

File system is the most critical data structure of Linux operating system, which is responsible for organizing data on the hard drive. It ensures quick and easy accessing of your data from the disk. Linux uses file system entries to locate files on the hard drive and access them. But, in some cases, the Linux file system become read-only and you can not access data from your system. The system even refuse to boot up and you come across data loss scenarios. To retrieve lost data in such cases, Linux Data Recovery is required.

How to Fix 'Ext2-fs: group descriptors corrupted' Error in Linux?

In Linux operating system, the file system stores all critical information about files located on hard drive. Without file system, operating system can not located and access data from the hard drive as the operating system accesses file system pointer to locate data. Thus, for proper working of your system, the file system should remain free from corruption or any other problems. In the else case, you come across data loss situations and you need to go for Linux Data Recovery to extract data from the drive.

Getting notified when Debian repository updates

As a real Debian unstable addict, for a long time, I wanted to have real time notifications when upstream repository updates. So I can immediately check what's new and, time permitted, do the upgrade right away. Fortunately, I had some spare time few weeks ago that I invested in developing a neat script that you can find attached. This was also an exercise in using the GNOME notification mechanism. It's all quick and dirty, but it gets the job done well.

Let me also say that I know that there are GNOME applets that do the similar task, sitting in the tray and checking for updates. But for many reasons, I wanted my own solution. First of all, I don't like programs taking place in my GNOME panel (or system memory), when there's no pressing need for that. Second, I wanted much faster response. Finally, doing some perl scripting from time to time is good for one's karma.

debian-mirror v2.5 is out!

New version. Has full update for bzip2 files for the distributions that support it. Because debian-check & debian-export need to know about that, they have an additional parameter (distribution). The statefile is now also in the bzip2 format, check your helper scripts for all that changes before running them!

I have removed most of the system() calls thanks to File::Copy & File::Touch perl modules. There is also one important bugfix, in debian-mirror the new Packages file is now generated earlier so that you don't lose packages (ones that downloaded correctly) if debian-check runs just after the problematic run of debian-mirror (using stale Packages file and erroneously deleting just downloaded packages). Have fun!

debian-mirror v2.4 is out!

As of today, Debian has officialy obsoleted non-US support, the relevant packages have been merged into the official distribution. So I'm releasing the updated (simplified actually :)) version which everybody should use.

Syndicate content