Re: mount -t smbfs の挙動
- Reply: ISHII : "Re: mount -t smbfs $B$N5sF0(B"
- In reply to: ISHII : "Re: mount -t smbfs $B$N5sF0(B"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Sep 2023 01:13:30 UTC
On Thu, 10 Aug 2023 22:34:06 +0900 ISHII <ev8csp@gmail.com> wrote: > 広島の石井です。 > > On Thu, 10 Aug 2023 20:13:21 +0900 > DCDC6D8D-3B11-442E-A4E5-B619FCE6E5B0@gmail.com : 内藤祐一郎 > <naito.yuichiro@gmail.com> wrote: > > > ja_JP.UTF-8 に統一すれば良いと思います。 > > 何度もお手数をおかけしてケアレスミスを見つけていただき感謝します。 > 今後一層精進します。 > これで、/etc/fstab に記載した記述が正しく働いている理由もわかりました。 > > ところで、青木 知明さんの、 > > On Thu, 10 Aug 2023 18:46:56 +0900 > 20230810184656.fbebd1cbbcb7e072c875f0ec@dec.sakura.ne.jp : Tomoaki AOKI > <junchoon@dec.sakura.ne.jp> wrote: > > > 古い記憶ですが、mount_smbfsで-Eオプションでcharset変換の > > 指定をしても上手くいかず、/root/.nsmbrcで指定したら機能した > > ため、以降、ずっとそのように運用しています。 > > この投稿で少し疑問だったことを思い出しました。 > /etc/nsmb.conf のことなんですが、man nsmb.conf には、 > Keyword Section Comment > A B C D > addr - + - - IP address of SMB server > charsets - + + + local:remote charset pair > nbns + + - - address of NetBIOS name server (WINS) > nbscope + + - - NetBIOS scope > nbtimeout + + - - timeout for NetBIOS name servers > password - - + + plain text or simple encrypted password > used to access the given share > retry_count + + - - number of retries before connection is > marked as broken > timeout + + - - SMB request timeout > workgroup + + + + workgroup name > > と書かれていて、/etc/nsmb.conf には、コメントとして、 > # keyword/section A B C D Comment > # > # addr - + - - IP address of SMB server > # charsets + + + + local:remote charset pair > # nbns + + - - address of NetBIOS name server (WINS) > # nbscope + + - - NetBIOS scope > # nbtimeout + + - - timeout for NetBIOS name servers > # password - - + + a plain text password used to access to the givenshare > # retry_count + + - - number of retries before connection marked as broken > # timeout + + - - SMB request timeout > # workgroup + + + + name of workgroup > > と書かれています。どちらが正しいと思います? > 私は、/etc/nsmb.conf のコメントが正しいと思います。小さいことですが・・・ > > ISHII <ev8csp@gmail.com> 青木@名古屋です。 時間が空いて申し訳ありません。 このあたり、/etc/以下に置かれるものの関係はあちこちにバラけがちで 探し難いのですが、 https://cgit.freebsd.org/src/blame/contrib/smbfs/examples/dot.nsmbrc →たぶんこれを基に構築されているので/etc/nsmb.confのコメントと一致 しています。 該当のcharsetsの行はcommit 34ffbc80d694で更新されて いて、当該commitを見ると https://cgit.freebsd.org/src/commit/contrib/smbfs/examples/dot.nsmbrc?id=34ffbc80d69446c64599a878a0a950c9e66f7bf5 →diffを見ると、変更前がman nsmb.confと同じになっています。 従って、man pageの方がこの変更に追従できていません。 コメントの方を信用されるのが吉と思います。 -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>