• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File system help needed

Linflas

Lifer
We use ZENworks imaging where I work in conjunction with Novell Netware servers. I have been experimenting "outside the box" trying to save and restore images to local disks. Everything is fine until I get images greater than 4GB which is the limit that vfat (FAT32) can deal with. What I want to do is format a WD 500GB drive with a Linux filesystem that is capable of containing files greater that 4GB in size. What would be my best choice for this? Thanks much in advance.
 
All native Linux filesystems will hold files >4G. ext3 is the most compatible and a good middle ground, but I prefer an tend to use XFS whenever possible.
 
Thanks I'm going to try this when I get back from vacation. I did figure out another way to do this by mounting a share using smbfs filetype but it would still be nice to be able to use the USB drive as an alternative.
 
I use XFS for large files for my OS images (4-20gb). I notice a huge performance deleting large files vs ext3. I use ext3 for everything else.
 
Back
Top