Guess I got lucky the first time I mounted it then.<br />
<br />
mount -t cifs <options> is giving me the same error. <br />
<br />
Time do to more research I guess. Thanks.<br />
<br />
<br />
<br type="_moz" /><br><br><!--replyfwdwrap-->
<div style="background-image: url(/images/mail/fwdreplywrap.gif);background-position:top;background-repeat:repeat-x;" id="replyfwdwrap"><strong>----- Original Message -----</strong><br />
<strong>From:</strong> gwaugh@frontstreetnetworks.net<br />
<strong>To:</strong> blueonyx@donteague.com<br />
<strong>Sent:</strong> Sun, February 5, 2012, 12:24<br />
<strong>Subject:</strong> Re: [BlueOnyx:09525] Re: unknown filesystem type 'cifs'<br />
<br />
<div style="font-family:Arial;font-size:12px;">Don Teague wrote: <br />
> No ideas? <br />
>  <br />
>  <br />
>  <br />
>  <br />
>  <br />
> *----- Original Message -----* <br />
> *From:* blueonyx-bounces@mail.blueonyx.it <br />
> *To:* blueonyx-bounces@mail.blueonyx.it <br />
> *Sent:* Fri, February 3, 2012, 11:26 <br />
> *Subject:* [BlueOnyx:09517] unknown filesystem type 'cifs' <br />
>  <br />
> A few months ago I set up the following in my /etc/fstab file... <br />
>  <br />
> //172.18.10.171/storage        /mnt/filesrv   cifs   <br />
>  rw,username=xxxx,password=xxxx,domain=xxxx <br />
>  <br />
> I'm not an expert when it comes to mounting a file system, but if I <br />
> recall, all I did to mount it was "mount -a" <br />
>  <br />
> Well, when I do that, I get: <br />
> [root@localhost ~]# mount -a <br />
> mount: unknown filesystem type 'cifs' <br />
>  <br />
> I've got two 5108R's running, and both have the above line in <br />
> /etc/fstab. I did re-boot the machine in question last night, but I <br />
> can't figure out what would have caused the above error. <br />
>  <br />
> Any ideas? <br />
>   <br />
mount.cifs mounts a Linux CIFS filesystem. It is usually invoked <br />
indirectly by the mount(8) command when using the "-t cifs" option. This <br />
command only works in Linux, and the kernel must support the cifs <br />
filesystem. The CIFS protocol is the successor to the SMB protocol and <br />
is supported by most Windows servers and many other commercial servers <br />
and Network Attached Storage appliances as well as by the <br />
<br />
See <a href="http://linux.die.net/man/8/mount.cifs" target="_blank">http://linux.die.net/man/8/mount.cifs</a> <br />
<br />
--  <br />
Gerald</div>
</div>