Jump to content

Windows can't see linux created file on unRAID share


queeg

Recommended Posts

I'm doing this on unRAID via putty and then looking at that folder from Win7 64bit and the file isn't visible.  When I create a file in Win7 using exact same folders then it's visible on the linux side.  I even did chmod 777 on the file after copying it.  Why can't I see the linux created file from Win7? 

 

cp /etc/rc.d/rc.M /mnt/disk1

 

Link to comment

It has to do with how the 'extended' attributes of the files get mapped from Linux to Windows. In particular  how the Linux Group and Other 'executable' bit maps to Windows 'system' and 'hidden'. Try a different mode, like 666.

Link to comment

It has to do with how the 'extended' attributes of the files get mapped from Linux to Windows. In particular  how the Linux Group and Other 'executable' bit maps to Windows 'system' and 'hidden'. Try a different mode, like 644.

 

Thank you!!!  chmod 666 does the trick.  

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...