NAS Drive connection useing CIFS16.04 CIFS “Host is down” but they are notFstab for GoFlex Home 2tb NASsmbfs/cifs won't mountCIFS VFS: Error messagesFreeFileSync - NAS - permissionsCIFS mount in /etc/fstab works in 14.04 but not 16.04using fstab to mount network drive with cifsUnable to mount “Volume1” folder on nasWhy do UID on server and client have to match when using cifs?
Is it really necessary to have a four hour meeting in Sprint planning?
Social leper versus social leopard
Is there a scenario where a gnoll flesh gnawer can move at least 45 feet during its Rampage bonus action?
Has my MacBook been hacked?
What are the benefits and disadvantages if a creature has multiple tails, e.g., Kyuubi or Nekomata?
How to conditionally load a package only if shell-escape (write18) is passed
Would Taiwan and China's dispute be solved if Taiwan gave up being the Republic of China?
What was the deeper meaning of Hermione wanting the cloak?
Is It Possible to Have Different Sea Levels, Eventually Causing New Landforms to Appear?
Will Proving or Disproving of any of the following have effects on Chemistry in general?
How to make interviewee comfortable interviewing in lounge chairs
Can the U.S. president make military decisions without consulting anyone?
The quicker I go up, the sooner I’ll go down - Riddle
Do all creatures have souls?
What do you do if you have developments on your paper during the long peer review process?
How much Damage can be done with "just" heating matter?
How to manage expenditure when billing cycles and paycheck cycles are not aligned?
What is the meaning of "heutig" in this sentence?
Why is there not an optimal solution for a MIP?
Do we know the situation in Britain before Sealion (summer 1940)?
Is this a Sherman, and if so what model?
What benefits does the Power Word Kill spell have?
Cut a cake into 3 equal portions with only a knife
How to deal with my team leader who keeps calling me about project updates even though I am on leave for personal reasons?
NAS Drive connection useing CIFS
16.04 CIFS “Host is down” but they are notFstab for GoFlex Home 2tb NASsmbfs/cifs won't mountCIFS VFS: Error messagesFreeFileSync - NAS - permissionsCIFS mount in /etc/fstab works in 14.04 but not 16.04using fstab to mount network drive with cifsUnable to mount “Volume1” folder on nasWhy do UID on server and client have to match when using cifs?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have 2 workstations, 1 running Ubuntu Mate 16.04 64bit and 1 running Ubuntu Mate 16.04 32bit. Both machines have cifs-utils and samba installed and the 64bit machine connects to my NAS, no problem but the 32bit returns "mount-error(112) Host is Down yet I can connect to the NAS using "Connect to Server"... What am I missing? Both fstab files refer to a credentials file which are identical on both machines and the line //ipadress/share etc etc are the same on both machines. Please help before I pull all of my hair out. I've done a lot of searching on askubuntu and google to no avail.
fstab
add a comment
|
I have 2 workstations, 1 running Ubuntu Mate 16.04 64bit and 1 running Ubuntu Mate 16.04 32bit. Both machines have cifs-utils and samba installed and the 64bit machine connects to my NAS, no problem but the 32bit returns "mount-error(112) Host is Down yet I can connect to the NAS using "Connect to Server"... What am I missing? Both fstab files refer to a credentials file which are identical on both machines and the line //ipadress/share etc etc are the same on both machines. Please help before I pull all of my hair out. I've done a lot of searching on askubuntu and google to no avail.
fstab
1
Maybe the network is not yet connected whenfstabentries are mounted. Can you add thenoautooption and then mount it manually usingsudo mount /path/to/mountpoint?
– pLumo
Apr 15 at 15:18
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46
add a comment
|
I have 2 workstations, 1 running Ubuntu Mate 16.04 64bit and 1 running Ubuntu Mate 16.04 32bit. Both machines have cifs-utils and samba installed and the 64bit machine connects to my NAS, no problem but the 32bit returns "mount-error(112) Host is Down yet I can connect to the NAS using "Connect to Server"... What am I missing? Both fstab files refer to a credentials file which are identical on both machines and the line //ipadress/share etc etc are the same on both machines. Please help before I pull all of my hair out. I've done a lot of searching on askubuntu and google to no avail.
fstab
I have 2 workstations, 1 running Ubuntu Mate 16.04 64bit and 1 running Ubuntu Mate 16.04 32bit. Both machines have cifs-utils and samba installed and the 64bit machine connects to my NAS, no problem but the 32bit returns "mount-error(112) Host is Down yet I can connect to the NAS using "Connect to Server"... What am I missing? Both fstab files refer to a credentials file which are identical on both machines and the line //ipadress/share etc etc are the same on both machines. Please help before I pull all of my hair out. I've done a lot of searching on askubuntu and google to no avail.
fstab
fstab
asked Apr 15 at 15:10
AlEganAlEgan
12 bronze badges
12 bronze badges
1
Maybe the network is not yet connected whenfstabentries are mounted. Can you add thenoautooption and then mount it manually usingsudo mount /path/to/mountpoint?
– pLumo
Apr 15 at 15:18
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46
add a comment
|
1
Maybe the network is not yet connected whenfstabentries are mounted. Can you add thenoautooption and then mount it manually usingsudo mount /path/to/mountpoint?
– pLumo
Apr 15 at 15:18
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46
1
1
Maybe the network is not yet connected when
fstab entries are mounted. Can you add the noauto option and then mount it manually using sudo mount /path/to/mountpoint ?– pLumo
Apr 15 at 15:18
Maybe the network is not yet connected when
fstab entries are mounted. Can you add the noauto option and then mount it manually using sudo mount /path/to/mountpoint ?– pLumo
Apr 15 at 15:18
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46
add a comment
|
1 Answer
1
active
oldest
votes
The problem that caused the error message "mount error (112): Host is down" was that I failed to state the Version in the fstab entry, something I didn't have to do in the 64 bit version.
My fstab entry now reads:
//192.168.?.?/sourcelocation home//alan/Documents cifs iocharset=utf8,credentialsfile=/credlocation,uid=1000,gid=1000,vers=1.0 0 2
All is now working fine
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%2f1134116%2fnas-drive-connection-useing-cifs%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
The problem that caused the error message "mount error (112): Host is down" was that I failed to state the Version in the fstab entry, something I didn't have to do in the 64 bit version.
My fstab entry now reads:
//192.168.?.?/sourcelocation home//alan/Documents cifs iocharset=utf8,credentialsfile=/credlocation,uid=1000,gid=1000,vers=1.0 0 2
All is now working fine
add a comment
|
The problem that caused the error message "mount error (112): Host is down" was that I failed to state the Version in the fstab entry, something I didn't have to do in the 64 bit version.
My fstab entry now reads:
//192.168.?.?/sourcelocation home//alan/Documents cifs iocharset=utf8,credentialsfile=/credlocation,uid=1000,gid=1000,vers=1.0 0 2
All is now working fine
add a comment
|
The problem that caused the error message "mount error (112): Host is down" was that I failed to state the Version in the fstab entry, something I didn't have to do in the 64 bit version.
My fstab entry now reads:
//192.168.?.?/sourcelocation home//alan/Documents cifs iocharset=utf8,credentialsfile=/credlocation,uid=1000,gid=1000,vers=1.0 0 2
All is now working fine
The problem that caused the error message "mount error (112): Host is down" was that I failed to state the Version in the fstab entry, something I didn't have to do in the 64 bit version.
My fstab entry now reads:
//192.168.?.?/sourcelocation home//alan/Documents cifs iocharset=utf8,credentialsfile=/credlocation,uid=1000,gid=1000,vers=1.0 0 2
All is now working fine
answered May 21 at 15:14
AlEganAlEgan
12 bronze badges
12 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%2f1134116%2fnas-drive-connection-useing-cifs%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
1
Maybe the network is not yet connected when
fstabentries are mounted. Can you add thenoautooption and then mount it manually usingsudo mount /path/to/mountpoint?– pLumo
Apr 15 at 15:18
It used to work until I re-installed Ubuntu Mate.
– AlEgan
Apr 15 at 15:46
You may find some help here: serverfault.com/questions/414074/mount-cifs-host-is-down or here: askubuntu.com/questions/915549/…
– Graham
Apr 15 at 16:46