Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Files visible with Krusader, but not with finder (SOLVED)

Featured Replies

Hi everyone, 

 

I recently decided to build myself a NAS and quit with all the external SSD. I went with Unraid and am currently in my trial period. Everything went smoothly, a nice learning curve and great videos from spaceinvader_one... until I finished copying all my external drives on my array. 

 

I configured my users and shares, and when I wanted to access some of the files on my computer (Mac OS Big Sur), I noticed that some of my folder are empty, while others, on the same share, appear and show content. I checked the SMB settings, everything seems to be fine; I checked the file system in maintenance mode, no problem; I restarted the array, and then the NAS; I "forced quit" finder, and relaunched my computer... Still the same folders are empty. I know the files are on the disk, as when I open the Krusader plugin in the webGUI, the files are present. I know it is not a problem with my shares, as I have access to some of the files on the shares via my MacBook, while others are missing. I checked the files names, and although some could pose a problem with SMB, I have more than 20 000 tracks in the "empty" folder, so if it was a problem with the name of the files, at least some of the files would appear. 

 

The share is "Music" (I have access to that share from my MacBook) - 3 folders are on that share : FLAC; music; musique - I can see the contents of the FLAC and musique folders; only the "music" one appears as empty. 

 

Could someone please help me? Being new to Unraid, I would love to really start using it and configure my music streamers and servers. 

 

Thank you in advance, 

 

Lucas

 

/ I attached some pictures of the folders I am talking about. 

Capture d’écran 2020-12-16 à 21.07.52.png

Capture d’écran 2020-12-16 à 21.08.21.png

Edited by Lu_G1

  • Author

Found the answer to the problem. Problem came from the indexing on the Macbook. Had to manually delete all the DS_store and ._ files stored on the unraid shares via the following script

 

#!/bin/bash

# Version .1 - remove .DS_Store files and ._* files

 

# ========================================================================== #

# Program Body                                                               #

# ========================================================================== #

echo "Removing .DS_Store and ._.DS_Store files"

find /mnt/disk1 -name .DS_Store -print -delete

find /mnt/disk1 -name "._*" -print -delete

 

I also vetoed all these files in the samba extra configuration

 

everything went back to normal and I can now access all of my files via the finder. 

Archived

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.