very good job. After many problems with the Lacie standard firmware, I'm stably running yours! :)
I just updated to firmware v12.1, but still I have an issue (also with previous versions).
I have a router (Netgear DGN2200v3) with an attached USB disk (Trekstore Sungoo) which I'd like to use as a backup area for my Lacie NS2.
So I went to the File-Share|Backup menu and selected ADD REMOTE SHARE.
From the menu, the share was already available, and I could easily just select it. It was called server="USB" and share="nasusb".
I entered the correct credentials for user and PW but I received this error:
Failed, Cannot mount the remote share : /mnt/remote_share_mount_dir/192.168.0.1-smb-nasusb
My NS2 is 192.168.0.149.
I can successfully mount the //USB/nasusb share from windows and also I could enter the SSH terminal in the NS2, and:
- Code: Select all
root@nas:/mnt/remote_share_mount_dir # ls -l
total 4
drwxrwxrwx 2 root root 4096 2012-07-15 17:56 192.168.0.1-smb-nasusb
root@nas:/mnt/remote_share_mount_dir # smbclient -L USB
Password:
Domain=[USB] OS=[Unix] Server=[Samba 3.0.22]
Sharename Type Comment
--------- ---- -------
ADMIN$ IPC IPC Service (USB)
IPC$ IPC IPC Service (USB)
nasusb Disk
Domain=[USB] OS=[Unix] Server=[Samba 3.0.22]
Server Comment
--------- -------
Workgroup Master
--------- -------
DRIVELINE FIRNB250
MSHOME USB
But mount doesn't work:
- Code: Select all
mount -t smbfs //192.168.0.1/nasusb /mnt/
remote_share_mount_dir/192.168.0.1-smb-nasusb/ -o user=admin,password=XXXXXXX
[color=#BF0000]mount: mounting //192.168.0.1/nasusb on /mnt/remote_share_mount_dir/192.168.0.1-smb-nasusb/ failed: No such device[/color]
I tried with IP, with logical name (USB), with smbfs and cifs types.... I don't know what else to try.
Is this ok?
- Code: Select all
modprobe smbfs
modprobe: module 'smbfs' not found
Guys thanks in advance for your work and your help!
Kind regards,
Marco