Page 1 of 1

[SOLVED] Mageia 4 udisk problem

PostPosted: Mar 9th, '14, 18:30
by daniewicz
Fresh install of 64 bit mageia 4 with kde. I am seeing this in my logs:

localhost udisksd[2868]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/WDC_WD2500JD_00GBB0_WD_WMAEP1814847:
Error updating SMART data: sk_disk_smart_status: Input/output error (udisks-error-quark, 0)

The desktop computer has two Seagate SATA drives and one WD PATA drive. The error reported above refers to the PATA drive. I do not have errors for the SATA drives. All drives appear to be working fine.

Any suggestions?

Re: Mageia 4 udisk problem

PostPosted: Mar 9th, '14, 21:36
by doktor5000

Re: Mageia 4 udisk problem

PostPosted: Mar 10th, '14, 02:01
by daniewicz
All of those links refer to libatasmart. My mageia 4 install does not have this package installed (although it is available in the repositories). With the default installation I have udisks2 installed which apparently does not require libatasmart.

Re: Mageia 4 udisk problem

PostPosted: Mar 10th, '14, 07:24
by jkerr82508
Since you have a 64 bit system the package is named lib64atasmart4, which is required by udisks2.

Jim

Re: Mageia 4 udisk problem

PostPosted: Mar 10th, '14, 16:35
by daniewicz
Thanks Jim!

I will study the links provided. :oops:

Re: Mageia 4 udisk problem

PostPosted: Mar 15th, '14, 18:05
by daniewicz
I found an alternate workaround here (http://www.linuxquestions.org/questions ... 175486386/)

I installed smartmontools and to disable polling of the drive in question (sdb) ran the following after temporarily disabling udisks2:
#smartctl -s off /dev/sdb