mount fail via fstab but working with command line

2012-05-10 Thread Muhammad Yousuf Khan
i have 2TBx2 Drives with RAID 1. here is my RAID partitions layout and size is 500GB each made on GPT. /dev/md1 /dev/md2 /dev/md3 /dev/md4 i can mount the partition via command line very easily just by giving this command mount /dev/md4 /test/users however i can not mount them via fstab. it is

Re: mount fail via fstab but working with command line

2012-05-10 Thread Thierry Chatelet
On Thursday 10 May 2012 12:57:07 Muhammad Yousuf Khan wrote: here is my fstab /dev/md4 /test/users ext4default 0 2 my UUIDs #/dev/md4: UUID=23d47b04-18fd-4d65-8792-647bd5016a3f TYPE=ext4 #/dev/md3: UUID=b0047ee5-084d-44a8-b7f1-f7e040ec5c31 TYPE=ext4 #/dev/md2:

Re: mount fail via fstab but working with command line

2012-05-10 Thread Muhammad Yousuf Khan
Thanks for pointing out the error. yes it was a typo. Thanks alot. On Thu, May 10, 2012 at 4:06 PM, Thierry Chatelet tchate...@free.fr wrote: On Thursday 10 May 2012 12:57:07 Muhammad Yousuf Khan wrote: here is my fstab /dev/md4         /test/users     ext4    default 0       2 my UUIDs