Welcome Guest. Sign in or Signup

3 Answers

how to format a pendrive in fat32,ntfs format?

Asked by: 518 views , ,
Linux Mint

i would like to get the commands in linux mint 10 for formatting pen drive with either in fat32 or ntfs format…

0saves
To have future articles like this delivered automatically to your Feed Reader or Inbox, please subscribe to this blog via RSS or email. For detailed reviews and tutorials, visit LinuxBSDos.com.

Articles in the Same Category:



3 Answers



  1. Connie New on Mar 04, 2012 Reply

    Use gparted for a GUI option and you can format into NTFS and FAT32 formats. This is by far the easiest

    For formatting from the command line you need to use parted
    or
    1st make a partition using fdisk e.g.
    fdisk
    then format the drive to the format you want using mkfs.. e.g.
    mkfs.fat32

    Doing this potentially loses data..so always back up first, and typos can lead you to wiping a wrong partition irrecoverably

    0 Votes Thumb up 0 Votes Thumb down 0 Votes



  2. Connie New on Mar 04, 2012 Reply

    use gparted for a GUI option and you can format into NTFS and FAT32 formats
    For formatting from the command line you need to use parted
    or
    1st make a partition using fdisk
    then format the drive to the format you want using mkfs.. e.g.
    mkfs.fat32

    0 Votes Thumb up 0 Votes Thumb down 0 Votes



  3. Emil Ojackov on Dec 25, 2011 Reply

    FAT32 is different file format from NTFS.
    So you can format only FAT32 or only NTFS.
    Using both of them on one Pendisk is impossible.
    Have a nice day!
    Emil.

    0 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question

More in Ubuntu
Using upstart for “offline folders”
Executing ‘grub-install /dev/sda5′ failed. This is a fatal error.
Single Swap Space for Dual-boot on Portable Hard Disk
Close