Results 1 to 10 of 10

Thread: External hard drive format

  1. #1
    TaraIkeda's Avatar
    TaraIkeda is offline Wise Penguin
    Join Date
    Feb 2009
    Posts
    1,288

    Default External hard drive format

    Alright here is my next issue, I have this external here that I use for both windows and Linux.
    But I need help deciding what format I should put on it.
    I need something stable yet works well with both XP and linux.
    But heres the problem, I tried ext3 on it and well its not as good as it is on my actual linux install.
    I also tried NTFS, but it fragments fast so its a terrible FS for externals (much less as a full FS)
    Should I just re format it to Fat32 despite all the obvious setbacks?
    Try something like ext2, as I do have the fsdriver for windows to allow it to read ext drives...
    I just wish there were more options here as it seems none of the other filesystems would be friendly to my XP machine...
    Not XFS, not Reiser, not JFS...
    I looked them up and none have a tool for XP to use them, its also the same reason why I dont plan on using EXT4

  2. #2
    ken_yap is offline Flux Capacitor Penguin
    Join Date
    Jun 2008
    Location
    UTC+10
    Posts
    9,955
    Blog Entries
    4

    Default Re: External hard drive format

    The reason ext3 isn't doing as well as on the internal HD is due to the bandwidth of the USB connection and the electronics between the USB and the HD. ext2 would be similar in performance, it's basically ext3 minus the journal. It would be better than FAT if you don't want NTFS. Just remember that ext2 (and other native Linux filesystems) do store ownership and permissions per file, so get those right.

  3. #3
    ab
    ab is offline Wise Penguin
    Join Date
    Apr 2009
    Posts
    1,445

    Default Re: External hard drive format

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    The only options you have are NTFS and fat32 to have any reliability. In
    theory ext2/ext3 works on windows if you add the extra driver for it but
    I've never tried it and if you are having issues with reliability then
    that's not great. Submit an enhancement request to support half of the
    filesystems everybody else does. ;-)

    For the record on my drive I've had forever I still use Reiser but I also
    do not have to work with OS's that can't support anything.

    Good luck.





    TaraIkeda wrote:
    > Alright here is my next issue, I have this external here that I use for
    > both windows and Linux.
    > But I need help deciding what format I should put on it.
    > I need something stable yet works well with both XP and linux.
    > But heres the problem, I tried ext3 on it and well its not as good as
    > it is on my actual linux install.
    > I also tried NTFS, but it fragments fast so its a terrible FS for
    > externals (much less as a full FS)
    > Should I just re format it to Fat32 despite all the obvious setbacks?
    > Try something like ext2, as I do have the fsdriver for windows to allow
    > it to read ext drives...
    > I just wish there were more options here as it seems none of the other
    > filesystems would be friendly to my XP machine...
    > Not XFS, not Reiser, not JFS...
    > I looked them up and none have a tool for XP to use them, its also the
    > same reason why I dont plan on using EXT4
    >
    >

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v2.0.9 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

    iQIcBAEBAgAGBQJKS6avAAoJEF+XTK08PnB5RhUP/iy8LSdi13UhJA1bg4QHa1QC
    7TBB3CDEdWWo4nS5RP6x52luJ2HVz3w27Ew5QTB3K8pTi8qE1GZjYeIF6d48n8Cw
    TsKhrhyKlTqP8NPnI6hXS4JoOqwnUhwWdKNKp+1rNvGu1LHp2+32b4IFMvDFFaXV
    eilkbhxM+NXdqvWfQvECSqw9U3CKbkddJMjEe+n/VwAQud3Q3AP6qkpwpjSFOuPg
    R9jbKBcQKoqBJcmfZd2CpqXLe1fQP5lgKoS9K9AgTknj1dLzd+GEqNWuq+OxmosR
    USwqJ6W685R2ErRPG/+oCChK77Df8OC6p9hf2YvSwwSIS9BNi2O/fyJm/533L1rn
    ZLpxMEmGg+ruDrdBS1eWO5J7lHjZOOvBaiV/ll7RwWGZzaxwGuB0/RTBkyQjh0gw
    LWsm5SUAWJgdWVYVriveOTJ6Uot4de1x0IYmXi8bQuThZiuNAOgyDEOpKagNYMq/
    jJLyf+HTQIt31A8Ybv2Gymufl7nbeaLxw3N2DRrb8lA4e/GkJIOwTW8p+sjdYHdT
    M/Pz1z5ALDvmSFK4T27LM7uxqwqBzcB3FwY+S9Kt/aS0l9WbWqatpzMTOKtDeg0m
    JfBdm17hKQYgVUnryV0Fb+ztnKSasn/pq83QQeZceg14rhV9nu7FA2jNt0ncXFVe
    gDbzUthS2MhdPj5kZTZf
    =qXfR
    -----END PGP SIGNATURE-----

  4. #4
    TaraIkeda's Avatar
    TaraIkeda is offline Wise Penguin
    Join Date
    Feb 2009
    Posts
    1,288

    Default Re: External hard drive format

    So you guys say my options for this are even smaller then I thought?
    I just dread using NTFS as I would have to defrag it often and I would need XP to do that and we are only using XP sparingly...
    Sigh, I wish there was a way to read more filesystems on XP...
    I know I could format my external to another FS but what one to use makes it difficult.

  5. #5
    ken_yap is offline Flux Capacitor Penguin
    Join Date
    Jun 2008
    Location
    UTC+10
    Posts
    9,955
    Blog Entries
    4

    Default Re: External hard drive format

    You could put your HD in a network drive housing and then it becomes available to all machines on your LAN, generally via Samba, NFS or FTP. But that costs more and the cheapo housings have mediocre performance.

    What's wrong with NTFS? Are you going to be doing so much file traffic that it will get fragmented badly? If you don't use it often, you won't have to defrag often. It's not as if it will get fragmented while it's not in use.

  6. #6
    TaraIkeda's Avatar
    TaraIkeda is offline Wise Penguin
    Join Date
    Feb 2009
    Posts
    1,288

    Default Re: External hard drive format

    I dont think making it a network drive is feasible as its a WD My Passport USB drive.
    As for NTFS, we use this external for a LOT of file transfer so we have to be cautious on what we use.
    My Husband needs it for work too, luckily he can still use a EXT drive because his company is linux friendly.
    But he needs windows compatibility too.

  7. #7
    TaraIkeda's Avatar
    TaraIkeda is offline Wise Penguin
    Join Date
    Feb 2009
    Posts
    1,288

    Default Re: External hard drive format

    Alright I looked around on the web a bit and have read that EXT2 might suit me, but I never worked with it before.
    I have worked with NTFS, FAT32, EXT3 and XFS so I know them best.
    How do you guys feel about EXT2?
    I mean its gotta be better then FAT32

  8. #8
    ken_yap is offline Flux Capacitor Penguin
    Join Date
    Jun 2008
    Location
    UTC+10
    Posts
    9,955
    Blog Entries
    4

    Default Re: External hard drive format

    Like I said, ext2 is just ext3 without the journal, so you won't see much difference on the Linux end, unless you are in the habit of pulling the plug while the filesystem is mounted, requiring a fsck next mount. You'd have to judge for yourself what the Windows ext2 driver is like.

  9. #9
    TaraIkeda's Avatar
    TaraIkeda is offline Wise Penguin
    Join Date
    Feb 2009
    Posts
    1,288

    Default Re: External hard drive format

    Trust me I take care of my drive so no worries there.
    I will probably reformat it a little later, I installed Gparted for the job as I am most familiar with it.
    I didnt play around with the OpenSuse installer so I am just going with Gparted for now.
    It will do.

  10. #10
    pimanac's Avatar
    pimanac is offline Explorer Penguin
    Join Date
    Jul 2008
    Location
    Pottstown PA, US
    Posts
    152

    Default Re: External hard drive format

    In my own experience, id reccomend FAT32 (Hate to say it) -- Drivers for both OS's are definately stable...and you wont have to worry about installing drivers on the windows machine in order to read the file system...then installing drivers on another windows machine if you decide to move the external drive around (the Raison d'être for external drives)...to me it would just be a hassle.
    As for NTFS on linux -- i know in the past the driver was not %100 reliable when in read/write mode (worked fine in read only mode), but I have not looked tried using the NTFS driver in several years--so i defer to the experts in the forum for that question!
    Desktop| opensuse11.3| Core2Q Q9450 | nVidia GeForce 8800 GT
    Server| Arch | mythtv 024 | Core2D E7500| nVidia GT210
    HTPC| opensuse11.3 | mythtv 024| Atom 330 | ASUS AT3IONT-I Deluxe | nVidia ION
    Laptop| System76 | opensuse11.3| Core2D P8600 | nVidia 9300M

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.5.2