Kubuntu says no disk space available, although there is lots of space
I have a 60 GB partition where Kubuntu 18.04.1 is installed. Yesterday when I tried to upgrade to 18.10, I was told that there wasn't sufficient disk space, although I am certainly sure there is.
df -h
shows:
udev 1.9G 0 1.9G 0% /dev
tmpfs 389M 6.3M 383M 2% /run
/dev/sda7 65G 64G 1G 98% /
tmpfs 1.9G 38M 1.9G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/6130
/dev/sda2 95M 30M 66M 32% /boot/efi
tmpfs 389M 0 389M 0% /run/user/119
tmpfs 389M 12K 389M 1% /run/user/1000`
partitioning disk-usage
|
show 1 more comment
I have a 60 GB partition where Kubuntu 18.04.1 is installed. Yesterday when I tried to upgrade to 18.10, I was told that there wasn't sufficient disk space, although I am certainly sure there is.
df -h
shows:
udev 1.9G 0 1.9G 0% /dev
tmpfs 389M 6.3M 383M 2% /run
/dev/sda7 65G 64G 1G 98% /
tmpfs 1.9G 38M 1.9G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/6130
/dev/sda2 95M 30M 66M 32% /boot/efi
tmpfs 389M 0 389M 0% /run/user/119
tmpfs 389M 12K 389M 1% /run/user/1000`
partitioning disk-usage
1
What doesdf -h
show?
– DK Bose
Jan 10 at 10:42
df -h
shows that the root partition is 99% full, butdu -cha /
says that only 15GB of 60 GB is used
– Aditya Arsh
Jan 10 at 10:57
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, butdf -h
will...
– Charles Green
Jan 10 at 14:06
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here./dev/sda7 65G 64G 1G 98% /
is the relevant line
– Thomas Ward♦
Jan 10 at 15:31
|
show 1 more comment
I have a 60 GB partition where Kubuntu 18.04.1 is installed. Yesterday when I tried to upgrade to 18.10, I was told that there wasn't sufficient disk space, although I am certainly sure there is.
df -h
shows:
udev 1.9G 0 1.9G 0% /dev
tmpfs 389M 6.3M 383M 2% /run
/dev/sda7 65G 64G 1G 98% /
tmpfs 1.9G 38M 1.9G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/6130
/dev/sda2 95M 30M 66M 32% /boot/efi
tmpfs 389M 0 389M 0% /run/user/119
tmpfs 389M 12K 389M 1% /run/user/1000`
partitioning disk-usage
I have a 60 GB partition where Kubuntu 18.04.1 is installed. Yesterday when I tried to upgrade to 18.10, I was told that there wasn't sufficient disk space, although I am certainly sure there is.
df -h
shows:
udev 1.9G 0 1.9G 0% /dev
tmpfs 389M 6.3M 383M 2% /run
/dev/sda7 65G 64G 1G 98% /
tmpfs 1.9G 38M 1.9G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/6130
/dev/sda2 95M 30M 66M 32% /boot/efi
tmpfs 389M 0 389M 0% /run/user/119
tmpfs 389M 12K 389M 1% /run/user/1000`
partitioning disk-usage
partitioning disk-usage
edited Jan 10 at 15:15
AtomiX84
68019
68019
asked Jan 10 at 10:19
Aditya ArshAditya Arsh
13
13
1
What doesdf -h
show?
– DK Bose
Jan 10 at 10:42
df -h
shows that the root partition is 99% full, butdu -cha /
says that only 15GB of 60 GB is used
– Aditya Arsh
Jan 10 at 10:57
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, butdf -h
will...
– Charles Green
Jan 10 at 14:06
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here./dev/sda7 65G 64G 1G 98% /
is the relevant line
– Thomas Ward♦
Jan 10 at 15:31
|
show 1 more comment
1
What doesdf -h
show?
– DK Bose
Jan 10 at 10:42
df -h
shows that the root partition is 99% full, butdu -cha /
says that only 15GB of 60 GB is used
– Aditya Arsh
Jan 10 at 10:57
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, butdf -h
will...
– Charles Green
Jan 10 at 14:06
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here./dev/sda7 65G 64G 1G 98% /
is the relevant line
– Thomas Ward♦
Jan 10 at 15:31
1
1
What does
df -h
show?– DK Bose
Jan 10 at 10:42
What does
df -h
show?– DK Bose
Jan 10 at 10:42
df -h
shows that the root partition is 99% full, but du -cha /
says that only 15GB of 60 GB is used– Aditya Arsh
Jan 10 at 10:57
df -h
shows that the root partition is 99% full, but du -cha /
says that only 15GB of 60 GB is used– Aditya Arsh
Jan 10 at 10:57
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, but
df -h
will...– Charles Green
Jan 10 at 14:06
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, but
df -h
will...– Charles Green
Jan 10 at 14:06
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here.
/dev/sda7 65G 64G 1G 98% /
is the relevant line– Thomas Ward♦
Jan 10 at 15:31
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here.
/dev/sda7 65G 64G 1G 98% /
is the relevant line– Thomas Ward♦
Jan 10 at 15:31
|
show 1 more 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%2f1108541%2fkubuntu-says-no-disk-space-available-although-there-is-lots-of-space%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%2f1108541%2fkubuntu-says-no-disk-space-available-although-there-is-lots-of-space%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
What does
df -h
show?– DK Bose
Jan 10 at 10:42
df -h
shows that the root partition is 99% full, butdu -cha /
says that only 15GB of 60 GB is used– Aditya Arsh
Jan 10 at 10:57
Your disk is probably divided into two or more partitions, and the OS is complaining that one of these partitions is full. The command you used will not show this, but
df -h
will...– Charles Green
Jan 10 at 14:06
what the output of: sudo lsof | grep deleted
– AtomiX84
Jan 10 at 14:50
You have exactly 1GB of space, by the way, my guess is you need more than 1GB of disk space here.
/dev/sda7 65G 64G 1G 98% /
is the relevant line– Thomas Ward♦
Jan 10 at 15:31