如何从Ubuntu访问Windows共享?


9

在Ubuntu 12.04和早期版本中,我可以从Nautilus作品轻松安装smbfs和运行smb://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共享?

Answers:


4

据我所知,cifs-utils现在已被替换

sudo apt-get install cifs-utils

也有一篇关于挂载Windows共享的不错的文章



By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.