Search found 4 matches

by Soundchaser
11 Jul 2025, 19:44
Forum: Help
Topic: Error Code 5: Access denied [DirReaderPlus]
Replies: 15
Views: 9153

Re: Error Code 5: Access denied [DirReaderPlus]

To see if you have any hidden chkdsk folders run this:

Get-ChildItem <driveLetter>:\ -Force first
by Soundchaser
11 Jul 2025, 19:43
Forum: Help
Topic: Error Code 5: Access denied [DirReaderPlus]
Replies: 15
Views: 9153

Re: Error Code 5: Access denied [DirReaderPlus]

Right... It was the hidden remnants of the chkdsk found folder.

This powershell command cleared them up and now FFS is working again.

Get-ChildItem -Path "<driveLetter>:\" -Force |
Where-Object { $_.Name -like "found.*" -and $_.PSIsContainer } |
Remove-Item -Recurse -Force
by Soundchaser
11 Jul 2025, 19:19
Forum: Help
Topic: Error Code 5: Access denied [DirReaderPlus]
Replies: 15
Views: 9153

Re: Error Code 5: Access denied [DirReaderPlus]

I'm now experiencing this too.

A drive I regularly sync now comes up with this.

Interestingly, I was in the process of ejecting it from my laptop, when the laptop said it was in use. But no apps were open/running. So I power cycled the laptop to disconnect.

When connecting to my PC ChkDsk said it ...
by Soundchaser
13 Dec 2021, 17:56
Forum: Help
Topic: Custom File Lists (m3u)
Replies: 2
Views: 919

Custom File Lists (m3u)

I use FFS to keep my music collection sync'd to a few external drives.

As a DJ, FFS has been awesome in making sure I have full replicas of my collection as a backup.

As things get more "digital". Sometimes I just need to turn up with a thumb drive of music ready to connect to the controller ...