How to partition a Free Space using parted












1















During the installation of my ubuntu server, I had to leave a big space of my hard drive for specific service. Well, I forgot to to partition it up and leave it mounted during installation. Right Now, I realized I won't be able to use it without being partitioned.



(parted) print free
Model: DELL PERC 6/i (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
32.3kB 1049kB 1016kB Free Space
1 1049kB 500MB 499MB primary ext2 boot
2 500MB 26.3GB 25.8GB primary ext3
26.3GB 26.3GB 1048kB Free Space
3 26.3GB 32.3GB 5999MB extended
5 26.3GB 32.3GB 5999MB logical linux-swap(v1)
32.3GB 292GB 260GB Free Space


What I'mmona need to do, is partition that indicated "Free Space" as well as mount it on a certain /dev/sd* device in order to use it.
Any help with that?










share|improve this question

























  • Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

    – Ruslan Gerasimov
    May 26 '14 at 4:30











  • Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

    – Ruslan Gerasimov
    May 26 '14 at 4:42











  • @RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

    – mehdix_
    May 26 '14 at 18:28
















1















During the installation of my ubuntu server, I had to leave a big space of my hard drive for specific service. Well, I forgot to to partition it up and leave it mounted during installation. Right Now, I realized I won't be able to use it without being partitioned.



(parted) print free
Model: DELL PERC 6/i (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
32.3kB 1049kB 1016kB Free Space
1 1049kB 500MB 499MB primary ext2 boot
2 500MB 26.3GB 25.8GB primary ext3
26.3GB 26.3GB 1048kB Free Space
3 26.3GB 32.3GB 5999MB extended
5 26.3GB 32.3GB 5999MB logical linux-swap(v1)
32.3GB 292GB 260GB Free Space


What I'mmona need to do, is partition that indicated "Free Space" as well as mount it on a certain /dev/sd* device in order to use it.
Any help with that?










share|improve this question

























  • Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

    – Ruslan Gerasimov
    May 26 '14 at 4:30











  • Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

    – Ruslan Gerasimov
    May 26 '14 at 4:42











  • @RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

    – mehdix_
    May 26 '14 at 18:28














1












1








1








During the installation of my ubuntu server, I had to leave a big space of my hard drive for specific service. Well, I forgot to to partition it up and leave it mounted during installation. Right Now, I realized I won't be able to use it without being partitioned.



(parted) print free
Model: DELL PERC 6/i (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
32.3kB 1049kB 1016kB Free Space
1 1049kB 500MB 499MB primary ext2 boot
2 500MB 26.3GB 25.8GB primary ext3
26.3GB 26.3GB 1048kB Free Space
3 26.3GB 32.3GB 5999MB extended
5 26.3GB 32.3GB 5999MB logical linux-swap(v1)
32.3GB 292GB 260GB Free Space


What I'mmona need to do, is partition that indicated "Free Space" as well as mount it on a certain /dev/sd* device in order to use it.
Any help with that?










share|improve this question
















During the installation of my ubuntu server, I had to leave a big space of my hard drive for specific service. Well, I forgot to to partition it up and leave it mounted during installation. Right Now, I realized I won't be able to use it without being partitioned.



(parted) print free
Model: DELL PERC 6/i (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
32.3kB 1049kB 1016kB Free Space
1 1049kB 500MB 499MB primary ext2 boot
2 500MB 26.3GB 25.8GB primary ext3
26.3GB 26.3GB 1048kB Free Space
3 26.3GB 32.3GB 5999MB extended
5 26.3GB 32.3GB 5999MB logical linux-swap(v1)
32.3GB 292GB 260GB Free Space


What I'mmona need to do, is partition that indicated "Free Space" as well as mount it on a certain /dev/sd* device in order to use it.
Any help with that?







linux ubuntu partitioning parted






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 26 '14 at 2:24







mehdix_

















asked May 26 '14 at 2:17









mehdix_mehdix_

156119




156119













  • Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

    – Ruslan Gerasimov
    May 26 '14 at 4:30











  • Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

    – Ruslan Gerasimov
    May 26 '14 at 4:42











  • @RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

    – mehdix_
    May 26 '14 at 18:28



















  • Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

    – Ruslan Gerasimov
    May 26 '14 at 4:30











  • Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

    – Ruslan Gerasimov
    May 26 '14 at 4:42











  • @RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

    – mehdix_
    May 26 '14 at 18:28

















Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

– Ruslan Gerasimov
May 26 '14 at 4:30





Do you want to create new partition on the "260Gb Free Space" and have it mounted every time, right?

– Ruslan Gerasimov
May 26 '14 at 4:30













Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

– Ruslan Gerasimov
May 26 '14 at 4:42





Sorry I first advised you Gparted and the decided to ask it: do you need to partition namely by using parted?

– Ruslan Gerasimov
May 26 '14 at 4:42













@RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

– mehdix_
May 26 '14 at 18:28





@RuslanGerasimov- Yes that's right, I want the 260GB not necessarily be formatted but mounted to a device like /dev/sd* so I'd be able to use it. FYI, I'm not using GUI linux.

– mehdix_
May 26 '14 at 18:28










1 Answer
1






active

oldest

votes


















0














If you just want to create a new partition install and run Gparted,



sudo apt-get install gparted





share|improve this answer
























  • Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

    – mehdix_
    May 26 '14 at 18:26











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f758726%2fhow-to-partition-a-free-space-using-parted%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









0














If you just want to create a new partition install and run Gparted,



sudo apt-get install gparted





share|improve this answer
























  • Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

    – mehdix_
    May 26 '14 at 18:26
















0














If you just want to create a new partition install and run Gparted,



sudo apt-get install gparted





share|improve this answer
























  • Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

    – mehdix_
    May 26 '14 at 18:26














0












0








0







If you just want to create a new partition install and run Gparted,



sudo apt-get install gparted





share|improve this answer













If you just want to create a new partition install and run Gparted,



sudo apt-get install gparted






share|improve this answer












share|improve this answer



share|improve this answer










answered May 26 '14 at 4:39









Ruslan GerasimovRuslan Gerasimov

1,9261912




1,9261912













  • Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

    – mehdix_
    May 26 '14 at 18:26



















  • Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

    – mehdix_
    May 26 '14 at 18:26

















Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

– mehdix_
May 26 '14 at 18:26





Oh, Gparted is a GUI tool for GNOME based systems. I'm only using linux server without GUI. That's why I'm looking for appropriate solution.

– mehdix_
May 26 '14 at 18:26


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • 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%2fsuperuser.com%2fquestions%2f758726%2fhow-to-partition-a-free-space-using-parted%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

How do I know what Microsoft account the skydrive app is syncing to?

When does type information flow backwards in C++?

Grease: Live!