Hi, I’d just like to know if and how I can use the opensuse DVD or any other software to reformat my drive, make 1 single primary partition (for windows to load onto), and also to make it NTFS file system.
Thank you in advance,
Oliver
Hi, I’d just like to know if and how I can use the opensuse DVD or any other software to reformat my drive, make 1 single primary partition (for windows to load onto), and also to make it NTFS file system.
Thank you in advance,
Oliver
Hi
When the DVD boots just select rescue mode. I should give you a login
use root and hit enter when it asks for the pasword. You should get a #
prompt.
The use the fdisk command;
fdisk /dev/sd(a?)
Use the command d then the partition number(s) you wish to delete. Then
use n to create a new partition. Then use the t command to change it to
ntfs which is 7, also set the boot flag (active partition in windows
speak) if it’s not set use the command a. If you use the p command there
should be an asterisk * by the new partition. Then finally w to write
the changes and exit.
If your installing windows on it, then just run your windows install
and you should be good to go. Else read the man page for mkfs.ntfs.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 6:39, 2 users, load average: 2.17, 1.93, 1.12
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82
I downloaded gparted and use that. I find it easier because it’s a gui and sets out what I am doing with pretty diagrams:)
Hmmm … And why exactly would you go through all that hassle just to accomplish something your Windows Installation CD will do automatically anyway?
JosipBroz is suggesting the safer method IMHO.