Recent content by meltyblood

  1. M

    Unable to mount CIFS share - Not a directory

    That's right, although there is a mount.cifs tool that allows you to use my command.
  2. M

    Unable to mount CIFS share - Not a directory

    I use a set of scripts I've written to mount CIFS. The command generated is essentially: 'mount.cifs //PC_IP_ADDRESS/SHARED_FOLDER /mnt/cifs/MOUNTDIR -o user=USERNAME,pass=PASSWORD'. Remove USERNAME and/or PASSWORD if you don't happen to have one.
  3. M

    Unable to mount CIFS share - Not a directory

    Try entering this: echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled then mount with CIFS. It worked on my OpenWrt router.
Top