Monday, January 25, 2016

mount issue on Linux

Issue: Not mounting the mount point. /mnt

Solution : Check for Service port running.

Service portmap status
Service portmap start
Service portmap stop


(OR)

mount -l /mnt

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...