Originally posted by: pocman85
Hi guys
I'm just new in this stuff. I've checked all Admin Guide and I'm not able to find how to delete a path not used anymore: I created a CIFS share called "test" with path \test. When I delete the CIFS share it doesn't apply to NAS FS, I still can see the \test. Please how can I get rid of that \test?
Regards
pocman85
Originally posted by: aappiah
Hi
It sounds like you have deleted the share however the folder still remains. Follow the steps below to delete the folder on the filesytems. First go to the following location on the SMU and use the SSHTERM client to log onto the system . Note you can also use an alternative client SSH client such as Putty.
“Home > SMU Administration > SSHTerm”
Once there log onto the system and select the EVS containing the filesysetm . For example if the EVS is named MYEVS run the command as follows.
“evssel MYEVS”
Next switch to the filesysetm containing the folder . For example if the filesysten is named MY-FILESYSTEM run the command as follows .
“selectfs MY-MYFILESYSTEM”
Once on the filesystem you can use the “cd” command to change directory and “ls” to provide a listing of the files and folders. To remove the folder run the command as follows
“rmdir test”
Hope this helps
Cheers Alfred