Installing moodle on Ubuntu server 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am following the guide on Installation guide used how to install moodle but im getting stuck on step 5 on command sudo cp -R /opt/moodle /var/www/html/
after executing the command i receive error messages that state that i am unable to create the directories due to insufficient space. Even though i have over 30gb disk space allocated to the Linux server
server moodle
add a comment |
I am following the guide on Installation guide used how to install moodle but im getting stuck on step 5 on command sudo cp -R /opt/moodle /var/www/html/
after executing the command i receive error messages that state that i am unable to create the directories due to insufficient space. Even though i have over 30gb disk space allocated to the Linux server
server moodle
add a comment |
I am following the guide on Installation guide used how to install moodle but im getting stuck on step 5 on command sudo cp -R /opt/moodle /var/www/html/
after executing the command i receive error messages that state that i am unable to create the directories due to insufficient space. Even though i have over 30gb disk space allocated to the Linux server
server moodle
I am following the guide on Installation guide used how to install moodle but im getting stuck on step 5 on command sudo cp -R /opt/moodle /var/www/html/
after executing the command i receive error messages that state that i am unable to create the directories due to insufficient space. Even though i have over 30gb disk space allocated to the Linux server
server moodle
server moodle
edited Feb 16 at 0:39
Arthur
asked Feb 16 at 0:30
ArthurArthur
13
13
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
- Was less space allocated to your server before?
- What does
df -h
show? - If 1. is true, run
sudo resize2fs /dev/<insert your root partition here>
and reboot
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What doessudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Trysudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.
– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.resize2fs
should work then.
– Jesse
Feb 16 at 1:07
tried theresize2fs
command you provided above still the same error
– Arthur
Feb 16 at 1:12
|
show 4 more comments
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
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%2f1118654%2finstalling-moodle-on-ubuntu-server-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Was less space allocated to your server before?
- What does
df -h
show? - If 1. is true, run
sudo resize2fs /dev/<insert your root partition here>
and reboot
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What doessudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Trysudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.
– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.resize2fs
should work then.
– Jesse
Feb 16 at 1:07
tried theresize2fs
command you provided above still the same error
– Arthur
Feb 16 at 1:12
|
show 4 more comments
- Was less space allocated to your server before?
- What does
df -h
show? - If 1. is true, run
sudo resize2fs /dev/<insert your root partition here>
and reboot
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What doessudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Trysudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.
– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.resize2fs
should work then.
– Jesse
Feb 16 at 1:07
tried theresize2fs
command you provided above still the same error
– Arthur
Feb 16 at 1:12
|
show 4 more comments
- Was less space allocated to your server before?
- What does
df -h
show? - If 1. is true, run
sudo resize2fs /dev/<insert your root partition here>
and reboot
- Was less space allocated to your server before?
- What does
df -h
show? - If 1. is true, run
sudo resize2fs /dev/<insert your root partition here>
and reboot
answered Feb 16 at 0:44
JesseJesse
584
584
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What doessudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Trysudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.
– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.resize2fs
should work then.
– Jesse
Feb 16 at 1:07
tried theresize2fs
command you provided above still the same error
– Arthur
Feb 16 at 1:12
|
show 4 more comments
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What doessudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Trysudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.
– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.resize2fs
should work then.
– Jesse
Feb 16 at 1:07
tried theresize2fs
command you provided above still the same error
– Arthur
Feb 16 at 1:12
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
Feb 16 at 0:54
Seems like your root partition has the size of 3.9gb only. What does
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Try sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.– Jesse
Feb 16 at 1:01
Seems like your root partition has the size of 3.9gb only. What does
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
print? Try sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
.– Jesse
Feb 16 at 1:01
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
Feb 16 at 1:04
Looks good.
resize2fs
should work then.– Jesse
Feb 16 at 1:07
Looks good.
resize2fs
should work then.– Jesse
Feb 16 at 1:07
tried the
resize2fs
command you provided above still the same error– Arthur
Feb 16 at 1:12
tried the
resize2fs
command you provided above still the same error– Arthur
Feb 16 at 1:12
|
show 4 more comments
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
add a comment |
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
add a comment |
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
edited Feb 16 at 2:46
answered Feb 16 at 2:31
ArthurArthur
13
13
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%2f1118654%2finstalling-moodle-on-ubuntu-server-18-04%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