Ubuntu Startup Message: Usage of /: 90%
i'm completly new & this is my first question here ever.
i'm interested in learning more about linux based operation systems. i've installed ubuntu server 18.04.1 lts edition with an iso file using oracle virtual box.
yesterday i faced an issue, that mysql server could not be started anymore. luckily apt- clean /autoremove solved the issue - after checking the error logs i found out issue was available space.
i would like to know, how i can increase the 3.87 GB of the daily message i've attached on the bottom in a secure way without destroying anything. wish would be to set it to 20gb and 10gb for the disk, as i'm only using the installation to learn command line based administration.
current situation after installation via iso file.
i've created a 30gb partition on my system and it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk.
i've read about gparted & tried to use the tool. i've loaded it with the live cd iso file they provide on their homepage & crashed the installation (wasn't able to reboot as i got error messages kernel could not be informed) & restored the ubuntu vm from a backup disk.
i will kindly provide further information if someone can guide me with the right command line instructions.
i've managed to install mysql and other tools successfully & usually i'm able to help myself consulting websites, tutorials and books. but i'm completly stuck on how to continue with this topic.
any help is much appreciated.
here is some information i've think might be usefull:
System load: 0.0 Processes: 104
Usage of /: 91.7% of 3.87GB Users logged in: 1
Memory usage: 37% IP address for enp0s3: <removed by me>
Swap usage: 0%
=> / is using 91.7% of 3.87GB
sudo lsblk -o NAME, FSTYPE, SIZE, MOUNTPOINT, LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
loop0 squashfs 38,7M /snap/postgresql10/47
loop1 squashfs 86,9M /snap/core/4917
loop2 squashfs 89,5M /snap/core/6130
loop3 squashfs 57,1M /snap/powershell/17
loop4 squashfs 57,1M /snap/powershell/14
sda 25G
├─sda1 1M
├─sda2 ext4 1G /boot
└─sda3 LVM2_member 24G
└─ubuntu--vg-ubuntu--lv ext4 4G /
sr0 1024M
kind regards
command-line server partitioning 18.04 root
add a comment |
i'm completly new & this is my first question here ever.
i'm interested in learning more about linux based operation systems. i've installed ubuntu server 18.04.1 lts edition with an iso file using oracle virtual box.
yesterday i faced an issue, that mysql server could not be started anymore. luckily apt- clean /autoremove solved the issue - after checking the error logs i found out issue was available space.
i would like to know, how i can increase the 3.87 GB of the daily message i've attached on the bottom in a secure way without destroying anything. wish would be to set it to 20gb and 10gb for the disk, as i'm only using the installation to learn command line based administration.
current situation after installation via iso file.
i've created a 30gb partition on my system and it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk.
i've read about gparted & tried to use the tool. i've loaded it with the live cd iso file they provide on their homepage & crashed the installation (wasn't able to reboot as i got error messages kernel could not be informed) & restored the ubuntu vm from a backup disk.
i will kindly provide further information if someone can guide me with the right command line instructions.
i've managed to install mysql and other tools successfully & usually i'm able to help myself consulting websites, tutorials and books. but i'm completly stuck on how to continue with this topic.
any help is much appreciated.
here is some information i've think might be usefull:
System load: 0.0 Processes: 104
Usage of /: 91.7% of 3.87GB Users logged in: 1
Memory usage: 37% IP address for enp0s3: <removed by me>
Swap usage: 0%
=> / is using 91.7% of 3.87GB
sudo lsblk -o NAME, FSTYPE, SIZE, MOUNTPOINT, LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
loop0 squashfs 38,7M /snap/postgresql10/47
loop1 squashfs 86,9M /snap/core/4917
loop2 squashfs 89,5M /snap/core/6130
loop3 squashfs 57,1M /snap/powershell/17
loop4 squashfs 57,1M /snap/powershell/14
sda 25G
├─sda1 1M
├─sda2 ext4 1G /boot
└─sda3 LVM2_member 24G
└─ubuntu--vg-ubuntu--lv ext4 4G /
sr0 1024M
kind regards
command-line server partitioning 18.04 root
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20
add a comment |
i'm completly new & this is my first question here ever.
i'm interested in learning more about linux based operation systems. i've installed ubuntu server 18.04.1 lts edition with an iso file using oracle virtual box.
yesterday i faced an issue, that mysql server could not be started anymore. luckily apt- clean /autoremove solved the issue - after checking the error logs i found out issue was available space.
i would like to know, how i can increase the 3.87 GB of the daily message i've attached on the bottom in a secure way without destroying anything. wish would be to set it to 20gb and 10gb for the disk, as i'm only using the installation to learn command line based administration.
current situation after installation via iso file.
i've created a 30gb partition on my system and it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk.
i've read about gparted & tried to use the tool. i've loaded it with the live cd iso file they provide on their homepage & crashed the installation (wasn't able to reboot as i got error messages kernel could not be informed) & restored the ubuntu vm from a backup disk.
i will kindly provide further information if someone can guide me with the right command line instructions.
i've managed to install mysql and other tools successfully & usually i'm able to help myself consulting websites, tutorials and books. but i'm completly stuck on how to continue with this topic.
any help is much appreciated.
here is some information i've think might be usefull:
System load: 0.0 Processes: 104
Usage of /: 91.7% of 3.87GB Users logged in: 1
Memory usage: 37% IP address for enp0s3: <removed by me>
Swap usage: 0%
=> / is using 91.7% of 3.87GB
sudo lsblk -o NAME, FSTYPE, SIZE, MOUNTPOINT, LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
loop0 squashfs 38,7M /snap/postgresql10/47
loop1 squashfs 86,9M /snap/core/4917
loop2 squashfs 89,5M /snap/core/6130
loop3 squashfs 57,1M /snap/powershell/17
loop4 squashfs 57,1M /snap/powershell/14
sda 25G
├─sda1 1M
├─sda2 ext4 1G /boot
└─sda3 LVM2_member 24G
└─ubuntu--vg-ubuntu--lv ext4 4G /
sr0 1024M
kind regards
command-line server partitioning 18.04 root
i'm completly new & this is my first question here ever.
i'm interested in learning more about linux based operation systems. i've installed ubuntu server 18.04.1 lts edition with an iso file using oracle virtual box.
yesterday i faced an issue, that mysql server could not be started anymore. luckily apt- clean /autoremove solved the issue - after checking the error logs i found out issue was available space.
i would like to know, how i can increase the 3.87 GB of the daily message i've attached on the bottom in a secure way without destroying anything. wish would be to set it to 20gb and 10gb for the disk, as i'm only using the installation to learn command line based administration.
current situation after installation via iso file.
i've created a 30gb partition on my system and it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk.
i've read about gparted & tried to use the tool. i've loaded it with the live cd iso file they provide on their homepage & crashed the installation (wasn't able to reboot as i got error messages kernel could not be informed) & restored the ubuntu vm from a backup disk.
i will kindly provide further information if someone can guide me with the right command line instructions.
i've managed to install mysql and other tools successfully & usually i'm able to help myself consulting websites, tutorials and books. but i'm completly stuck on how to continue with this topic.
any help is much appreciated.
here is some information i've think might be usefull:
System load: 0.0 Processes: 104
Usage of /: 91.7% of 3.87GB Users logged in: 1
Memory usage: 37% IP address for enp0s3: <removed by me>
Swap usage: 0%
=> / is using 91.7% of 3.87GB
sudo lsblk -o NAME, FSTYPE, SIZE, MOUNTPOINT, LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
loop0 squashfs 38,7M /snap/postgresql10/47
loop1 squashfs 86,9M /snap/core/4917
loop2 squashfs 89,5M /snap/core/6130
loop3 squashfs 57,1M /snap/powershell/17
loop4 squashfs 57,1M /snap/powershell/14
sda 25G
├─sda1 1M
├─sda2 ext4 1G /boot
└─sda3 LVM2_member 24G
└─ubuntu--vg-ubuntu--lv ext4 4G /
sr0 1024M
kind regards
command-line server partitioning 18.04 root
command-line server partitioning 18.04 root
edited Jan 17 at 20:20
PerlDuck
6,78211535
6,78211535
asked Jan 16 at 18:54
new2lnxnew2lnx
11
11
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20
add a comment |
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20
add a comment |
0
active
oldest
votes
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%2f1110374%2fubuntu-startup-message-usage-of-90%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1110374%2fubuntu-startup-message-usage-of-90%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
"it's currently splitted in 1gb (grub - dont remember exactly), 4gb root partition and 25gb vdi disk" - that's confusing to me. Are you using a physical partition as root partition? Please explain exactly how the disk space (virtual and/or physical) of your virtual machine is configured.
– danzel
Jan 17 at 0:20