Installing moodle on Ubuntu server 18.04

Multi tool use
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 hours ago
Arthur
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 hours ago


ArthurArthur
13
13
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
3 Answers
3
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
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.resize2fs
should work then.
– Jesse
3 hours ago
tried theresize2fs
command you provided above still the same error
– Arthur
3 hours ago
|
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
});
}
});
Arthur is a new contributor. Be nice, and check out our Code of Conduct.
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
3 Answers
3
active
oldest
votes
3 Answers
3
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
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.resize2fs
should work then.
– Jesse
3 hours ago
tried theresize2fs
command you provided above still the same error
– Arthur
3 hours ago
|
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
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.resize2fs
should work then.
– Jesse
3 hours ago
tried theresize2fs
command you provided above still the same error
– Arthur
3 hours ago
|
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
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
- 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
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 4 hours ago
JesseJesse
212
212
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jesse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.resize2fs
should work then.
– Jesse
3 hours ago
tried theresize2fs
command you provided above still the same error
– Arthur
3 hours ago
|
show 4 more comments
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.resize2fs
should work then.
– Jesse
3 hours ago
tried theresize2fs
command you provided above still the same error
– Arthur
3 hours ago
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
1. The server had 30gb allocated from creation. 2. output of df -h image link
– Arthur
4 hours ago
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
4 hours ago
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
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
[output of lsblk] (imgur.com/a/7VZCVkF)
– Arthur
4 hours ago
Looks good.
resize2fs
should work then.– Jesse
3 hours ago
Looks good.
resize2fs
should work then.– Jesse
3 hours ago
tried the
resize2fs
command you provided above still the same error– Arthur
3 hours ago
tried the
resize2fs
command you provided above still the same error– Arthur
3 hours ago
|
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
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Found a workaround for this issue. You can use fixed size drives to avoid this issue instead of dynamically sized drives
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago


ArthurArthur
13
13
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Arthur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die im blue da bue da da bu die
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
roblox-playerroblox-player
1
1
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
roblox-player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Arthur is a new contributor. Be nice, and check out our Code of Conduct.
Arthur is a new contributor. Be nice, and check out our Code of Conduct.
Arthur is a new contributor. Be nice, and check out our Code of Conduct.
Arthur is a new contributor. Be nice, and check out our Code of Conduct.
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
QuTS,zg8pjV8CbfuNGmPPIBEqV8rovL O1mIIe hOYsk5UPj