<div><span style="color: rgb(51, 51, 0);"><font color="#000066">Hi all,</font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066">I am facing a problem related to the detection of file names in my pen drive which is formated in FAT32(VFAT) format.</font></span></div>
<div><span style="color: rgb(51, 51, 0);"><font color="#000066"><br></font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066">Below is the content of my /etc/fstab file after I insert my pen drive. Without that insertion, or after unplugging it the last line gets erased automatically by the fstab-sync program I guess.</font><font color="#000066"><br>
</font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066"><br></font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066"># This file is edited by fstab-sync - see &#39;man fstab-sync&#39; for details</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);">
</font></div><span style="color: rgb(51, 51, 0);"><font color="#000066">LABEL=/12 / ext3 defaults 1 1</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><font color="#000066">
</font><span style="color: rgb(51, 51, 0);"><font color="#000066">none /dev/pts devpts gid=5,mode=620 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><span style="color: rgb(51, 51, 0);"><font color="#000066">none /dev/shm tmpfs defaults 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);">
</font><font color="#000066">
</font><span style="color: rgb(51, 51, 0);"><font color="#000066">LABEL=/home1 /home ext3 defaults 1 2</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><span style="color: rgb(51, 51, 0);"><font color="#000066">none /proc proc defaults 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);">
</font><font color="#000066">
</font><span style="color: rgb(51, 51, 0);"><font color="#000066">none /sys sysfs defaults 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><span style="color: rgb(51, 51, 0);"><font color="#000066">/dev/hdc9 swap swap defaults 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);">
</font><span style="color: rgb(51, 51, 0);"><font color="#000066">LABEL=SWAP-sda9 swap swap defaults 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><font color="#000066">
</font><span style="color: rgb(51, 51, 0);"><font color="#000066">/dev/hda /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0</font></span><font color="#000066"><br style="color: rgb(51, 51, 0);"></font><div><span style="color: rgb(51, 51, 0);"><font color="#000066">/dev/sdc1 /media/PRATAP_8GB vfat pamconsole,exec,noauto,managed 0 0</font></span><font color="#000066"><br>
</font></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066"><br></font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066">I know the solution to my problem, when I do manually mount the pen drive adding another option &quot;</font></span><span style="color: rgb(102, 0, 0);"><font color="#000066">shortname=winnt</font></span><span style="color: rgb(51, 51, 0);"><font color="#000066">&quot; into the mount line. But I want thr hal demon to do that automatically for me with this option enabled. How can I do that?</font><font color="#000066"><br>
</font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066"><br></font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066">Thanks in advance..</font><font color="#000066"><br>
</font></span></div><div><span style="color: rgb(51, 51, 0);"><font color="#000066">Pandit</font><br></span></div>