I am attempting to mount a drobo (via droboshare attached to the network) from linux and running into roadblocks and have run out of ideas.
When I issue the smbclient -L IPADDRESS I get the following:
Domain=[COMPANYDOMAIN] OS=[Unix] Server=[Sambe 3.0.14a]
Sharename Type Comment
---------- ------ ----------
FILESHARE Disk Comment entered
IPC$ IPC IPC Service (DroboShare)
ADMIN$ IPC IPC Service (DroboShare)
Domain=[COMPANYDOMAIN] OS=[Unix] Server=[Sambe 3.0.14a]
Server Comment
------------- --------------
SERVERNAME DroboShare
Workgroup Master
------------- --------------
LOCALWORKGROUP
From this, if I enter the following command: sudo ntfs-3g //IPADDRESS/FILESHARE /mnt/mountpoint (this directory IS created) I receive this error: ntfs-3g: Failed to access volume (lists IP and share): No such file or directory
This could be due to attempting to connect with the incorrect file system, though I would think the error would be different. So, does anyone see the issue? Can anyone tell me how I can confirm the filesystem in use on the Drobo? Do I need to add some additional packages to enable this connection?
Ultimately we would like the mount configured in FSTAB, but first we need to make sure it works.
Thanks in advance for any guidance you can offer.
Greg