在pxe安装过程中mount.cifs不受支持,但在重新启动后工作。 为什么?

我无法在pxe-unattended安装中添加AD。 问题是mount.cifs,一个脚本,它给了我pxe启动安装以下错误,工作2分钟后,重新启动后。

有没有人有关于这里发生的事情的想法?

谢谢。

################# expect: /usr/bin/expect /usr/share/man/man1/expect.1.gz ######################## Reading package lists... Building dependency tree... Reading state information... smbclient is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. mount: /bin/mount /sbin/mount.ntfs-3g /sbin/mount.fuse /sbin/mount.cifs /sbin/mount.lowntfs-3g /sbin/mount.smbfs /sbin/mount.ntfs-fuse /sbin/mount.ntfs /usr/share/man/man8/mount.8.gz /usr/share/man/man2/mount.2.gz /bin/mount /sbin/mount.cifs ################### spawn **mount.cifs //xx.xx.xx.xx/software /home/sysop/fs -o username=sccmdeploy Password: mount error: cifs filesystem not supported by the system mount error(19): No such device Refer to the mount.cifs(8) manual page (eg man mount.cifs)** (END) 

谢谢

试着看看这是否工作..

 modprobe cifs 

听起来像模块不会在您安装时加载?

其实在之前给我一个输出

 lsmod | grep cif 

之后

 lsmod | grep cif 

注意: Cif可能是模块的错误词。:P