Bug 98050

Summary: Cannot mount NTFS images using Disk Image Mounter
Product: udisks Reporter: 7qia0tp02
Component: operationsAssignee: Martin Pitt <martin.pitt>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description 7qia0tp02 2016-10-05 02:44:27 UTC
Problem is described here:

http://askubuntu.com/questions/832794/cant-mount-partition-image-ntfs-3g-mount-mount-failed-permission-denied

I created an image using the Disks tool, and then tried to mount it with Disk Image Mounter, and it asks for a password twice, but fails with the error:

Unable to mount OLD SYSTEM_DRV

Error mounting /dev/loop1 at /media/endolith/OLD SYSTEM_DRV: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/loop1" "/media/endolith/OLD SYSTEM_DRV"' exited with non-zero exit status 21: ntfs-3g-mount: mount failed: Permission denied

If I use a command like 

sudo mount -t ntfs -o loop "Disk Image.img" /mnt/SYSTEM_DRV

it works fine.

This is Ubuntu 16.04.1
Comment 1 7qia0tp02 2016-10-05 02:46:23 UTC
more exactly, I used 

    mkdir /mnt/SYSTEM_DRV
    sudo mount -t ntfs -o loop "Disk Image.img" /mnt/SYSTEM_DRV
Comment 2 7qia0tp02 2016-10-05 02:51:07 UTC
or even more exactly

    sudo mkdir /mnt/SYSTEM_DRV
    sudo mount -t ntfs -o loop "Disk Image.img" /mnt/SYSTEM_DRV

and this is in MATE environment

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.