Having a little trouble mounting a NAS with 2.05
The NAS is a WD MyCloud

On the Setup Network Disk Mount tab I have
192.168.1.100
MyCloud
CIFS

But cant get a mount.
So I tried 

Code:
--------------------
    sudo mount //192.168.1.100/MyCloud /mnt/mycloud -o password=
--------------------

But still no mount and reports of missing helper programs

Code:
--------------------
     wrong fs type, bad option, bad superblock on //192.168.1.100/MyCloud,
  missing codepage or helper program, or other error
  (for several filesystems (e.g. nfs, cifs) you might
  need a /sbin/mount.<type> helper program)
  
  In some cases useful info is found in syslog - try
  dmesg | tail or so.
  
--------------------


So

Code:
--------------------
    tce-load -iw cifs-utils.tcz
  
--------------------

And

Code:
--------------------
    sudo mount //192.168.1.100/MyCloud /mnt/mycloud -o password=
--------------------

Bingo I get a mount but no persistence after reboot of course.
I expect I can add my manual mount to /opt/bootlocal.sh and get
persistence but are sure I am just missing something obvious with your
neat web UI


------------------------------------------------------------------------
Bemused's Profile: http://forums.slimdevices.com/member.php?userid=65092
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to