Sorry, ich bin's nochmal ...
Ich hab das gerade testweise mal auf einer Kiste mit 4.5-
Release ausprobiert. Keine der Optionen ist im Kernel,
d.h. alles dynamisch. Ich habe leider (?) keinen SMB-Ser-
ver zum Testen, aber manuell die Module zu laden klappt
einwandfrei, und mount_smbfs versucht dann auch nicht, das
Modul erneut zu laden.
# lsvfs | grep smb
# kldstat | egrep smb\|lib
# kldload smbfs
# lsvfs | grep smb
smbfs 0 network
# kldstat | egrep smb\|lib
5 1 0xc430c000 1a000 smbfs.ko
6 1 0xc4327000 3000 libiconv.ko
7 1 0xc432b000 3000 libmchain.ko
# mount -t smbfs //foo(at)bar/baz /mnt
smbfs: can't get server address: syserr = Operation timed out
#
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 23 Feb 2002 - 18:38:28 CET