bug-parted
[Top][All Lists]
Advanced

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

Re: create NTFS partition?


From: Harley D. Eades III
Subject: Re: create NTFS partition?
Date: 14 Sep 2004 10:26:46 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

address@hidden writes:

> is it possible to create an NTFS partition
> (i.e. a partition with type "7") using parted?
> 
> (no need to create the actual ntfs filesystem)
Yes, it is possible.  All you need to do is supply the
filesystem type(ntfs) to mkpart. So, mkpart PART-TYPE ntfs START END.
Here is the help from mkpart.

 mkpart PART-TYPE [FS-TYPE] START END      make a partition

      PART-TYPE is one of: primary, logical, extended
      FS-TYPE is one of: ext3, ext2, fat32, fat16, hfs, jfs, linux-swap, ntfs,
      reiserfs, hp-ufs, sun-ufs, xfs
      START and END are in megabytes.  Negative values count from the end of
      the disk.
        
      mkpart makes a partition without creating a new file system on the
      partition.  FS-TYPE may be specified to set an appropriate partition
      ID.

cheers 
hde





reply via email to

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