Repartitioning disk












-1















I am running OpenSUSE Tumbleweed. I don't recall what choice I made during the installation process months ago, but I am running out of disk space and need to find a solution.



Can I just move my mount point for my /home partition? Would I need to format this partition first? What other steps?



If it is more complicated, what would I need to do? I am looking into getting a larger drive, but I suspect I have a lot of space to work with here.



Any more specific recommendations for making best use of this drive?

I
have a pretty small /home partition and what looks like a lot of complication elsewhere...



~> df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs 1.9G 93M 1.8G 5% /dev/shm
tmpfs 1.9G 9.9G 1.9G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda6 23G 15G 7.5G 66% /
/dev/sda6 23G 15G 7.5G 66% /tmp
/dev/sda6 23G 15G 7.5G 66% /srv
/dev/sda6 23G 15G 7.5G 66% /opt
/dev/sda6 23G 15G 7.5G 66% /usr/local
/dev/sda6 23G 15G 7.5G 66% /.snapshots
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/x86_64-efi
/dev/sda6 23G 15G 7.5G 66% /root
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/i386-pc
/dev/sda6 23G 15G 7.5G 66% /var
/dev/sda7 12G 12G 420K 100% /home
tmpfs 382M 8.8M 373M 3% /run/user/1000


And some apparently unmounted and unused partitions that are taking up most of the space...



~> sudo fdisk -l
[sudo] password for root:
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Disk model: SAMSUNG SSD SM84
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2c8ae105

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4208639 4206592 2G 82 Linux swap / Solaris
/dev/sda2 * 4208640 88100863 83892224 40G 83 Linux
/dev/sda3 88100864 171986943 83886080 40G 83 Linux
/dev/sda4 171986944 250069679 78082736 37.2G f W95 Ext'd (LBA)
/dev/sda5 242255872 250069679 7813808 3.7G 82 Linux swap / Solaris
/dev/sda6 171988992 218343423 46354432 22.1G 83 Linux
/dev/sda7 218345472 242255743 23910272 11.4G 83 Linux

Partition table entries are not in disk order.


This is the results of the Disks application:
Results of <code>Disks</code> application










share|improve this question









New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • please add output of /sbin/swapon --show.

    – ctrl-alt-delor
    2 hours ago











  • Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

    – ctrl-alt-delor
    2 hours ago
















-1















I am running OpenSUSE Tumbleweed. I don't recall what choice I made during the installation process months ago, but I am running out of disk space and need to find a solution.



Can I just move my mount point for my /home partition? Would I need to format this partition first? What other steps?



If it is more complicated, what would I need to do? I am looking into getting a larger drive, but I suspect I have a lot of space to work with here.



Any more specific recommendations for making best use of this drive?

I
have a pretty small /home partition and what looks like a lot of complication elsewhere...



~> df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs 1.9G 93M 1.8G 5% /dev/shm
tmpfs 1.9G 9.9G 1.9G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda6 23G 15G 7.5G 66% /
/dev/sda6 23G 15G 7.5G 66% /tmp
/dev/sda6 23G 15G 7.5G 66% /srv
/dev/sda6 23G 15G 7.5G 66% /opt
/dev/sda6 23G 15G 7.5G 66% /usr/local
/dev/sda6 23G 15G 7.5G 66% /.snapshots
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/x86_64-efi
/dev/sda6 23G 15G 7.5G 66% /root
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/i386-pc
/dev/sda6 23G 15G 7.5G 66% /var
/dev/sda7 12G 12G 420K 100% /home
tmpfs 382M 8.8M 373M 3% /run/user/1000


And some apparently unmounted and unused partitions that are taking up most of the space...



~> sudo fdisk -l
[sudo] password for root:
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Disk model: SAMSUNG SSD SM84
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2c8ae105

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4208639 4206592 2G 82 Linux swap / Solaris
/dev/sda2 * 4208640 88100863 83892224 40G 83 Linux
/dev/sda3 88100864 171986943 83886080 40G 83 Linux
/dev/sda4 171986944 250069679 78082736 37.2G f W95 Ext'd (LBA)
/dev/sda5 242255872 250069679 7813808 3.7G 82 Linux swap / Solaris
/dev/sda6 171988992 218343423 46354432 22.1G 83 Linux
/dev/sda7 218345472 242255743 23910272 11.4G 83 Linux

Partition table entries are not in disk order.


This is the results of the Disks application:
Results of <code>Disks</code> application










share|improve this question









New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • please add output of /sbin/swapon --show.

    – ctrl-alt-delor
    2 hours ago











  • Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

    – ctrl-alt-delor
    2 hours ago














-1












-1








-1








I am running OpenSUSE Tumbleweed. I don't recall what choice I made during the installation process months ago, but I am running out of disk space and need to find a solution.



Can I just move my mount point for my /home partition? Would I need to format this partition first? What other steps?



If it is more complicated, what would I need to do? I am looking into getting a larger drive, but I suspect I have a lot of space to work with here.



Any more specific recommendations for making best use of this drive?

I
have a pretty small /home partition and what looks like a lot of complication elsewhere...



~> df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs 1.9G 93M 1.8G 5% /dev/shm
tmpfs 1.9G 9.9G 1.9G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda6 23G 15G 7.5G 66% /
/dev/sda6 23G 15G 7.5G 66% /tmp
/dev/sda6 23G 15G 7.5G 66% /srv
/dev/sda6 23G 15G 7.5G 66% /opt
/dev/sda6 23G 15G 7.5G 66% /usr/local
/dev/sda6 23G 15G 7.5G 66% /.snapshots
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/x86_64-efi
/dev/sda6 23G 15G 7.5G 66% /root
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/i386-pc
/dev/sda6 23G 15G 7.5G 66% /var
/dev/sda7 12G 12G 420K 100% /home
tmpfs 382M 8.8M 373M 3% /run/user/1000


And some apparently unmounted and unused partitions that are taking up most of the space...



~> sudo fdisk -l
[sudo] password for root:
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Disk model: SAMSUNG SSD SM84
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2c8ae105

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4208639 4206592 2G 82 Linux swap / Solaris
/dev/sda2 * 4208640 88100863 83892224 40G 83 Linux
/dev/sda3 88100864 171986943 83886080 40G 83 Linux
/dev/sda4 171986944 250069679 78082736 37.2G f W95 Ext'd (LBA)
/dev/sda5 242255872 250069679 7813808 3.7G 82 Linux swap / Solaris
/dev/sda6 171988992 218343423 46354432 22.1G 83 Linux
/dev/sda7 218345472 242255743 23910272 11.4G 83 Linux

Partition table entries are not in disk order.


This is the results of the Disks application:
Results of <code>Disks</code> application










share|improve this question









New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am running OpenSUSE Tumbleweed. I don't recall what choice I made during the installation process months ago, but I am running out of disk space and need to find a solution.



Can I just move my mount point for my /home partition? Would I need to format this partition first? What other steps?



If it is more complicated, what would I need to do? I am looking into getting a larger drive, but I suspect I have a lot of space to work with here.



Any more specific recommendations for making best use of this drive?

I
have a pretty small /home partition and what looks like a lot of complication elsewhere...



~> df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs 1.9G 93M 1.8G 5% /dev/shm
tmpfs 1.9G 9.9G 1.9G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda6 23G 15G 7.5G 66% /
/dev/sda6 23G 15G 7.5G 66% /tmp
/dev/sda6 23G 15G 7.5G 66% /srv
/dev/sda6 23G 15G 7.5G 66% /opt
/dev/sda6 23G 15G 7.5G 66% /usr/local
/dev/sda6 23G 15G 7.5G 66% /.snapshots
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/x86_64-efi
/dev/sda6 23G 15G 7.5G 66% /root
/dev/sda6 23G 15G 7.5G 66% /boot/grub2/i386-pc
/dev/sda6 23G 15G 7.5G 66% /var
/dev/sda7 12G 12G 420K 100% /home
tmpfs 382M 8.8M 373M 3% /run/user/1000


And some apparently unmounted and unused partitions that are taking up most of the space...



~> sudo fdisk -l
[sudo] password for root:
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Disk model: SAMSUNG SSD SM84
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2c8ae105

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4208639 4206592 2G 82 Linux swap / Solaris
/dev/sda2 * 4208640 88100863 83892224 40G 83 Linux
/dev/sda3 88100864 171986943 83886080 40G 83 Linux
/dev/sda4 171986944 250069679 78082736 37.2G f W95 Ext'd (LBA)
/dev/sda5 242255872 250069679 7813808 3.7G 82 Linux swap / Solaris
/dev/sda6 171988992 218343423 46354432 22.1G 83 Linux
/dev/sda7 218345472 242255743 23910272 11.4G 83 Linux

Partition table entries are not in disk order.


This is the results of the Disks application:
Results of <code>Disks</code> application







partition disk






share|improve this question









New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 59 mins ago









Rui F Ribeiro

40.4k1479137




40.4k1479137






New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









simchucksimchuck

1




1




New contributor




simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






simchuck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • please add output of /sbin/swapon --show.

    – ctrl-alt-delor
    2 hours ago











  • Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

    – ctrl-alt-delor
    2 hours ago



















  • please add output of /sbin/swapon --show.

    – ctrl-alt-delor
    2 hours ago











  • Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

    – ctrl-alt-delor
    2 hours ago

















please add output of /sbin/swapon --show.

– ctrl-alt-delor
2 hours ago





please add output of /sbin/swapon --show.

– ctrl-alt-delor
2 hours ago













Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

– ctrl-alt-delor
2 hours ago





Can you investigate what is on the other partitions, and confirm which ones can be destroyer, and which need keeping. You can mount them e.g. sudo mount /dev/sda2 /mnt, they will appear on /mnt, you can dismount with umount /mnt.

– ctrl-alt-delor
2 hours ago










0






active

oldest

votes











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/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
});


}
});






simchuck is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502185%2frepartitioning-disk%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








simchuck is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















simchuck is a new contributor. Be nice, and check out our Code of Conduct.













simchuck is a new contributor. Be nice, and check out our Code of Conduct.












simchuck is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502185%2frepartitioning-disk%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

宮崎県

濃尾地震

6月16日