Results 1 to 2 of 2

Thread: Using FDISK to Format USB drive NTFS

  1. #1
    Join Date
    Aug 2010
    Beans
    37

    Using FDISK to Format USB drive NTFS

    This is giving me all kinds of issues. I have Ubuntu server (Maverick) running and I am trying to configure some rsync Cron jobs to backup some media files and system files. However, I formatted an external 750 GB HDD as 1 NTFS partition from the terminal using FDISK. However when I try to mount the partition it says it's not valid NTFS. Do I need to set any flags on the drive in FDISK first? And if so which hex code do I choose for NTFS? thanks

    -hogfan

  2. #2
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Using FDISK to Format USB drive NTFS

    fdisk does not format, use mkfs

    In your case,

    mkfs.ntfs /dev/sdxy

    where /dev/sdxy is the partition to format.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •