topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Creating a partition on an external HD for an encrypted Volume  (Read 17205 times)

jdd

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 214
    • View Profile
    • Donate to Member
I am looking for recommended software to create an NTFS partition on a FAT32 external hard drive without losing data? 

The purpose of this is to use Truecrypt to create an encrypted Volume larger than the 4 Gig limit allowed on a FAT32 drive.
« Last Edit: February 02, 2009, 07:01 PM by jdd »

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #1 on: February 03, 2009, 12:52 AM »
You'll need something that supports splitting the container file in multiple less-than-4GB files (never looked into whether TrueCrypt supports this, but I don't think so - it's not something I'd work hard to support as a developer.)

Why don't you just move from FAT32 to NTFS though?
- carpe noctem

jdd

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 214
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #2 on: February 03, 2009, 08:13 AM »
Fodder, I want to move from FAT32 to NTFS.  That is why I want to know how to make an NTFS partition on the FAT32 external hard drive.
« Last Edit: February 03, 2009, 08:40 AM by jdd »

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #3 on: February 03, 2009, 10:44 AM »
If you don't need the external drive to be in FAT32, use the windows "convert" tool to convert it from FAT32 to NTFS. Nondestructive and fast :)
- carpe noctem

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #4 on: February 03, 2009, 10:59 AM »
I think that the terminology might be confusing things here.

There's no such thing as a "FAT32 hard drive". That's really shorthand for saying "A HD with a partition that is formatted as a FAT32 file system".

Once you pull this apart, you'll see that in order to get to the "NTFS" part of your request, you need to have a partition to format with that file system.

The "normal" way of getting to that is by creating a new partition on the hard disk; tools like Partition Magic will let you resize your existing partition (the one formatted FAT), letting you create a new partition in the freed-up space, which you can then format as you like.

An alternative way to get a new partition is to create one that's visible through a separate driver like TrueCrypt's. TC can look at a "real" partition as I described above, or it can handle a "virtual" partition that exists within a file stored within another filesystem. But in this latter case, the TC file must, of course, conform to the rules of the file system that contains it. And that means that you're stuck with 4GB on FAT32.

steeladept

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,061
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #5 on: February 03, 2009, 11:48 AM »
Or you could just reformat the USB stick to NTFS natively.  It is just like formatting a hard drive, but you just target the Stick instead.  Another alternative that I use (though I use it on an NTFS formatted USB stick) is to create multiple Truecrypt containers.  Each container can be a different partition or just a file in the partition.  You can then use TrueCrypt to mount the files as favorites.  Lastly you can even make the containers have a single password and use a script to pass that password to each file.  I wrote one like that already that is quite useful.

jdd

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 214
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #6 on: February 03, 2009, 01:47 PM »
The drive I am referring to is an external USB 300 GB drive that has about 50% free space available.  I am not sure of the exact terminology but the entire 300GB is presently in an FAT32 format.

I want to create an NTFS partition so that I can use Truecrypt to store a virtual encrypted Volume that is far in excess of the 4 GB limit for FAT32.  But I have never added a partition to a drive and I want to make sure I doon't loose the existing data.

Will Partition Magic do that?


f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #7 on: February 03, 2009, 01:51 PM »
You can use Windows' built-in "convert" tool to non-destructively convert the partition to NTFS, if you don't need it to be FAT32.

Otherwise you'll need either
a) re-partitioning the drive to have a FAT32 and a NTFS partition (destructive)
b) use a tool (like PartitionMagic) to shrink the FAT32 partition (nondestructive, but remember backups) and create a new NTFS partition.
- carpe noctem

jdd

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 214
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #8 on: February 03, 2009, 04:57 PM »
Let me make sure I understand correctly.   :-\

Let's say I have a FAT32 300GB drive D.  I can create a second 50 GB partition called T: which would be NTFS, and reduce the D: partition to 250GB while preserving the FAT32 format of D:, and preserving the data non-destructively, correct?

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #9 on: February 03, 2009, 05:08 PM »
Given the correct tools, yes. Partition Magic is one such tool, but I believe that there are other free alternatives. (And you will make backups just in case, right?)

jdd

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 214
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #10 on: February 03, 2009, 05:35 PM »
 I will backup.  What freeware alternatives are there?

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #11 on: February 03, 2009, 05:51 PM »
I will backup.  What freeware alternatives are there?
-jdd

You could try Easeus


f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #12 on: February 04, 2009, 05:24 AM »
...And if you don't need FAT32, you can just do "convert x: /FS:NTFS" where X: is the drive letter of your FAT32 partition. It's nondestructive and fast.
- carpe noctem

bcpaladin

  • Participant
  • Joined in 2007
  • *
  • Posts: 9
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #13 on: February 17, 2009, 10:00 PM »
I've always had good luck with GParted.  It runs from a bootable disk however.  I've read good things about Esaeus and have a copy but haven't tried it yet.

steeladept

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,061
    • View Profile
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #14 on: February 18, 2009, 11:31 AM »
Not to beat a dead horse or anything, right fodder  :P

However, he does have the right of it.  If your drive is D: formatted as FAT32 and you want to move to NTFS, just use the convert tool.  You already have it and it converts everything to NTFS without destroying your data.  If you do need your FAT32 partition (for whatever reason, though I can't think of any unless you still use Win9x), then you should look at the multiple partitions talked about by others.

As for my earlier post, the fact that it has a 300GB HD instead of USB stick is irrelevant (even though I did misread that part of it).  Truecrypt doesn't care about the media type.  As long as it runs on the media and has some location for storage that it can address, it will work.  My little script just runs against Truecrypt, so it will likewise function.

OldElmerFudd

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 181
  • Bite-sized trouble
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #15 on: February 23, 2009, 08:49 PM »
Gparted works very well. It's the Gnome Partition Editor app that is run from a CD. http://gparted.sourceforge.net/  Easeus Partition Manager will also do what you want. The home edition is free for non-business use. http://www.easeus.co...k-copy/dc-vs-epm.htm

+1 for Fudder's approach, though. It's simple, and works! Whatever you decide, back up your data. Did I mention back up your data? You can screw up a partition and have endless grief, so back up your data! (You really should anyway. I back up to a server and external drives, DVD's, etc. Paranoid? Oh, yeah.)

Last thought: do this when you're clear about what to do and expect. This is not a project to tackle after an evening of Ketel One and Cranberry Alize martinis.
 :D
Always code as if the guy who ends up maintaining your code is a violent psychopath and knows where you live.

OldElmerFudd

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 181
  • Bite-sized trouble
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #16 on: February 23, 2009, 08:50 PM »
Oops, sorry about the spelling, f0dder :-[
Always code as if the guy who ends up maintaining your code is a violent psychopath and knows where you live.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Creating a partition on an external HD for an encrypted Volume
« Reply #17 on: February 24, 2009, 12:38 AM »
Oops, sorry about the spelling, f0dder :-[
Oh, don't worry - I'm used to it elsewhere, where it's loaded with malicious intent - I didn't read it that way from you, it just made me smile instead :)
- carpe noctem