Run Out Of Space On /dev/sda2How to clean up unnecessary filesFind out what device /dev/root represents in...
What was the earliest microcomputer Logo language implementation?
Carroll's interpretation of 1-forms
Why do things cool off?
merging certain list elements
Floating Point XOR
Problem of Induction: Dissolved
What is the word for a person who destroys monuments?
How to convey to the people around me that I want to disengage myself from constant giving?
Is Zack Morris's 'time stop' ability in "Saved By the Bell" a supernatural ability?
Did slaves have slaves?
EU compensation - fire alarm at the Flight Crew's hotel
Exam design: give maximum score per question or not?
What are the end bytes of *.docx file format
MySQL - How to check for a value in all columns
Madrid to London w/ Expired 90/180 days stay as US citizen
Can a business put whatever they want into a contract?
Is it possible that the shadow of The Moon is a single dot during solar eclipse?
What's the benefit of prohibiting the use of techniques/language constructs that have not been taught?
Who are the people reviewing far more papers than they're submitting for review?
Unpredictability of Stock Market
Inquiry answerer
Statistical tests for benchmark comparison
What is the origin of the "being immortal sucks" trope?
As an employer, can I compel my employees to vote?
Run Out Of Space On /dev/sda2
How to clean up unnecessary filesFind out what device /dev/root represents in Linux?How to create /dev/null?remove /dev/mapper/fedora-root and /dev/mapper/fedora-swapWhy won't Linux let me play with /dev/dsp?What happens if I run fsck on /dev/sda instead of /dev/sda1?Difference between /dev/null and /dev/zeroRun script on /dev/tty accessstatic /dev/name instead of /dev/sda /dev/sdbUbuntu Server 16.04 filesystem usageExtend /dev/sdb3 partition
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My Linux (Mint 13) laptop reported that 'The volume "Fiilesystem root" has only 0 bytes disk space remaining'. When I ran a 'df' I got the following result:-
HP-255-G1-Notebook-PC # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 28836860 27372200 0 100% /
udev 1810632 4 1810628 1% /dev
tmpfs 727768 980 726788 1% /run
none 5120 0 5120 0% /run/lock
none 1819416 76 1819340 1% /run/shm
/dev/sda3 692800400 68383328 589741516 11% /home
overflow 1024 16 1008 2% /tmp
I suspect that the system was originally configured with insufficient space on /dev/sda2. Is it possible to reconfigure this without doing a complete reinstall?
Thank you.
linux linux-mint devices
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment
|
My Linux (Mint 13) laptop reported that 'The volume "Fiilesystem root" has only 0 bytes disk space remaining'. When I ran a 'df' I got the following result:-
HP-255-G1-Notebook-PC # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 28836860 27372200 0 100% /
udev 1810632 4 1810628 1% /dev
tmpfs 727768 980 726788 1% /run
none 5120 0 5120 0% /run/lock
none 1819416 76 1819340 1% /run/shm
/dev/sda3 692800400 68383328 589741516 11% /home
overflow 1024 16 1008 2% /tmp
I suspect that the system was originally configured with insufficient space on /dev/sda2. Is it possible to reconfigure this without doing a complete reinstall?
Thank you.
linux linux-mint devices
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You should have a look atgparted.
– Thushi
Feb 9 '15 at 13:16
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
1
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
The package cache is a fairly frequent offender for eating space. You may just need to manage/var/cache/.
– bu5hman
May 17 at 23:09
add a comment
|
My Linux (Mint 13) laptop reported that 'The volume "Fiilesystem root" has only 0 bytes disk space remaining'. When I ran a 'df' I got the following result:-
HP-255-G1-Notebook-PC # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 28836860 27372200 0 100% /
udev 1810632 4 1810628 1% /dev
tmpfs 727768 980 726788 1% /run
none 5120 0 5120 0% /run/lock
none 1819416 76 1819340 1% /run/shm
/dev/sda3 692800400 68383328 589741516 11% /home
overflow 1024 16 1008 2% /tmp
I suspect that the system was originally configured with insufficient space on /dev/sda2. Is it possible to reconfigure this without doing a complete reinstall?
Thank you.
linux linux-mint devices
My Linux (Mint 13) laptop reported that 'The volume "Fiilesystem root" has only 0 bytes disk space remaining'. When I ran a 'df' I got the following result:-
HP-255-G1-Notebook-PC # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 28836860 27372200 0 100% /
udev 1810632 4 1810628 1% /dev
tmpfs 727768 980 726788 1% /run
none 5120 0 5120 0% /run/lock
none 1819416 76 1819340 1% /run/shm
/dev/sda3 692800400 68383328 589741516 11% /home
overflow 1024 16 1008 2% /tmp
I suspect that the system was originally configured with insufficient space on /dev/sda2. Is it possible to reconfigure this without doing a complete reinstall?
Thank you.
linux linux-mint devices
linux linux-mint devices
asked Feb 9 '15 at 13:10
MichaelJohnMichaelJohn
1831 gold badge3 silver badges16 bronze badges
1831 gold badge3 silver badges16 bronze badges
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You should have a look atgparted.
– Thushi
Feb 9 '15 at 13:16
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
1
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
The package cache is a fairly frequent offender for eating space. You may just need to manage/var/cache/.
– bu5hman
May 17 at 23:09
add a comment
|
You should have a look atgparted.
– Thushi
Feb 9 '15 at 13:16
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
1
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
The package cache is a fairly frequent offender for eating space. You may just need to manage/var/cache/.
– bu5hman
May 17 at 23:09
You should have a look at
gparted.– Thushi
Feb 9 '15 at 13:16
You should have a look at
gparted.– Thushi
Feb 9 '15 at 13:16
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
1
1
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
The package cache is a fairly frequent offender for eating space. You may just need to manage
/var/cache/.– bu5hman
May 17 at 23:09
The package cache is a fairly frequent offender for eating space. You may just need to manage
/var/cache/.– bu5hman
May 17 at 23:09
add a comment
|
1 Answer
1
active
oldest
votes
Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated
web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.
Willgpartedmigrate their data? I ask because I doubt that the installer left much (if any) space between/dev/sda2and/dev/sda3.
– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
add a comment
|
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f183809%2frun-out-of-space-on-dev-sda2%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
Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated
web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.
Willgpartedmigrate their data? I ask because I doubt that the installer left much (if any) space between/dev/sda2and/dev/sda3.
– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
add a comment
|
Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated
web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.
Willgpartedmigrate their data? I ask because I doubt that the installer left much (if any) space between/dev/sda2and/dev/sda3.
– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
add a comment
|
Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated
web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.
Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated
web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.
edited Apr 17 at 11:49
Rui F Ribeiro
41.5k16 gold badges96 silver badges158 bronze badges
41.5k16 gold badges96 silver badges158 bronze badges
answered Feb 9 '15 at 14:17
Ruslan GerasimovRuslan Gerasimov
5633 silver badges8 bronze badges
5633 silver badges8 bronze badges
Willgpartedmigrate their data? I ask because I doubt that the installer left much (if any) space between/dev/sda2and/dev/sda3.
– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
add a comment
|
Willgpartedmigrate their data? I ask because I doubt that the installer left much (if any) space between/dev/sda2and/dev/sda3.
– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
Will
gparted migrate their data? I ask because I doubt that the installer left much (if any) space between /dev/sda2 and /dev/sda3.– Bratchley
Feb 9 '15 at 14:48
Will
gparted migrate their data? I ask because I doubt that the installer left much (if any) space between /dev/sda2 and /dev/sda3.– Bratchley
Feb 9 '15 at 14:48
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
If it is possible to move the whole /dev/sda3 then it goes
– Ruslan Gerasimov
Feb 9 '15 at 15:52
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
There are several ways you could proceed, but first we need to look at your partitioning of the disk, what does "cfdisk /dev/sda" report?
– Ray Andrews
Feb 10 '15 at 0:42
add a comment
|
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f183809%2frun-out-of-space-on-dev-sda2%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
You should have a look at
gparted.– Thushi
Feb 9 '15 at 13:16
Here you go it might be helpful "thewiringcloset.wordpress.com/2013/01/09/…"
– OmiPenguin
Feb 9 '15 at 13:35
1
You might have some huge files that are taking up space on your root partition that don't need to be there. This question has some suggestions for finding them. Also, it might be worthwhile running bleachbit.
– PM 2Ring
Feb 9 '15 at 14:15
are /home and / using LVM?
– guido
Feb 9 '15 at 14:58
The package cache is a fairly frequent offender for eating space. You may just need to manage
/var/cache/.– bu5hman
May 17 at 23:09