LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Hide dots file with (wIn) Explorer on mounted Linux volumes (https://www.linuxquestions.org/questions/linux-general-1/hide-dots-file-with-win-explorer-on-mounted-linux-volumes-654027/)

sylvaticus 07-07-2008 03:53 AM

Hide dots file with (wIn) Explorer on mounted Linux volumes
 
hi there.. when I work on WinXP I mount linux ext3 volumes where hidden files are obviously those starting with a dot.
Does anyone know how to instruct Explorer on windows to hide them as well?? Is there any ini file or whatsoever it can be changed??

cheers,
sylvaticus

Clemente 07-07-2008 04:12 AM

Hi,

you give not much information about how you do the mounting... I assume, you use a samba server on linux side. If so, you can add
Code:

hide dot files = yes
to the share definition.

Share section in your smb.conf start with
Code:

[SHARENAME]
and last until next occurence of
Code:

[NEXTSHARENAME]
. Place above mentioned configuration line somewhere between.
Don't forget to reload the Samba server.

Clemente

colucix 07-07-2008 04:39 AM

If you don't use samba shares, I highly recommend Ext2IFS to mount linux partitions. Since version 1.11 it supports hidden dot files automatically.

sylvaticus 07-07-2008 05:23 AM

Quote:

Originally Posted by colucix (Post 3206389)
If you don't use samba shares, I highly recommend Ext2IFS to mount linux partitions. Since version 1.11 it supports hidden dot files automatically.

That's what I use. But it doesn't hide dotted files, and I didn't saw any option on such aspect.

EDITED:
It's stupid I am.. it was already marketed as hidden files, just got the option to not hide them in explorer.. never used hidden files on windows
Thank you for the hit...

alle_meije 03-30-2009 06:18 AM

Quote:

Originally Posted by sylvaticus (Post 3206431)
That's what I use. But it doesn't hide dotted files, and I didn't saw any option on such aspect.

EDITED:
It's stupid I am.. it was already marketed as hidden files, just got the option to not hide them in explorer.. never used hidden files on windows
Thank you for the hit...

Oohhh, thanks for that :)

Was having the same problem after setting my NFS linux home dir as "My Documents". I did not know that Windows uses the . to make files hidden!

AM


All times are GMT -5. The time now is 07:15 AM.