Donc à la rentrée, 1 NAS supplémentaire, peut etre pour les tests ?
Dell OptiPlex GX280
pentium 4 à 3ghtz
1024 Ram
1X20 Go IDE + 1X160 Go

Moderators: velivole18, ernie, mtiburs










Code: Select all
n4f: HomeServer-500Go # ls -hal
total 32834
drwxrwxrwx 6 root wheel 1.0k Sep 3 12:56 .
drwxr-xr-x 5 root wheel 512B Sep 3 12:55 ..
drwxrwxrwx 3 kaos wheel 512B Jun 19 09:39 .recycle
drwxrwxr-x 2 root operator 512B Jun 19 09:36 .snap
-r-------- 1 root wheel 32M Jun 19 09:36 .sujournal
drwxrwxrwx 15 kaos wheel 2.0k Jul 4 19:33 02-Classic SciFi- old_school
drwxrwxrwx 12 kaos wheel 512B Jul 11 23:44 Sauvegardes Séries
n4f: HomeServer-500Go # Code: Select all
defaults write com.apple.finder AppleShowAllFiles 1 Code: Select all
defaults write com.apple.finder AppleShowAllFiles 0 






It could be the data has been set with hidden attribute. Possible solution would be to create a map drive on all of your Diskstation's share folder in Windows. Then run the cmd and these command:
1. Z: (if a share folder is assigned to Z drive)
2. attrib -s -h /S /D *.*
This will remove all hidden attribute.
or
On Mac client run the command:
Mount the folder by Finder(for example: GRAPHISME)
Open the terminal of Mac, and run the following command
chflags -R nohidden /Volumes/GRAPHISME/*


Code: Select all
chflags -R nohidden /mnt/HomeServer-500Go/.recycle/*Code: Select all
chflags -R nohidden /HomeServer-500Go/.recycle/*





