You are not logged in.

#1 2009-01-03 15:58:04

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Most portable file system for large drives?

I bought a large portable hard disk (1 TB).

I bought it portable so I can use in many systems, what do you think is the best file system to format it?
Example of use:
- A customer calls me that its computer become crazy: I go there, I use my hard drive with many Windows cleaning programs and seek the problem. The customer might even pay me.
- Late Saturday night with friends, what about seeing a movie? I have a copy of many of my dvds in my hard drive...



Thoughts:
FAT16, the most understood (even the old NTs can read it) can not be used for size.
ext2 (or 3), Windows understands it installing the driver. But it means I need a second partition or drive with the drivers itself, and I seldom work with windows machines without root (ops, Administrator) account.
NTFS, maybe the best? The recent Windows understand it natively, the older need a driver but W98 are rare. Linux instead can use it without problems.

What do you think?

Offline

#2 2009-01-03 16:04:20

Archiee
Member
From: /home/Germany,Turkey,China
Registered: 2008-12-27
Posts: 30
Website

Re: Most portable file system for large drives?

I have the same problem as you.
I chose NTFS because it works fine at customers due to the fact that all of them have Windows.

Good luck smile


我爱中国!

Offline

#3 2009-01-03 16:13:14

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: Most portable file system for large drives?

I think NTFS is probably the most easily portable. Most linux distros seem to ship with ntfs-3g for r/w support and ntfs-3g works on OSX as well, letting you r/w on Macs too. Sure there are ext2 drivers for windows, but afaik there are none for OSX yet.

Offline

#4 2009-01-03 16:56:02

djnm
Member
From: USA
Registered: 2008-12-21
Posts: 78

Re: Most portable file system for large drives?

I would use NTFS.  I just formatted a 1TB drive to NTFS and it's working well on OSX(with ntfs-3g)/Archlinux/Windows with read/write support.


br0tat0chip in #archlinux and on freenode

Offline

#5 2009-01-03 18:54:46

kjon
Member
From: Temuco, Chile
Registered: 2008-04-16
Posts: 398

Re: Most portable file system for large drives?

XFS with logbufs=8,noatime and nodiratime! (and create it with -d logsize=128m)

If you need to access to your hdd you can always use a tiny virtual machine created on vmware on vbox. Of course leave a tiny partition of 1 gb. (fat32 formatted) to carry a few installers.

I got a few 320 gb. hdd formatted with this layout. Virtualbox has never let me down when transferring files from a virtual machine to a host and viceversa.


They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.

Offline

#6 2009-01-04 03:28:25

evilgold
Member
Registered: 2008-10-30
Posts: 120

Re: Most portable file system for large drives?

I think the format you use really comes down to how often you use witch operating system. I've noticed that NTFS has trouble mounting under linux if its not properly unmounted from windows or has errors. And Ext3 wont mount under windows unless properly unmounted in linux. Personally though i would much rahter trust my data to ext3 then NTFS, but thats just my preference. I myself stick with XFS for most of my drives, and share files via samba to windows machines.

Another suggestion although this is probably not an option since you already baught your drive: You could get a portable network storage device, such as the linksys NSLU2, and keep it in whatever format you like.

Offline

#7 2009-01-04 04:49:23

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Most portable file system for large drives?

Best portability is NTFS, unfortunately.

Offline

#8 2009-01-04 05:30:30

weasel8
Member
Registered: 2008-12-15
Posts: 149

Re: Most portable file system for large drives?

Yeah, I recommend using NTFS-3G as well.

Offline

#9 2009-01-05 18:44:54

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Most portable file system for large drives?

ops... Sorry for the dumbness, but how can I format in ntfs?
My system does not have mkfs.nfts and pacman -Ss ntfs does not suggest me anything...

Offline

#10 2009-01-05 18:54:35

kjon
Member
From: Temuco, Chile
Registered: 2008-04-16
Posts: 398

Re: Most portable file system for large drives?

pacman -S ntfsprogs


They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.

Offline

#11 2009-01-05 21:26:04

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Most portable file system for large drives?

Also pacman -S ntfs-3g for once you get it formatted wink

Offline

#12 2009-01-05 21:40:51

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: Most portable file system for large drives?

+1 for NTFS via ntfs-3g. It's worked well for me on 3 external HDDs with pretty heavy usage, and no data loss yet. I don't use OSX but performance is good on Arch and Windows XP/Vista and better than you would expect from a FUSE driver.

Offline

#13 2009-01-05 21:43:43

Super Jamie
Member
From: Brisbane, AU
Registered: 2008-12-15
Posts: 79
Website

Re: Most portable file system for large drives?

evilgold wrote:

I think the format you use really comes down to how often you use witch operating system. I've noticed that NTFS has trouble mounting under linux if its not properly unmounted from windows or has errors. And Ext3 wont mount under windows unless properly unmounted in linux.

And this is why no file system is really that portable, except for the operating system it's meant for.

If you want to keep a portable drive around to use on both Windows and Linux, you need to keep a Windows and Linux install around, to fix any errors.

The good news is, you can use Windows on VirtualBox with USB Proxy to fix any mounting errors in NTFS.

Or, you have a terabyte, some of which will be used for work. Why not make a 100gb NTFS work partition, and the rest ext3 with your personal data?

Offline

Board footer

Powered by FluxBB