FDISK /MBR - Command used to rewrite the Master Boot Record. See CH000175 for additional information.
FDISK/CMBR <DISK> - Recreate Master Boot Record on specified disk. Performs the same functions as FDISK /MBR except can be used on other disk drives.
FDISK 1/PRI:100 - Command line to create a 100 meg DOS partition on hard drive 1.
FDISK 1/EXT:500 - Command line to create a 500 meg extended DOS partition on hard drive 1.
FDISK 1/LOG:250 - Command line to create a 250 logical drives.
FDISK /PARTN - Saves the partition to a file called PARTSAV.FIL
FDISK /Q - Prevents fdisk from booting the system automatically after exiting fdisk.
FDISK /STATUS - Shows you the current status of your hard drives.
FDISK /ACTOK - Makes FDISK not check the disk integrity allowing the drives to be created faster.
FDISK /FPRMT - Will not get the prompt for FAT32 support, in addition allows FDISK to be forced into using FAT32 on drives smaller then 540MB (by default FDISK will not use FAT32 on any drive smaller then 540MB). Finally this command can only be used with FDISK that supports FAT32.
donc moi sur mes HD 40 giga je devrais faire pour avoir deux partitions, une de 20 et lautre du reste ca--->
fdisk /pri:20000 /ext:19700 /log:19700
c juste non?
Falconpage
SECRET FDISK SWITCHES
FDISK /MBR - Command used to rewrite the Master Boot Record. See CH000175 for additional information.
FDISK/CMBR <DISK> - Recreate Master Boot Record on specified disk. Performs the same functions as FDISK /MBR except can be used on other disk drives.
FDISK 1/PRI:100 - Command line to create a 100 meg DOS partition on hard drive 1.
FDISK 1/EXT:500 - Command line to create a 500 meg extended DOS partition on hard drive 1.
FDISK 1/LOG:250 - Command line to create a 250 logical drives.
FDISK /PARTN - Saves the partition to a file called PARTSAV.FIL
FDISK /Q - Prevents fdisk from booting the system automatically after exiting fdisk.
FDISK /STATUS - Shows you the current status of your hard drives.
FDISK /ACTOK - Makes FDISK not check the disk integrity allowing the drives to be created faster.
FDISK /FPRMT - Will not get the prompt for FAT32 support, in addition allows FDISK to be forced into using FAT32 on drives smaller then 540MB (by default FDISK will not use FAT32 on any drive smaller then 540MB). Finally this command can only be used with FDISK that supports FAT32.
Oui ! J'ai déjà vu mais par contre je sais plus si c'est avec le fdisk d'origine :??: Surtout qu'avec le /? on a pas d'infos :(
hellsangel
peut etre que tu devrais faire ton post ds le forum programmation!?
bruno20
up
bruno20
pour que fdisk me prepare direct mon HD en deux partitions de 20000 et 10000mb par exemple...
y a moyen de faire ca en ligne de commande pour ainsi le mettre dans un fichier batch et juste lancer celui ci?