我有一個樹莓派,我試圖安裝一個遠程的samba共享,但我獲得了權限被拒絕的權限。在另一個安裝與同一命令相同的共享工作。Mount -t cifs適用於linux的一個版本,但不適用於另一個版本
樹莓派:
[email protected]:~# mount -t cifs //192.168.249.72/root /media/SS -o username=root,password=654321
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[email protected]:~# uname -a
Linux xbian 3.9.8+ #2 PREEMPT Tue Jul 2 17:38:12 CEST 2013 armv6l GNU/Linux
Ubuntu的:
[email protected]:~# mount -t cifs //192.168.249.72/root /media/SS -o username=root,password=654321
[email protected]:~# uname -a
Linux dakLinux 2.6.31-17-generiC#54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 i686 i686 GNU/Linux
這是一個核心問題或Linux版本的問題?有沒有辦法做到這一點?
嘗試檢查/ media和/ media/SS目錄的權限? –