<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>307307</bug_id>
          
          <creation_ts>2012-09-24 07:28:08 +0000</creation_ts>
          <short_desc>NTFS drives are mounted as case sensitive file systems instead of case insensitive ones</short_desc>
          <delta_ts>2012-10-22 09:41:51 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>solid</product>
          <component>libsolid-udisks</component>
          <version>4.9.1</version>
          <rep_platform>Arch Linux</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Xwang">xwaang1976</reporter>
          <assigned_to name="Lukáš Tinkl">lukas</assigned_to>
          <cc>wilderkde</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1300007</commentid>
    <comment_count>0</comment_count>
    <who name="Xwang">xwaang1976</who>
    <bug_when>2012-09-24 07:28:08 +0000</bug_when>
    <thetext>When I mount NTFS usb external drive with the device notifier applet, the file system is mounted as a case sensitive one creating issues when the same hard disk is used in a Windows environment (the only reason I can see to use an NTFS partition is to share data between Linux and Windows).
The applet should mount NTFS via lowntfs -o windows_names -o ignore_case by default or, at least, leave the user the option to select if mounting NTFS as case sensitive or case insensitive system.

 

Reproducible: Always

Steps to Reproduce:
1. Attach an NTFS usb drive
2. Mount it with the device manager applet
3. Go to the mount folder and create two directories named test and Test respectively
Actual Results:  
Both directory are created

Expected Results:  
The second directory should not be created because, if system is case insensitive, as it is supposed to be in Windows, the directory whit the same name already exists.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1303918</commentid>
    <comment_count>1</comment_count>
    <who name="Xwang">xwaang1976</who>
    <bug_when>2012-10-07 12:27:41 +0000</bug_when>
    <thetext>As a workaround, I&apos;ve created a bash script named ntfs-3g.sh in /usr/bin, I&apos;ve made it executable and changed the actual links

mount.lowntfs-3g -&gt; lowntfs-3g
mount.ntfs -&gt; ntfs-3g
mount.ntfs-3g -&gt; ntfs-3g

to

mount.lowntfs-3g -&gt; lowntfs-3g
mount.ntfs -&gt; ntfs-3g.sh
mount.ntfs-3g -&gt; ntfs-3g.sh

The bash script contains the following lines:

#!/bin/bash

lowntfs-3g -o windows_names -o ignore_case $@</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1307646</commentid>
    <comment_count>2</comment_count>
    <who name="Xwang">xwaang1976</who>
    <bug_when>2012-10-20 13:00:33 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; As a workaround, I&apos;ve created a bash script named ntfs-3g.sh in /usr/bin,
&gt; I&apos;ve made it executable and changed the actual links
&gt; 
&gt; mount.lowntfs-3g -&gt; lowntfs-3g
&gt; mount.ntfs -&gt; ntfs-3g
&gt; mount.ntfs-3g -&gt; ntfs-3g
&gt; 
&gt; to
&gt; 
&gt; mount.lowntfs-3g -&gt; lowntfs-3g
&gt; mount.ntfs -&gt; ntfs-3g.sh
&gt; mount.ntfs-3g -&gt; ntfs-3g.sh
&gt; 
&gt; The bash script contains the following lines:
&gt; 
&gt; #!/bin/bash
&gt; 
&gt; lowntfs-3g -o windows_names -o ignore_case $@

The above workaround does not work as expected.
So the bug is confirmed as exposed above.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1308104</commentid>
    <comment_count>3</comment_count>
    <who name="Lukáš Tinkl">lukas</who>
    <bug_when>2012-10-22 09:41:51 +0000</bug_when>
    <thetext>Please report this bug to upstream udisks bugzilla at https://bugs.freedesktop.org/enter_bug.cgi?product=udisks</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>