I'm setting up a Raspberry Pi 4 NAS (OS Lite 64) using OMV 6 and Plex.
Everything has gone perfect Disks, Filesystems, Users, Shared Folders ... until I needed to delete a few shared folders.
I knew from reading the forum that I needed to make sure nothing was referencing the shared folders so I went to Services and removed them from NFS and SMB which is the only places that I had added them. Then I went ahead and deleted the shared folders. Everything in OMV looks perfect. The deleted shared folders are gone. I see no evidence of them anywhere but when I look at the actual filesystem in the CLI these supposedly deleted shared folders are still there on my data drive. So I installed the Reset-Permissions Plugin so I could see what it would show as references to Shared Folders. It showed nothing as far as the deleted shared folders. They weren't there. Does this mean that OMV doesn't actually delete these folders in the physical filesystem? But rather just deletes references to them in its database? So, do I now need to go in and manually remove these deleted shared folders from the physical filesystem? ![]()
Gerry
pi@raspberrypi-nas:.../dev-disk-by-uuid-c137706e-ab7a-4840-82b4-bbc0e5540ecd $ ls -l
total 56
drwxrwsrwx 3 root users 4096 Apr 9 13:42 Config
drwxrwsrwx 7 root users 4096 Apr 9 13:18 Gerry
drwxrwsrwx 2 root users 4096 Apr 7 19:14 Movies
drwxrwsrwx 2 root users 4096 Apr 7 16:59 Music
drwxrwsrwx 5 root users 4096 Apr 9 13:15 Plex
drwxrwsrwx 2 root users 4096 Apr 7 16:58 TV
-rw------- 1 root root 6144 Apr 9 14:04 aquota.group
-rw------- 1 root root 8192 Apr 9 14:04 aquota.user
drwx------ 2 root root 16384 Apr 7 10:01 lost+found
The deleted shared folders are Movies, Music, and TV.
Only Config, Gerry, and Plex are now shown as Shared Folders in OMV.