Bemused wrote: > 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
I have never needed cifs-utils to mount a cifs. You manual mount fails, as you are missing -t cifs in the mount line. I'm assuming that your share doesn't require a password, put a 1 in the username and password field. Those fields cannot be blank.... The web interface should show you the mount line used......does that look right. ------------------------------------------------------------------------ paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=105018 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
