Search

Unhandled error message: Error when getting information for file '/media/ntfs': Input/output error

On inserting a external drive or a pen drive which has is formatted as NTFS we might come across the error



One of the common causes of the error is faulty NTFS driver. So an update of the driver should help us in resolving the issue. For example we can get the latest NTFS driver from https://www.tuxera.com/community/open-source-ntfs-3g/

For example the latest driver is



Once you have downloaded the driver run the following commands to install it

Now if you insert the drive, it should work with out any errors.

I found this solution at



Checking for data validity in libreoffice spreadsheets

When entering data into the spread sheet, we might want at times to ensure that the data entered lies with in a specified range or is equal to certain number or value. To ensure this we can use the data validity option in libreoffice spreadsheet.

To enable data validity select the range of cells on which the validity needs to be applied. Then select the option validity option from data -> validity.

 photo data_validity_select.png

This will pop a menu as shown below.

 photo data_validity_select_menu.png

In the criteria tab the "allow" option will help we can chose the what type of numbers are valid. In the data option we can choose the what should be the value of the data i.e should it be greater than or lesser than a number etc, and the text field allows us to enter the maximum number to be allowed in the cells.

Let us say we want to allow "Whole numbers" which are "less than" 100, then the setting will be as shown below.

 photo data_validity_100.png

Now when ever we enter a value equal to greater than 100 in the selected range of cells we will get an error as shown below.

 photo data_validity_check.png

We can add a message next to the cells that have data validity enabled in them by selecting the input tab and entering a message that we wish to display next to the cells as shown below.

 photo data_validity_message.png

 photo data_validity_message_display.png