Hi, yesterday I downloaded the source code for my new kernel and proceeded to compile it. My FreeBSD 9.0 machine mounts automatically a smbfs filesystem, but there was a problem. Everytime I used [CMD=]mount[/CMD] or [CMD=]mount_smbfs[/CMD]:
After reading some information, I found this:
http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS
So, I added the option
to my kernel configuration and compiled it again. Now my PC can mount the smbfs filesystem but displays:
Is there another type of filesystem for a Samba share?
Code:
# vfs_domount_first: Mounting non-MPSAFE fs (smbfs) is disabled
After reading some information, I found this:
http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS
So, I added the option
Code:
VFS_ALLOW_NONMPSAFE
Code:
# vfs_domount_first: Mounting non-MPSAFE fs (smbfs) is deprecated
Is there another type of filesystem for a Samba share?