Need help with storage partition on server The 2019 Stack Overflow Developer Survey Results...
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
Can we generate random numbers using irrational numbers like π and e?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Aging parents with no investments
Is bread bad for ducks?
One word riddle: Vowel in the middle
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
Did Section 31 appear in Star Trek: The Next Generation?
Identify This Plant (Flower)
Worn-tile Scrabble
What did it mean to "align" a radio?
What is the closest word meaning "respect for time / mindful"
If a Druid sees an animal’s corpse, can they wild shape into that animal?
How to obtain Confidence Intervals for a LASSO regression?
Write faster on AT24C32
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Is there any way to tell whether the shot is going to hit you or not?
Button changing it's text & action. Good or terrible?
Does a dangling wire really electrocute me if I'm standing in water?
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
I see my dog run
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What does ひと匙 mean in this manga and has it been used colloquially?
How to manage monthly salary
Need help with storage partition on server
The 2019 Stack Overflow Developer Survey Results Are InHow to set up multiple hard drives as one volume?How to merge partitions?“system reserved” windows partition showed on ubuntu 12.04. Not installed using wubiMerging PartitionsCannot mount storage volumeELI5: Resizing PartitionsIs it possible to add some disk space to ubuntu installed drive?if then what is the way?Unable to mount internal hard-driveMultiple Hard disks raid 1 adding space?Help figuring out what's taking up disk spaceExtend filesystem after hdd-cloning 32GB to 500GBDelete dual boot one partition
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm newbie to linux and still trying to learn. I'm trying to setup owncloud on storage server with Ubuntu and need some help with partition merging.
Here is my server details
OS - Ubuntu 18.04 minimal
HDD - 2 x 3TB HDD (Raid 1)
owncloud@Ubuntu-1804-bionic-64-minimal:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 828K 1.6G 1% /run
/dev/sda3 1007G 955G 936M 100% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 488M 161M 302M 35% /boot
/dev/sda4 1.7T 77M 1.7T 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Current my owncloud storage is using only /dev/sda3 partition (1TB storage space) and I want to merge together with /dev/sda4 partition as well.
Basically I just want owncloud storage to use all 3TB of storage instead of 1TB only. Any advice are welcome and I'm stuck at this stage.
I have tried to merge the partitions by using instruction from below link but not successful.
How to merge partitions?
If you could provide step by steps instructions, I would really grateful for your kind help. I'm pretty sure it would be so easy for you guys.
Thanks
Nick
partitioning mount hard-drive gparted
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm newbie to linux and still trying to learn. I'm trying to setup owncloud on storage server with Ubuntu and need some help with partition merging.
Here is my server details
OS - Ubuntu 18.04 minimal
HDD - 2 x 3TB HDD (Raid 1)
owncloud@Ubuntu-1804-bionic-64-minimal:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 828K 1.6G 1% /run
/dev/sda3 1007G 955G 936M 100% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 488M 161M 302M 35% /boot
/dev/sda4 1.7T 77M 1.7T 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Current my owncloud storage is using only /dev/sda3 partition (1TB storage space) and I want to merge together with /dev/sda4 partition as well.
Basically I just want owncloud storage to use all 3TB of storage instead of 1TB only. Any advice are welcome and I'm stuck at this stage.
I have tried to merge the partitions by using instruction from below link but not successful.
How to merge partitions?
If you could provide step by steps instructions, I would really grateful for your kind help. I'm pretty sure it would be so easy for you guys.
Thanks
Nick
partitioning mount hard-drive gparted
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago
add a comment |
I'm newbie to linux and still trying to learn. I'm trying to setup owncloud on storage server with Ubuntu and need some help with partition merging.
Here is my server details
OS - Ubuntu 18.04 minimal
HDD - 2 x 3TB HDD (Raid 1)
owncloud@Ubuntu-1804-bionic-64-minimal:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 828K 1.6G 1% /run
/dev/sda3 1007G 955G 936M 100% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 488M 161M 302M 35% /boot
/dev/sda4 1.7T 77M 1.7T 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Current my owncloud storage is using only /dev/sda3 partition (1TB storage space) and I want to merge together with /dev/sda4 partition as well.
Basically I just want owncloud storage to use all 3TB of storage instead of 1TB only. Any advice are welcome and I'm stuck at this stage.
I have tried to merge the partitions by using instruction from below link but not successful.
How to merge partitions?
If you could provide step by steps instructions, I would really grateful for your kind help. I'm pretty sure it would be so easy for you guys.
Thanks
Nick
partitioning mount hard-drive gparted
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm newbie to linux and still trying to learn. I'm trying to setup owncloud on storage server with Ubuntu and need some help with partition merging.
Here is my server details
OS - Ubuntu 18.04 minimal
HDD - 2 x 3TB HDD (Raid 1)
owncloud@Ubuntu-1804-bionic-64-minimal:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 828K 1.6G 1% /run
/dev/sda3 1007G 955G 936M 100% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 488M 161M 302M 35% /boot
/dev/sda4 1.7T 77M 1.7T 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Current my owncloud storage is using only /dev/sda3 partition (1TB storage space) and I want to merge together with /dev/sda4 partition as well.
Basically I just want owncloud storage to use all 3TB of storage instead of 1TB only. Any advice are welcome and I'm stuck at this stage.
I have tried to merge the partitions by using instruction from below link but not successful.
How to merge partitions?
If you could provide step by steps instructions, I would really grateful for your kind help. I'm pretty sure it would be so easy for you guys.
Thanks
Nick
partitioning mount hard-drive gparted
partitioning mount hard-drive gparted
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 14 mins ago
nickkynickky
1
1
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
nickky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago
add a comment |
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago
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
});
}
});
nickky is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1132857%2fneed-help-with-storage-partition-on-server%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
nickky is a new contributor. Be nice, and check out our Code of Conduct.
nickky is a new contributor. Be nice, and check out our Code of Conduct.
nickky is a new contributor. Be nice, and check out our Code of Conduct.
nickky is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1132857%2fneed-help-with-storage-partition-on-server%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
Possible duplicate of How to set up multiple hard drives as one volume?
– WinEunuuchs2Unix
8 mins ago