mount: unknown filesystem type 'cifs'

13,444

The mobule is probably not loaded.

sudo modprobe cifs

*updated with the module name

Share:
13,444

Related videos on Youtube

Andrew Rhyne
Author by

Andrew Rhyne

Software Developer at HealthTrust Software in Nacogdoches, TX. We provide high quality CRM SaaS to the medical industry, geared towards at home health and compliance.

Updated on September 18, 2022

Comments

  • Andrew Rhyne
    Andrew Rhyne over 1 year

    For some reason, I can mount my NAS using cifs as follows:

    sudo mount -t cifs //10.0.0.210/data -o username=xxxxxxxxxxxxx,password=xxxxxxxxxxx,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755 /mnt/nas
    

    But when I enter this into my fstab:

    //10.0.0.210    /mnt/nas   cifs  username=xxxxxxxxxxxxx,password=xxxxxxxxxxxxx,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755
    

    And I run this:

    sudo mount -a
    

    I get this:

    mount: unknown filesystem type 'cifs'
    

    Any help here would be awesome. Thanks

    • gosalia
      gosalia about 11 years
      I think you forgot to add /data in the fstab entry