Getting Error “ wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or...
Is it okay for a cleric of life to use spells like Animate Dead and/or Contagion?
How do researchers send unsolicited emails asking for feedback on their works?
PTIJ: Where did Achashverosh's years wander off to?
How to find the largest number(s) in a list of elements, possibly non-unique?
Are hand made posters acceptable in Academia?
Why doesn't the fusion process of the sun speed up?
How can a new country break out from a developed country without war?
PTIJ: Which Dr. Seuss books should one obtain?
Single word to change groups
Should I be concerned about student access to a test bank?
What are the consequences of changing the number of hours in a day?
Gauss brackets with double vertical lines
What is the reasoning behind standardization (dividing by standard deviation)?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Why I don't get the wanted width of tcbox?
If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?
What kind of footwear is suitable for walking in micro gravity environment?
What (if any) is the reason to buy in small local stores?
Do people actually use the word "kaputt" in conversation?
How old is Nick Fury?
Emojional cryptic crossword
Homology of the fiber
Pre-Employment Background Check With Consent For Future Checks
How to understand 「僕は誰より彼女が好きなんだ。」
Getting Error “ wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.”
Difficulty trying to mount an ISO file “mount: you must specify the filesystem type”Getting an error wrong fs type, bad option, bad superblock on UbuntuSharedWhy do I get “wrong fs type, bad option, bad superblock” error?How can I gain ownership of a partition which mounts on boot up please? Ubuntu 14.04 LTSGeneral error mounting filesystems after upgrade from 10.04 to 12.04Trying to create a NAS on Ubuntu 15.10Mounting CIFS as user in Ubuntu 16.04 returns “No such file or directory”Unable to mount external HDD due to unknown filesystemUnable to Mount RAID1 md0 - wrong fs type, bad option, bad superblock on /dev/md0, missing codepage or helper program, or other errorMount new USB drive
I am doing
$ sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
Getting following error:
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
I have done apt install nfs-common
but still same error.
Logs
# apt install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version (1:1.3.4-2.1ubuntu5).
The following package was automatically installed and is no longer required:
python3-gst-1.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
# ls -l /sbin/mount.cifs
-rwsr-xr-x 1 root root 35600 Mar 29 2018 /sbin/mount.cifs
# dpkg -l cifs-utils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================-===================-===================-================================================================
ii cifs-utils 2:6.8-1 amd64 Common Internet File System utilities
# sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
#
# `**enter code here**`
package-management mount compiling nfs
add a comment |
I am doing
$ sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
Getting following error:
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
I have done apt install nfs-common
but still same error.
Logs
# apt install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version (1:1.3.4-2.1ubuntu5).
The following package was automatically installed and is no longer required:
python3-gst-1.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
# ls -l /sbin/mount.cifs
-rwsr-xr-x 1 root root 35600 Mar 29 2018 /sbin/mount.cifs
# dpkg -l cifs-utils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================-===================-===================-================================================================
ii cifs-utils 2:6.8-1 amd64 Common Internet File System utilities
# sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
#
# `**enter code here**`
package-management mount compiling nfs
add a comment |
I am doing
$ sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
Getting following error:
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
I have done apt install nfs-common
but still same error.
Logs
# apt install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version (1:1.3.4-2.1ubuntu5).
The following package was automatically installed and is no longer required:
python3-gst-1.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
# ls -l /sbin/mount.cifs
-rwsr-xr-x 1 root root 35600 Mar 29 2018 /sbin/mount.cifs
# dpkg -l cifs-utils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================-===================-===================-================================================================
ii cifs-utils 2:6.8-1 amd64 Common Internet File System utilities
# sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
#
# `**enter code here**`
package-management mount compiling nfs
I am doing
$ sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
Getting following error:
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
I have done apt install nfs-common
but still same error.
Logs
# apt install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version (1:1.3.4-2.1ubuntu5).
The following package was automatically installed and is no longer required:
python3-gst-1.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
# ls -l /sbin/mount.cifs
-rwsr-xr-x 1 root root 35600 Mar 29 2018 /sbin/mount.cifs
# dpkg -l cifs-utils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================-===================-===================-================================================================
ii cifs-utils 2:6.8-1 amd64 Common Internet File System utilities
# sudo mount -t hugetlbfs -o pagesize=1G none /mnt/huge
mount: /mnt/huge: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
#
# `**enter code here**`
package-management mount compiling nfs
package-management mount compiling nfs
edited 13 mins ago
Pablo Bianchi
2,97021535
2,97021535
asked Jan 17 at 10:13
Rohit kambleRohit kamble
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to make sure the hugelbfs pages are available to use. Please take a look here: http://pages.cs.wisc.edu/~nhall/shore-mt/onlinedoc/hugetlbfs.html
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
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/3.0/"u003ecc by-sa 3.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%2f1110507%2fgetting-error-wrong-fs-type-bad-option-bad-superblock-on-none-missing-codep%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
You need to make sure the hugelbfs pages are available to use. Please take a look here: http://pages.cs.wisc.edu/~nhall/shore-mt/onlinedoc/hugetlbfs.html
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
add a comment |
You need to make sure the hugelbfs pages are available to use. Please take a look here: http://pages.cs.wisc.edu/~nhall/shore-mt/onlinedoc/hugetlbfs.html
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
add a comment |
You need to make sure the hugelbfs pages are available to use. Please take a look here: http://pages.cs.wisc.edu/~nhall/shore-mt/onlinedoc/hugetlbfs.html
You need to make sure the hugelbfs pages are available to use. Please take a look here: http://pages.cs.wisc.edu/~nhall/shore-mt/onlinedoc/hugetlbfs.html
answered Jan 17 at 10:18
Matthew DytkowskiMatthew Dytkowski
1
1
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
add a comment |
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
Hi Matthew, I tried it, but unfortunately I configured with wrong huge page size and and now I have to format entire system. Do you have any link which will explain these steps in easy way ?
– Rohit kamble
Jan 18 at 6:36
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%2f1110507%2fgetting-error-wrong-fs-type-bad-option-bad-superblock-on-none-missing-codep%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