Author Topic: Which format for my external USB hard drive?  (Read 1498 times)

Offline mcse37

  • Jr. Member
  • **
  • Posts: 11
Which format for my external USB hard drive?
« on: May 09, 2010, 03:18:58 PM »
I use this external drive for backups.  Which format should I use? 

I've heard that ext2 is very fast.  I'm not sure if I need the overhead of ext4.  Comments?

Thanks!

Bob

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11581
  • ----IOFLU----
Re: Which format for my external USB hard drive?
« Reply #1 on: May 09, 2010, 03:26:26 PM »
I use this external drive for backups.  Which format should I use? 

I've heard that ext2 is very fast.  I'm not sure if I need the overhead of ext4.  Comments?

Thanks!

Bob

An ext2 file system is very fragile and easy to corrupt. With ext3 a journal is created on an ext2 file system making it very robust. If all your systems can read ext4 that's a good option too, as it's supposedly faster than ext3, and at least as robust, if not more so.

If you have a mix of older and newer systems that will read the file system, I'd go with ext3 to be sure all can read and write to it.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: Which format for my external USB hard drive?
« Reply #2 on: May 09, 2010, 05:00:14 PM »
It depends.

-------------------------------

DOH!  O-P got here first... Again!   ;D
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Which format for my external USB hard drive?
« Reply #3 on: May 09, 2010, 06:15:10 PM »
those backups are going to be copy/paste folders or a specific backup, a compressed file?

if you want a specific compressed file created by a backup app it is better to use ext3, ext4 can give you some problems, not common but can happen

if all you need is a copy of your personal files that could be used on another machine, maybe a windows machine you need ntfs
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Which format for my external USB hard drive?
« Reply #4 on: May 09, 2010, 06:26:32 PM »
short answer .........  ext3    :)

Offline everge48

  • Sr. Member
  • ****
  • Posts: 383
Re: Which format for my external USB hard drive?
« Reply #5 on: May 19, 2010, 03:15:34 AM »
short answer .........  ext3    :)

+1

With the right drivers installed both Mac and Windoze can read/write Ext3. With the right firmware Ext3 drives can be used by WDTV HD Media Players. I had a problem using Ext4 for my external drives because they would only work on Linux.
« Last Edit: May 21, 2010, 02:37:11 AM by 4evergr8ful »
Any sufficiently advanced technology is indistinguishable from magic.

Offline Xero

  • Sr. Member
  • ****
  • Posts: 468
Re: Which format for my external USB hard drive?
« Reply #6 on: May 19, 2010, 10:24:56 AM »
 Another for ext3. My storage drives are all formatted with this, and with the Ext2Fsd driver installed and configured, I can load and play with them fine in Windows machines also. I keep a small fat32 partition at the front of my external 1TB I take everywhere, if people want to access the rest they have to install the above driver from the fat32 and reboot (yay for windows! Reboot everytime you install something. :P), and should be navigating it fine.
There is no shame in saying "I don't know".

Offline blarney

  • Hero Member
  • *****
  • Posts: 703
  • I Chose Freedom
Re: Which format for my external USB hard drive?
« Reply #7 on: May 19, 2010, 11:29:55 AM »
I made 2 partitions and formatted one as fat32 and the other ext3. I had a few problems with ext4 on a Debian Squeeze install where it kept needing FSCKing because of corruption so I'm steering clear of that at the moment. Don't know why and it may be nothing to do with the file system but for the moment its put me off.


Cheers,
Blarney

Offline Duvid

  • Sr. Member
  • ****
  • Posts: 270
Re: Which format for my external USB hard drive?
« Reply #8 on: May 19, 2010, 12:05:32 PM »
After trying several scenarios, I settled on having one partition with a bootable  PCLOS (used unebootin), an adequate size partition to move data to other window machines as ntfs, and the majority of the drive to have for my storage in ext3. It has become a very versatile 320 gig WD Passport.