How to automatically create windows partitions(fat/ntfs) through Linux. I have all the required information for partitions to be created.
For example:
- Size
- Flag
- Partition Type
- etc.
|
How to automatically create windows partitions(fat/ntfs) through Linux. I have all the required information for partitions to be created. For example:
| |||
|
feedback
|
|
You may use parted to do that. Something like:
See parted's manpage for details. | |||
|
feedback
|
|
You can also use gparted, which is a nice graphical partition editor. (depends on what you mean by "automatically"?) | |||
|
feedback
|