Creating a NTFS partition table using sfdisk or mkfs?
Long story short.
I'm completely new to Linux (I literally was introduced to the terminal 4 hrs ago).
I want to create a script to systematically wipe everything form a HDD ( I will not know if the HDD has already a data on it or it will come clean).
Then I'll create a partition table and two NTFS partitions (100MB & 80GB).
Mi clean the disk with:
whipefs -a /dev/sda
then... I'm stuck. I really do not know if it is possible with one command.
sfdisk <options> /dev/sda
mkfs.ntfs <options> /dev/sda
I tried to create the partitions directly after wiping the HDD, but I get an error stating that there is no Partition table. I have two hours looking for command that allow me to do it without any interaction further interaction after the first execution.
because I ave seen fdisk and the steps to create the partition table, but the magic of "I have a script" goes away.
Also I think I read something about creating a routine to send the types with "sed", but I hope there is a simpler way.
partitioning gnome-terminal fdisk
add a comment |
Long story short.
I'm completely new to Linux (I literally was introduced to the terminal 4 hrs ago).
I want to create a script to systematically wipe everything form a HDD ( I will not know if the HDD has already a data on it or it will come clean).
Then I'll create a partition table and two NTFS partitions (100MB & 80GB).
Mi clean the disk with:
whipefs -a /dev/sda
then... I'm stuck. I really do not know if it is possible with one command.
sfdisk <options> /dev/sda
mkfs.ntfs <options> /dev/sda
I tried to create the partitions directly after wiping the HDD, but I get an error stating that there is no Partition table. I have two hours looking for command that allow me to do it without any interaction further interaction after the first execution.
because I ave seen fdisk and the steps to create the partition table, but the magic of "I have a script" goes away.
Also I think I read something about creating a routine to send the types with "sed", but I hope there is a simpler way.
partitioning gnome-terminal fdisk
add a comment |
Long story short.
I'm completely new to Linux (I literally was introduced to the terminal 4 hrs ago).
I want to create a script to systematically wipe everything form a HDD ( I will not know if the HDD has already a data on it or it will come clean).
Then I'll create a partition table and two NTFS partitions (100MB & 80GB).
Mi clean the disk with:
whipefs -a /dev/sda
then... I'm stuck. I really do not know if it is possible with one command.
sfdisk <options> /dev/sda
mkfs.ntfs <options> /dev/sda
I tried to create the partitions directly after wiping the HDD, but I get an error stating that there is no Partition table. I have two hours looking for command that allow me to do it without any interaction further interaction after the first execution.
because I ave seen fdisk and the steps to create the partition table, but the magic of "I have a script" goes away.
Also I think I read something about creating a routine to send the types with "sed", but I hope there is a simpler way.
partitioning gnome-terminal fdisk
Long story short.
I'm completely new to Linux (I literally was introduced to the terminal 4 hrs ago).
I want to create a script to systematically wipe everything form a HDD ( I will not know if the HDD has already a data on it or it will come clean).
Then I'll create a partition table and two NTFS partitions (100MB & 80GB).
Mi clean the disk with:
whipefs -a /dev/sda
then... I'm stuck. I really do not know if it is possible with one command.
sfdisk <options> /dev/sda
mkfs.ntfs <options> /dev/sda
I tried to create the partitions directly after wiping the HDD, but I get an error stating that there is no Partition table. I have two hours looking for command that allow me to do it without any interaction further interaction after the first execution.
because I ave seen fdisk and the steps to create the partition table, but the magic of "I have a script" goes away.
Also I think I read something about creating a routine to send the types with "sed", but I hope there is a simpler way.
partitioning gnome-terminal fdisk
partitioning gnome-terminal fdisk
asked Jan 18 at 0:07
Neoz MemphistoNeoz Memphisto
11
11
add a comment |
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
});
}
});
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%2f1110699%2fcreating-a-ntfs-partition-table-using-sfdisk-or-mkfs%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
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%2f1110699%2fcreating-a-ntfs-partition-table-using-sfdisk-or-mkfs%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