Thanks again for the help :) Seems it is permissions related as the server displays the contents of the folder no problem, but the clients don't:
[rd@rdcl1 ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 24G 3.8G 19G 17% / tmpfs 1.7G 76K 1.7G 1% /dev/shm /dev/sda3 115G 92M 109G 1% /home 10.0.0.130:/var/snd 1.8T 261G 1.5T 15% /var/snd [rd@rdcl1 ~]$ ls /var/snd ls: cannot open directory /var/snd: Permission denied [rd@rdcl1 ~]$ What's the best way to fix this? > Sent: Wednesday, August 21, 2019 at 4:13 PM > From: "Fred Gleason" <[email protected]> > To: "Gabriele Fergola" <[email protected]>, "David Henderson" > <[email protected]> > Cc: Rivendell-Dev <[email protected]> > Subject: Re: [RDD] Playback Problem > > On Wed, 2019-08-21 at 12:26 +0200, Gabriele Fergola wrote: > > in sheel try to simply do an "ls /var/snd" (without quote) > > or you can just execute "mount |grep snd" but in this case, u see > > only if it is mounted but not if it is accessible > > You can also get a list of all mounted filesystems by doing: > > df -h > > You should see an entry in the resulting list that looks something > like: > > w.x.y.z:/var/snd 980G 12G 908M 2% /var/snd > > Cheers! > > > |---------------------------------------------------------------------| > | Frederick F. Gleason, Jr. | Chief Developer | > | | Paravel Systems | > |---------------------------------------------------------------------| > | A room without books is like a body without a soul. | > | | > | -- Cicero | > |---------------------------------------------------------------------| > > _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
