Bug 882631 - error "Didn't find entry to remove (udisks-error-quark, 0)"
Summary: error "Didn't find entry to remove (udisks-error-quark, 0)"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-disk-utility
Version: 18
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: David Zeuthen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-02 12:09 UTC by Gwendal
Modified: 2013-03-06 04:09 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-04 15:46:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Image corresponding to my second step to reproduce (70.86 KB, image/png)
2012-12-02 12:09 UTC, Gwendal
no flags Details
Image corresponding to my fourth step to reproduce (42.34 KB, image/png)
2012-12-02 12:10 UTC, Gwendal
no flags Details
Error that pops (65.51 KB, image/png)
2012-12-02 12:10 UTC, Gwendal
no flags Details

Description Gwendal 2012-12-02 12:09:35 UTC
Created attachment 655934 [details]
Image corresponding to my second step to reproduce

Description of problem:

gnome-disks can't edit the mount properties of the unique partition (sdb1) of one of my disks. Yet, it works perfectly for a partition of another of my disks (sda5).

When trying to change mount properties of this partition, I have this error :
"Didn't find entry to remove (udisks-error-quark, 0)"

Which is weird, as my fstab looks okay to me:
-------------------------------------------------
#
# /etc/fstab
# Created by anaconda on Wed Nov 28 19:01:14 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=7fc7b844-275c-43b3-a5f7-9f507f121b58 / ext4 defaults 1 2
UUID=8008b77b-527f-4e36-b10c-d379d303385c /boot ext4 defaults 1 2
/dev/sdb1 /mnt/Games ntfs  0 0
/dev/sda5 /mnt/Data ntfs 0,x-gvfs-show 0 0
-------------------------------------------------


Version-Release number of selected component (if applicable):
Nom                 : gnome-disk-utility
Architecture        : x86_64
Version             : 3.6.1
Révision            : 1.fc18
Taille              : 4.6 M
Dépôt               : installed
Depuis le dépôt     : koji-override-0


How reproducible: I don't know exactly, but the error appears systematically on my system.


Steps to Reproduce (on my system):
1. Open Disks
2. Go to the partition (sdb1 in my case)
3. Choose "change mount options"
4. Change something and validate
5. Enter root password as required and validate
  
Actual results:
The error appears.

Expected results:
The fstab file to be changed accordingly.

Additional info:
Don't hesitate to ask for more information.

Comment 1 Gwendal 2012-12-02 12:10:19 UTC
Created attachment 655935 [details]
Image corresponding to my fourth step to reproduce

Adding another screenshot.

Comment 2 Gwendal 2012-12-02 12:10:55 UTC
Created attachment 655936 [details]
Error that pops

Adding a last screenshot

Comment 3 David Zeuthen 2012-12-04 15:46:08 UTC
I guess this is because this line

> /dev/sdb1 /mnt/Games ntfs  0 0

is malformed - there are only five fields and there is supposed to be six. Try adding 'defaults' after 'ntfs' and before the first '0' and things will work.

Comment 4 Gwendal 2012-12-04 16:45:33 UTC
Wow, I feel really stupid... obvious mistake indeed... thanks!

And sorry for this useless bug report =x.


Note You need to log in before you can comment on or make changes to this bug.