March 1, 201610 yr Hello. Having a bit of trouble deleting a share that is on my cache from a docker (Plex). When I go to the share in windows and try to delete it, it goes threw the deleting process, but the files remain. Does the whole green deleting bar and everything. They just wont go away. Structured as: Cache (Actual cache drive) -Dockers (First Folder) --Plex Media Server (Sub folder) ---"Files I want to delete" (Files) Not the best in the CLI. But I tried -rm -rf /mnt/cache/Dockers/Plex Media Server/ and get a no directory found. Latest unRaid. If anyone knows the proper input please let me know. I don't need anything in the Plex folder. Trying to clean it out for a fresh install. But would like to keep the other docker shares. Thanks, Kenneth.
March 1, 201610 yr Community Expert Did you remember to either put quotes around the path or escape the spaces with backslash? I always find that using tab to auto-complete partial filenames makes this easier.
March 1, 201610 yr Author Can you give an example with slashes. Was wondering if the spaces were giving me troubles. I did do "rm -rf /mnt/cache/Dockers/Plex Media Server" and got no directory found.
March 1, 201610 yr Can you give an example with slashes. Was wondering if the spaces were giving me troubles. I did do "rm -rf /mnt/cache/Dockers/Plex Media Server" and got no directory found. Plex\ Media\ Server
March 2, 201610 yr Can you give an example with slashes. Was wondering if the spaces were giving me troubles. I did do "rm -rf /mnt/cache/Dockers/Plex Media Server" and got no directory found. itd be rm -rf "/mnt/cache/Dockers/Plex Media Server" but the right way is rm -rf /mnt/cache/Dockers/Plex\ Media\ Server
Archived
This topic is now archived and is closed to further replies.