Dear,
newbie user for OMV, but 22 years of Linux experience (e.g. I do accept help based on bash-commands). Trying to install a Zotac Mini-PC with AMD350 CPU and 2 x 4TB USB disks using OMV 0.5.9.
I have defined mirrored disk /dev/md0 using the webgui based on my two USB disks. Both disks have been wiped in OMV first.
This array is not visible after a reboot. As a result I cannot create a XFS filesystem and cannot create shares.
Using command line I can start the array, create a filesystem and mount it temporarly:
df -h:
Code
root@fob5:/etc/openmediavault# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 231G 827M 218G 1% /
tmpfs 1.2G 0 1.2G 0% /lib/init/rw
udev 1.2G 156K 1.2G 1% /dev
tmpfs 1.2G 0 1.2G 0% /dev/shm
tmpfs 1.2G 0 1.2G 0% /tmp
/dev/md0 3.7T 5.5M 3.7T 1% /mnt/tmp
blkid:
Code
/dev/sda1: UUID="52092f26-87ff-4c2c-8b96-9a7bf5bb4a10" TYPE="ext4"
/dev/sda5: UUID="a40006cf-d7a8-41a7-aef4-0fc8dc98f166" TYPE="swap"
/dev/sdb: UUID="f7d96e8a-f5c3-106f-5b79-e67298f67ee3" LABEL="fob5:USBMIRROR" TYPE="linux_raid_member"
/dev/sdc: UUID="f7d96e8a-f5c3-106f-5b79-e67298f67ee3" LABEL="fob5:USBMIRROR" TYPE="linux_raid_member"
mount:
Code
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw)
/dev/md0 on /mnt/tmp type xfs (rw)
The array is not listed in /etc/fstab:
Code
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=52092f26-87ff-4c2c-8b96-9a7bf5bb4a10 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=a40006cf-d7a8-41a7-aef4-0fc8dc98f166 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
tmpfs /tmp tmpfs defaults 0 0
Display More
and not in /etc/openmediavault/config.xml:
Questions: how can I assemble the array automatically and get it visible in OMV?
Thanks, -MN