私は 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 を使用することです。右クリックして、任意のフォルダーを世界中の誰とでも共有します。
もう 1 つの簡単で非常に安全な方法は、SSH と Nautilus のファイル ハンドラーの「ファイル/サーバーに接続」を使用することです。共有するフォルダーがあるマシンに、Ubuntu プログラム センター (技術オブジェクトとしてリストされています) から openssh-server をインストールする必要があります。
後者の方法は強力な暗号化を使用し、インターネット経由でフォルダーを共有する場合にも同じ手法を使用できます。
答え4
これはあなたが従うことができる簡単な記事です:
http://www.liberiangeek.net/2011/11/a-quick-way-to-share-folders-in-ubuntu-11-10-oneiric-ocelot/