Does anyone know what the partition size limitation is for the Ubuntu software raid controller? If its 2TB, does anyone know how to increase that limitation to 3TB? This is in regards to a question I posted on Server Fault.
Thanks for your time?
|
Does anyone know what the partition size limitation is for the Ubuntu software raid controller? If its 2TB, does anyone know how to increase that limitation to 3TB? This is in regards to a question I posted on Server Fault. Thanks for your time? |
|||
|
|
|
Every filesystem has limits, and ext2/ext3 were limited to 2 TiB, but ext4 has a much higher limit (that you won't reach anytime soon). So, use ext4 and you should be safe... For NFS shares I think it depends on the NFS daemon/version you use (check the manuals first) and some certainly have a filesize limit. For Samba it shouldn't be a problem, except with older versions of Windows maybe? |
|||||||
|
|
It has no practical limit. If you use msdos partition tables though, those are limited to 2TB. You can get around that by switching to GPT instead. |
|||
|
|