• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mounting local stuff in Linux

joejld1

Member
Hi

have a problem with mounting in linux

I created 2 folders
/aaa
/bbb

i try to do a mount of /bbb on /aaa:
#mount 127.0.0.1:/bbb /aaa
i get this
"mount: 127.0.0.1:/bbb failed, reason given by server: Permission denied"

I've done some research on it, and one suggestion was to check /etc/hosts to make sure that the <server> is pointing locally, it is
any other suggestions?


thanks for any help🙂
 
Back
Top