mounting local stuff in Linux

joejld1

Member
Oct 25, 2003
83
0
0
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:)