我是 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 install samba smbfs
這應該安裝您需要的軟體。然後重試右鍵單擊並共用選項。
答案2
- 打開軟體中心並
samba
從那裡安裝。見下圖。
- 安裝後啟動
samba
。您將看到如下所示的視窗。點擊+
圖示以新增共享。 - 或右鍵單擊資料夾並選擇
sharing options
答案3
最簡單的方法是使用 UbuntuOne。右鍵單擊並與世界上的任何人共享任何資料夾。
另一種簡單且非常安全的方法是在檔案處理程式 Nautilus 中使用 SSH 和「檔案/連接到伺服器」。在具有要共用的資料夾的電腦上,您必須從 Ubuntu 程式中心安裝 openssh-server(其列為技術物件)。
後一種方法使用強加密,您可以使用相同的技術透過 Internet 共用資料夾。