I have raid5 configure with gpt partition to allow working with drive larger the 1.6 TB
Ubuntu version is 12.04 and the md drive is 5TB.
with:
mount -t ext3 /dev/md129 /images
mount works fine. But when I tried to put the same configuration to /etc/fstab:
/dev/md129 /images ext3 default 0 0
I get this error at boot:
mount: wrong fs type, bad option ....
What I'm doing wrong or what I need to do to make it work?