My Lacie D2 NAS drive has an expansion USB slot to allow the total capacity of the drive to be increased.
When connected, the expansion USB drive appears as "Lacie (usb)" in the list of shares, when displayed with the NAS drive's web configuration page, with Public access right (according to the documentation it isn't possible to restrict access to the mounted USB drive). This share is also visible on the VU+ using Menu -> Setup -> System -> Network -> Network Browser. When I try to mount this share it appears in the list of mounted shares, with status Active, but Unmounted (an X is displayed on the mount icon).
When I logged onto the box using telnet, the LACIE (usb) share is not displayed when I execute the mount command.
At fiirst I thought that this was because of the space and open/close brackets in the share name, but the following commands are accepted:
root@vuduo:/# mkdir /media/net/lacieusbLACIED2
root@vuduo:/# mount -t cifs "//192.168.0.48/LaCie (usb)" /media/net/lacieusbLACIED2/
root@vuduo:/# mount
//192.168.0.48/LaCie (usb) on /media/net/lacieusbusbLACIED2 type cifs (rw,mand,relatime,sec=ntlm,unc=\192.168.0.48\LaCie)
root@vuduo:/# ls /media/net/lacieusbLACIED2
movies
Is there anything I might be doing wrong? I looked for the log files at /var/logs, but they weren't present.
I am able to access the USB share from windows machine, without needing to enter a username or password.
Can anyone help?
Edited by polomora, 4 November 2012 - 20:47.