Mounting droboshare from linuxUnable to mount XP share: Error NT_STATUS_UNSUCCESSFULMounting Wubi part from another Linux installationPlex media server and mount issues in Ubuntu 13.04how to get user permissions for nfs share?Mounting network drive fstabCan't mount a samba share on a debian clientCIFS mounts and Kerberos - permissions on access or best practice
Why does a Max constraint work, but this non-negativity constraint does not?
How exactly do you avoid fooling yourself?
Why is Google's quantum supremacy experiment impressive?
How does an all-female medieval country maintain itself?
Can Alter Self be used to enter an enemy's body and destroy it from the inside?
How do I complete the "A Brilliant Smile" triumph?
Promotions usually come with raises, right?
How do I disable vim from producing backup files?
Employer reneged on negotiated clauses that weren't part of agreed contract, citing budget cuts - what can I do?
How did composers "test" their music?
Why does telnet on a non existent port not directly reject, but time out?
How to persuade players not to cheat?
Does the on'yomi of 輪 (リン) have any relation to the English "ring", or is it a coincidence?
Is it worth delving deep outside my field to revise a paper?
How to deal with a 6 year old who was "caught" cheating?
Is this bible in Koine Greek?
What spacing difference is acceptable with tile?
Transit in Amsterdam for 10 hours, do I have time to visit the city for sightseeing?
Do any Star Trek characters play rock band instruments?
Washing the skin of a dead rat
Is there an operator or an easy way to match an expression one or more times with the LIKE operator in SQL?
How do you link two checking accounts from two different banks in two different countries?
Why is the air inside airliners so dry (low humidity)?
Instant coffee melts like chocolate
Mounting droboshare from linux
Unable to mount XP share: Error NT_STATUS_UNSUCCESSFULMounting Wubi part from another Linux installationPlex media server and mount issues in Ubuntu 13.04how to get user permissions for nfs share?Mounting network drive fstabCan't mount a samba share on a debian clientCIFS mounts and Kerberos - permissions on access or best practice
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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
mount fstab
add a comment
|
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
mount fstab
add a comment
|
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
mount fstab
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
mount fstab
mount fstab
asked Jul 6 '13 at 4:50
Tekamba-GergTekamba-Gerg
211 silver badge2 bronze badges
211 silver badge2 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Do not believe that you really want to utilise ntfs-3g as your FS mount type, as this is on a Windows network, correct? If so, try utilising CIFS instead. My suggestion here is that since this is Droboshare, you may want to review this article, which also describes using CIFS as the FS type, not ntfs-3g.
Hope that helps. It is a simple FS type error, and if you follow that article, it should work.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f316945%2fmounting-droboshare-from-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Do not believe that you really want to utilise ntfs-3g as your FS mount type, as this is on a Windows network, correct? If so, try utilising CIFS instead. My suggestion here is that since this is Droboshare, you may want to review this article, which also describes using CIFS as the FS type, not ntfs-3g.
Hope that helps. It is a simple FS type error, and if you follow that article, it should work.
add a comment
|
Do not believe that you really want to utilise ntfs-3g as your FS mount type, as this is on a Windows network, correct? If so, try utilising CIFS instead. My suggestion here is that since this is Droboshare, you may want to review this article, which also describes using CIFS as the FS type, not ntfs-3g.
Hope that helps. It is a simple FS type error, and if you follow that article, it should work.
add a comment
|
Do not believe that you really want to utilise ntfs-3g as your FS mount type, as this is on a Windows network, correct? If so, try utilising CIFS instead. My suggestion here is that since this is Droboshare, you may want to review this article, which also describes using CIFS as the FS type, not ntfs-3g.
Hope that helps. It is a simple FS type error, and if you follow that article, it should work.
Do not believe that you really want to utilise ntfs-3g as your FS mount type, as this is on a Windows network, correct? If so, try utilising CIFS instead. My suggestion here is that since this is Droboshare, you may want to review this article, which also describes using CIFS as the FS type, not ntfs-3g.
Hope that helps. It is a simple FS type error, and if you follow that article, it should work.
answered Aug 14 '13 at 12:39
freecodefreecode
6301 gold badge4 silver badges15 bronze badges
6301 gold badge4 silver badges15 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f316945%2fmounting-droboshare-from-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown