How To Partition An Old iMac? [duplicate]How to partition my hard drive for Ubuntu use?How to partition Hard drive on ubuntuPartition In The Ubuntu 19.10How should I partition my Ubuntu 10.10 install?How to partition my hard drive for Ubuntu use?How to assign /home partition of LinuxMint when I replace LinuxMint with UbuntuCan I install my ubuntu /home partition in my mac extended journaled partitionPartitions on Multiple Harddisks Ubuntu 16.04
Missing links in crossword
Is a datagram from an upper network layer converted 1:1 to one of the lower layer?
What's the current status of the Vehicle Routing Problem in the logistics industry?
Is paying for portrait photos good for the people in the community you're photographing?
Does 'hacer alguien matar' mean to make somebody kill or to get sb killed?
What are the disadvantages of using a Zener diode over a linear voltage regulator?
How to join many tables side by side?
bc - command: not giving appropriate results
Is this a valid use of Deflect Missiles according to RAW?
Risk of AIDS Infection - Overestimation?
one list minus another
How to pair a xrightarrow with text on the top) to a sort of xleftarrow (with text on the bottom)?
Have spacecraft photographed each other beyond Earth orbit?
How can I force a bank to close my account with them?
Do the Jovians in "Victory Unintentional" exist in Isaac Asimov's Foundation series?
Is it appropriate to say おじゃまします when entering ones own room?
Why are all these full-fledged workstations running massive OSes with massive software required all over the world?
What does "x employee is no longer employed by XYZ company" mean?
how technically soft landing works without air on moon?
How to deal with this fundamental problem with the advice: "Don't trust obscure PHP libraries that nobody uses!"?
How does a religion based around destroying the world attract followers
Shp is not valid or recognized data source using QGIS
Is it appropriate to ask for the text of a eulogy?
Moon's unusual gravity
How To Partition An Old iMac? [duplicate]
How to partition my hard drive for Ubuntu use?How to partition Hard drive on ubuntuPartition In The Ubuntu 19.10How should I partition my Ubuntu 10.10 install?How to partition my hard drive for Ubuntu use?How to assign /home partition of LinuxMint when I replace LinuxMint with UbuntuCan I install my ubuntu /home partition in my mac extended journaled partitionPartitions on Multiple Harddisks Ubuntu 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have an old iMac (500GB HDD, 4GB Memory). How do I partition my disk to install and run (only) Ubuntu on it?
Another question, what are the differences between partitioning a disk as /
, /home
, and /boot
, /home
, /usr
?
Should I partition my iMac as /
, /home
, or /boot
, /home
?
How do I crate a "swapfile"?
According to my iMac's spec, how do I set the disk space for each partition?
I'm using the 19.10 Ubuntu.
Some say that the question is duplicate. But I cannot find the info I want at Ask Ubuntu.
partitioning
add a comment
|
I have an old iMac (500GB HDD, 4GB Memory). How do I partition my disk to install and run (only) Ubuntu on it?
Another question, what are the differences between partitioning a disk as /
, /home
, and /boot
, /home
, /usr
?
Should I partition my iMac as /
, /home
, or /boot
, /home
?
How do I crate a "swapfile"?
According to my iMac's spec, how do I set the disk space for each partition?
I'm using the 19.10 Ubuntu.
Some say that the question is duplicate. But I cannot find the info I want at Ask Ubuntu.
partitioning
2
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
1
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58
add a comment
|
I have an old iMac (500GB HDD, 4GB Memory). How do I partition my disk to install and run (only) Ubuntu on it?
Another question, what are the differences between partitioning a disk as /
, /home
, and /boot
, /home
, /usr
?
Should I partition my iMac as /
, /home
, or /boot
, /home
?
How do I crate a "swapfile"?
According to my iMac's spec, how do I set the disk space for each partition?
I'm using the 19.10 Ubuntu.
Some say that the question is duplicate. But I cannot find the info I want at Ask Ubuntu.
partitioning
I have an old iMac (500GB HDD, 4GB Memory). How do I partition my disk to install and run (only) Ubuntu on it?
Another question, what are the differences between partitioning a disk as /
, /home
, and /boot
, /home
, /usr
?
Should I partition my iMac as /
, /home
, or /boot
, /home
?
How do I crate a "swapfile"?
According to my iMac's spec, how do I set the disk space for each partition?
I'm using the 19.10 Ubuntu.
Some say that the question is duplicate. But I cannot find the info I want at Ask Ubuntu.
This question already has answers here:
How to partition my hard drive for Ubuntu use?
(4 answers)
How to partition Hard drive on ubuntu [duplicate]
(2 answers)
This question already has answers here:
This question already has answers here:
This question already has answers here:
How to partition my hard drive for Ubuntu use?
(4 answers)
How to partition Hard drive on ubuntu [duplicate]
(2 answers)
partitioning
partitioning
edited Oct 17 at 21:22
EDLIU
asked Oct 1 at 9:24
EDLIUEDLIU
434 bronze badges
434 bronze badges
2
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
1
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58
add a comment
|
2
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
1
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58
2
2
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
1
1
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58
add a comment
|
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
You haven't said what release of Ubuntu you are using, some releases do not need a swap partition as they can use a swapfile (older releases require swap partition). Most beginners tend to prefer a single partition as it's easier to work with; but your backup strategy may find different partitions are useful (ie. your use case will decide; /home separate also makes switching to another GNU/Linux easier but re-installing Ubuntu is easy with or without it). /usr usually is only used by server or specific software use cases.
– guiverc
Oct 1 at 10:21
I have never needed to use /boot or any other partitions except / and sometimes /home. Using just / for the whole drive is okay. A small EFI partition might be needed if not already on drive. Can check with disks or gparted when using live USB/DVD.
– crip659
Oct 17 at 21:35
Can you be more specific? E.g. 25GB for /, 475GB for /home.
– EDLIU
Oct 17 at 21:48
1
Partitioning is not set in stone. Most people recommend about 20 to maybe 40GB for /, but you can use the whole disk for root if you want. Or you can use root and home partitions and use the rest of disk for home or just part of it. As long as you do not have any important data that you must have, you can redo the whole thing if you don't like it. You say an old iMac so do not trust hardware not to go wonky in time and lose data.
– crip659
Oct 17 at 22:18
What about the swapfile? How do I setup the swapfile?
– EDLIU
Oct 18 at 21:58