3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nautilusからairstationのNASに接続する方法

Posted at
  1. airstationに付属してるsmbのサーバ名を確認する

smbclientの中に下記コマンドが含まれています。

$ sudo smbtree

console
    WORKGROUP
	\\UbuntuPC		UbuntuPC server (Samba, Ubuntu)
		\\UbuntuPC\IPC$           	IPC Service (token-VPCEB2AFJ server (Samba, Ubuntu))
		\\UbuntuPC\print$         	Printer Drivers
	\\iMacPC        		iMac
	\\AE4CE678C3D2D2
		\\AE4CE678C3D2D2\IPC$           	IPC Service ()
		\\AE4CE678C3D2D2\storage2
		\\AE4CE678C3D2D2\storage

AE4CE678C3D2D2がairstationのsmbサーバ名です。

  1. nautilusから接続する

FIle -> サーバへ接続

  • サーバー情報
  • サーバー名:[ AE4CE678C3D2D2 ]
  • 種類:[ Windows 共有 ]
  • 共有する場所:[ storage2 ]
  • フォルダー: [ / ]
  • ユーザー情報
  • airstation側の設定次第

これで、nautilusの左サイドバーにAE4CE678C3D2D2 上のstorage2 が追加されて、接続できるようになる。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?