March 8, 201115 yr Strange thing is happening. I have Disk 8 on my unRAID server with about 150 files on it of all sizes on it. I see all the 150 files on my Mac but only can see 135 files on my Windows 7 PC. They are all in a directory names Movies. They was also all copied over from an external HD at the same time useing MC. I'm runinng XBMC for windows so my Win 7 PC will need to located these files. Any ideas?
March 8, 201115 yr Set Windows to show hidden/system files. Or change how SAMBA maps Hidden/System files. Or change the permissions of the files on the unRAID server: find /mnt/user/ -type d -exec chmod 0777 {} \; find /mnt/user/ -type f -exec chmod 0666 {} \; For more information see: http://lime-technology.com/forum/index.php?topic=6374.0
March 8, 201115 yr Author Set Windows to show hidden/system files. Or change how SAMBA maps Hidden/System files. Or change the permissions of the files on the unRAID server: find /mnt/user/ -type d -exec chmod 0777 {} \; find /mnt/user/ -type f -exec chmod 0666 {} \; For more information see: http://lime-technology.com/forum/index.php?topic=6374.0 Thanks Brit, I will try those tonight. However, why would it only do that to a few of the files and not to all?
Archived
This topic is now archived and is closed to further replies.