OMV NAS which Filesystem to use?

JustInspired

Well-Known Member
Reaction score
226
Location
Kent, United Kingdom
Hello all you Linux peeps! :)

I have installed OpenMediaVault on my little HP Microserver. SSD for the boot drive.

I have two 3TB Western Digital Red hard drives in a OMV mirror for data. Specifically I will be storing customers' drive images (large files) transferred via FTP or shares on the LAN.

What is the best filesystem to use for the mirror? I'm confused with all the options - Ext4, XFS, JFS etc.

Also, what is the recommended method of setting up shares on the NAS that will be accessed by my customers' Windows PCs?

Many thanks,

Julian
 
Ext4 would be my choice. Fast, stable, and well supported. Possibly more important, if something unfortunate happens, I know my data recovery software supports Ext4. I'm pretty sure that it doesn't support XFS or JFS.
 
Ext4 would be my choice. Fast, stable, and well supported. Possibly more important, if something unfortunate happens, I know my data recovery software supports Ext4. I'm pretty sure that it doesn't support XFS or JFS.

Good point about the data recovery scenario. I hadn't thought that far ahead. Thank you.
 
No tipes needed, was designed to be intuitive.
Create RAID.
Create Filesystem(s) on RAID.
Create Shared Folders.
Then configure the services to share those folders.

My only tip is.... if you don't know why you need to use ACL, don't! ;)
 
Just wanted to check in and say thanks guys.

My MicroServer is running like a dream. Got the two 3TB WD Red drives in a mirror. Saving up for two more.

I was able to get the share for my customer image dumps working with anonymous read/write access via explorer etc but I could not get the same share to do the same thing on FTP. I could log in anonymously but could not write or delete anything. I had to put in a user and password.

Love that this (like my old FreeNAS box) has a Recycle Bin! Great for those DOH! moments that happen when sleepily deleting stuff on a network share. :)
 
Back
Top