Hi,<br>
<br>
I have a requirement of mounting an external usb with NTFS filesystem
and allowing restricting its access only to the console user(even
restricting access to a single group is fine). I am able to mount the
usb by using the fdi policy below which I got it from the Archwiki page. However, I want to restrict access to a single user or a group. Is there anything that I&#39;m
missing here. I did search on the internet, but couldn&#39;t find anything
in this regard. I am using RHEL 5.2 64 bit machine currently.<br><br>Plz help!!!<br>
<br><br>
fdi policy - <br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;!-- -*- SGML -*- --&gt;<br>
<br>
&lt;!-- This .fdi files makes sure that normal users are able to write<br>
        to a automatically mounted USB drive --&gt;<br>
<br>
&lt;deviceinfo version=&quot;0.2&quot;&gt;<br>
    &lt;device&gt;<br>
        &lt;match key=&quot;volume.fstype&quot; string=&quot;ntfs&quot;&gt;<br>
            &lt;match key=&quot;@block.storage_device:storage.hotpluggable&quot; bool=&quot;true&quot;&gt;<br>
                &lt;merge key=&quot;volume.fstype&quot; type=&quot;string&quot;&gt;ntfs-3g&lt;/merge&gt;<br>
                &lt;merge key=&quot;volume.policy.mount_filesystem&quot; type=&quot;string&quot;&gt;ntfs-3g&lt;/merge&gt;<br>
            &lt;/match&gt;<br>
        &lt;/match&gt;<br>
    &lt;/device&gt;<br>
&lt;/deviceinfo&gt;<br>
<br>
<br>
Thanks,<br>
Sumanth