eSATA HDDをCubox-i4につなげて音楽を楽しんでます。OSは最新のmuboxです。
音楽fileの更新をMacからおこないたいのですが smb://192.168.0.Xではつなげません。drag and dropで更新するにはどうしたら良いのでしょうか?
みなさまよろしくおねがいします。
akanmomaさん
Macを使っていないので、よく分からないのですが、「smb://192.168.0.X」はMac側のsamba接続を行うためのコマンドですか。だとするとmubox側でsambaサーバを立ち上げておく必要がありそうです。
Macだったらnfsを使った方が簡単のような気がするのですが、どうなのでしょうか。Mac使いの皆様のヘルプよろしくです。
yoさん
ありがとうございます。Macではふつうafpを使います。
たしかにcubox-i4 muboxではsambaサーバが動いてないと思います。
root@voyage-mubox:~# /etc/init.d/smbd restart
-bash: /etc/init.d/smbd: No such file or directory
インストールしようと思いましたが
root@voyage-mubox:~# apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package samba is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
samba-common
E: Package 'samba' has no installation candidate
root@voyage-mubox:/# apt-get install samba-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
samba-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
これでもsambaは動いてないのかつなげません。
nfs-commonというのはうごいているようですが
nfs://192.168.0.X でも接続できません。
akanmomaさん
Macは全然分からないので見当違いかもしれません。
>drag and dropで更新するにはどうしたら良いのでしょうか?
ということだけであれば、scpを使うのはどうでしょうか。
scpなら特に設定は不要です。
Macでwinscpみたいなソフトを探してみたところ、以下の様なソフトがあるようです。
http://nozawashinichi.sakura.ne.jp/usingmt/2009/12/macscpftpcyberduckok.html" target="_blank">http://nozawashinichi.sakura.ne.jp/usingmt/2009/12/macscpftpcyberduckok.html
akanmomaさん
> root@voyage-mubox:~# /etc/init.d/smbd restart
> -bash: /etc/init.d/smbd: No such file or directory
ということはsambaサーバがインストールされていないということだと思います。となると
apt-get install samba
がうまくいかないという点が謎です。クライアント機能を含むsamba-commonはインストールされているようですが、これが邪魔してサーバ機能をインストールできなくしているのですかね。
僕の環境(NewAlix VoyageMPD 0.9.2)で確認してみましたが、samba-commonがインストールされていて、sambaサーバはインストールされていないというのは同じですが、「apt-get install samba」は実行出来そうです(試してみて、インストール直前までいくことを確認しました)。
ということはmuboxのパッケージ管理の問題だと思います。同じvoyageなのに、何で差が出るのですかね。
nano /etc/apt/sources.list
はどうなっていますか。あと
apt-cache showpkg samba
の結果はどうなりますか。
tinkerさま
ありがとうございました。cyberduckでSFTP(SSHによる暗号化FTP)でHDDのファイルの書き換えができるようになりました。
yoさま
ありがとうございます。
nano /etc/apt/sources.list
は
deb http://ftp.jp.debian.org/debian" target="_blank">http://ftp.jp.debian.org/debian wheezy main
# Primary Debian Mirror Sites (http://www.debian.org/mirror/list" target="_blank">http://www.debian.org/mirror/list)
#deb http://ftp.at.debian.org/debian/" target="_blank">http://ftp.at.debian.org/debian/ wheezy main contrib non-free
#deb http://ftp.au.debian.org/debian/" target="_blank">http://ftp.au.debian.org/debian/ wheezy main contrib non-free
#deb http://ftp.ba.debian.org/debian/" target="_blank">http://ftp.ba.debian.org/debian/ wheezy main contrib non-free
以下おなじようなもの
root@voyage-mubox:/# apt-cache showpkg samba
Package: samba
Versions:
Reverse Depends:
samba-common,samba 3.0.20b-1
libwbclient0,samba 2:3.4.1
Dependencies:
Provides:
Reverse Provides:
です。
akanmomaさん
sambaサーバはインストールされていないようですね。
source.listは僕の環境では
deb http://ftp.jp.debian.org/debian/" target="_blank">http://ftp.jp.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.jp.debian.org/debian/" target="_blank">http://ftp.jp.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/" target="_blank">http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/" target="_blank">http://security.debian.org/ wheezy/updates main contrib non-free
# Primary Debian Mirror Sites (http://www.debian.org/mirror/list" target="_blank">http://www.debian.org/mirror/list)
#deb http://ftp.at.debian.org/debian/" target="_blank">http://ftp.at.debian.org/debian/ wheezy main contrib non-free
ですので多少差があります。
2行目から4行目を同じにしてinstall sambaが出来ないか試して頂けますか。
yoさま
/etc/apt/sources.list 書き換えましたが
やはりインストールできませんでした。
root@voyage-mubox:~# apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package samba is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
samba-common
E: Package 'samba' has no installation candidate
akanmomaさん
すでに実行済みかもしれないですが、installの前に以下を実行してください。
apt-get update
apt-get upgrade
tinkerさま
apt-get update
apt-get upgrade
後にインストールできました!
ありがとうございました。
ただrootとvoyageではログインできません。
どうしたらよいでしょうか?
akanmomaさん
> ただrootとvoyageではログインできません。
これはMacからsambaにログインできないという意味でしょうか。
であれば、/etc/samba/smb.confで共有ディレクトリを誰でもアクセスできるように(guest ok = yes)にすればいいと思います。
akanmomaさん
以下が参考になると思います(No.3446あたり)
http://mimizukobo.sakura.ne.jp/cgi-bin/read.cgi?mode=all&list=topic&no=3444" target="_blank">http://mimizukobo.sakura.ne.jp/cgi-bin/read.cgi?mode=all&list=topic&no=3444
Arch Linuxの例なのでsmb.confなどの設定後は
/etc/init.d/samba restart としsambaを再起動してください。