bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: create NTFS partition?


From: lode . leroy
Subject: Re: create NTFS partition?
Date: Wed, 15 Sep 2004 09:22:25 +0200 (CEST)
User-agent: SquirrelMail/1.4.3a

> address@hidden writes:
>
>> is it possible to create an NTFS partition
> Yes, it is possible.  All you need to do is supply the
> filesystem type(ntfs) to mkpart.
>
>  mkpart PART-TYPE [FS-TYPE] START END      make a partition

Thanks. I found out that I was using an older version of mkpart,
and second thing was I was trying to use mkpart in a script.

mkpart --script /dev/hda primary ntfs 0 -0

mkpart kept complaining that "0 is not an option".
I assumed it was complaining about the "0" on the command line,
but it was complaining about the "-0"!
one needs to enter this as

mkpart --script -- /dev/hda primary ntfs 0 -0

any seasonned libreadline user knows this... you just
have to understand the error message first!


----------------------------------------------------------------------------------
Plaats je zoekertjes GRATIS op AdValvas
Placez votre petite annonce GRATUITEMENT sur AdValvas
http://www.advalvas.be




reply via email to

[Prev in Thread] Current Thread [Next in Thread]