web-dev-qa-db-ja.com

UbuntuからWindows共有にアクセスする方法は?

Ubuntu 12.04以前のバージョンでは、Nautilusのsmbfssmb://server/shareを簡単にインストールできます。

しかし、12.10では、smbfsをインストールできません。ターミナルからインストールしようとすると、パッケージが廃止されていることがわかります:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package smbfs 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:
  cifs-utils

E: Package 'smbfs' has no installation candidate

12.10でWindows共有に簡単にアクセスするにはどうすればよいですか?

9
Cyberscooty

私の知る限り、今はcifs-utilsに置き換えられています

Sudo apt-get install cifs-utils

また、このニースと多少関連している 記事 Windows共有のマウントについてもあります。

4
rmq

ファイルが共有されている場合、ネットワークフォルダーの下に表示されます。 Sambaクライアントはデフォルトでインストールされます。

1

Smb4K またはコマンドライン smbclient を使用できます。両方ともUbuntu Software Centerからインストールできます。

0