Hello Punky-san, Please allow me to answer my own question against [Voyage-linux Digest, Vol 124, Issue 5]. 'mount error(13): Permission denied' seems to be caused by default security type of MuBox DAC2 Kit.
By adding ' -osec=ntlmv2' parameter in the command line, the error disappears. I don't know the meaning though! So the command line should look like this now: # mount -t cifs -o ro -o iocharset=utf8 -o sec=ntlmv2,username=hoge,password=hoge //192.168.0.161/share/music /var/lib/mpd/music The reason why I need this command is that I shut down my NAS at night time and when I power on Voyage Mubox at such time by mistake, Mubox freezes at startup. Instead crontab shell polls NAS and if it's alive ,the shell issues mount command. This is all about. Regards, Haruto Iba On Tue, 07 Apr 2015 12:00:01 +0800 [email protected] wrote: >Send Voyage-linux mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://list.voyage.hk/mailman/listinfo/voyage-linux >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Voyage-linux digest..." > > >Today's Topics: > > 1. MuBOX Respberry Pi 2 cifs error related (Haruto Iba) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Tue, 07 Apr 2015 01:59:12 +0900 >From: Haruto Iba <[email protected]> >To: [email protected] >Subject: [Voyage-linux] MuBOX Respberry Pi 2 cifs error related >Message-ID: <[email protected]> >Content-Type: text/plain; charset="US-ASCII" > >Hello, Punky-san, > >This may overrup with former 'cifs error' Vol 124, issue 3 & 4, >the following command generates error and it won't disappear. > >------------------------------------------------------------------------------------- ># mount -t cifs -o ro -o iocharset=utf8 -o username=hoge,password=hoge >//192.168.0.161/share/music /var/lib/mpd/music -o rsize=8192,wsize=4096 >mount error(13): Permission denied >Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) >------------------------------------------------------------------------------------- >Strangely enough, this command works fine with my ALIX. > >Your help is very much appreciated. >Thank you. > >Haruto Iba > > > > >------------------------------ > >Subject: Digest Footer > >_______________________________________________ >Voyage-linux mailing list >[email protected] >http://list.voyage.hk/mailman/listinfo/voyage-linux > > >------------------------------ > >End of Voyage-linux Digest, Vol 124, Issue 5 >******************************************** -- Haruto Iba <[email protected]> _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
