在本地网络上共享文件夹

在本地网络上共享文件夹

我是 Ubuntu 新手,我在我的系统上安装了 Ubuntu 11.10。我想在本地网络上共享一个文件夹。我该怎么做?

我想通过右键单击来共享文件夹。当我这样做时,它说要安装 samba,当我尝试安装 samba 时,它显示一些在 ubuntu 服务器上找不到的文件。
在安装过程中,我得到了类似这样的错误

root@sys:~# sudo apt-get install samba

Reading package lists... 
Done
Building dependency tree       
Reading state information... 
Done 
The following extra packages will be installed:  
libwbclient0 samba-common smbclient 
Suggested packages:  openbsd-inetd inet-superserver smbldap-tools ldb-tools cifs-utils
The following NEW packages will be installed:  samba
The following packages will be upgraded: libwbclient0 samba-common smbclient
3 upgraded, 1 newly installed, 0 to remove and 372 not upgraded.
Need to get 23.3 MB of archives.
After this operation, 23.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
 libwbclient0 smbclient samba-common samba
Install these packages without verification [y/N]? y
Err http://np.archive.ubuntu.com/ubuntu/ oneiric-updates/main libwbclient0 i386 2:3.5.11~dfsg-1ubuntu2.1  404  Not Found
Err http://np.archive.ubuntu.com/ubuntu/ oneiric-updates/main smbclient i386 2:3.5.11~dfsg-1ubuntu2.1  Bad header line
Err http://np.archive.ubuntu.com/ubuntu/ oneiric-updates/main samba-common all 2:3.5.11~dfsg-1ubuntu2.1  404  Not Found
Err http://np.archive.ubuntu.com/ubuntu/ oneiric-updates/main samba i386 2:3.5.11~dfsg-1ubuntu2.1  404  Not Found 
Failed to fetch http://np.archive.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_3.5.11~dfsg-1ubuntu2.1_i386.deb  404  Not Found
Failed to fetch http://np.archive.ubuntu.com/ubuntu/pool/main/s/samba/smbclient_3.5.11~dfsg-1ubuntu2.1_i386.deb  Bad header line
Failed to fetch http://np.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common_3.5.11~dfsg-1ubuntu2.1_all.deb  404  Not Found
Failed to fetch http://np.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.5.11~dfsg-1ubuntu2.1_i386.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

答案1

由于右键单击对您不起作用,请打开终端窗口并输入以下命令:

sudo apt-get 安装 samba smbfs

这样应该就可以安装您需要的软件了。然后重试右键单击并共享选项。

答案2

  • 打开软件中心并samba从那里安装。参见下图。

桑巴

  • 安装启动后samba,您将看到如下所示的窗口。单击+图标以添加新共享。 在此处输入图片描述
  • 或者右键单击文件夹并选择sharing options

答案3

最简单的方法是使用 UbuntuOne。右键单击并与世界上任何人共享任何文件夹。

另一种简单且非常安全的方法是使用 SSH 和文件处理程序 Nautilus 中的“文件/连接到服务器”。在包含要共享的文件夹的计算机上,您必须从 Ubuntu 程序中心安装 openssh-server(它被列为技术对象)。

后一种方法使用强加密,您可以使用相同的技术通过互联网共享文件夹。

答案4

相关内容