Thread: RAID 5 mounting
following bvz post 2011 set raid5 on ubuntu 12.04 server
created , formatted raid (using mdadm),tried create mount point thus;
#created directory: 'sudo mkdir /mnt/mikenas'
#opened editor change fstab file,including line:
/dev/md0/mnt/mikenas ext4 defaults 1 2
#used 'mount -a' mount raid, without restart
message 'ext4 not exist'
have tried resetting system, not recognize raid drive on boot-up, although halts looking drive.
think there step missing here, can please.
well sure there's space missing between /dev/md0 , /mnt/mikenas
(hence why thinks 'ext4' mountpoint , says not exist)
*may* need use symlink /dev/mapper rather specifying /dev/md0 directly - try way first
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] RAID 5 mounting
Ubuntu
Comments
Post a Comment