Beiträge von tan159

    I have it mounted ok. It is showing in the GUI & I have rebooted omv. Still when click on the +Create button a window pops up but the first section labelled DEVICE the "select a device" drop down menu is blank & I cant enter anything onto it.


    I only want to use the 3rd partition as an easy and quick location to transfer temporary files between 2 devices without spinning up the actual NAS harddrive.

    Well, what about mmcblk0p3? This is the 3rd partition you were asking for. Has been created and waits for you creating your filesystem of choice on it. Afterwards it's accessible from the web UI and can be used for data (since OMV doesn't allow to use the OS partition / rootfs for this). So everything as expected, simply choose a filesystem as the readme explains.

    Ok i see it now in the readme.txt


    The readme.txt says
    "The last partition for data use will be automatically resized on
    first boot to use all available SD card space. Though you need to
    put your filesystem of choice on it (eg mkfs.btrfs /dev/mmcblk0p3)"


    I implemented mkfs.btrfs /dev/mmcblk0p3 and can see the drive in the GUI under the storage/file systems section. However after I mount it and click on the Create button, nothing comes up under the "device - select a device" section so I cant create a file system on it.

    Output from 'armbianmonitor -u' first please :)


    http://sprunge.us/ZhJP


    Ok i see it now in the readme.txt


    The readme.txt says
    "The last partition for data use will be automatically resized on
    first boot to use all available SD card space. Though you need to
    put your filesystem of choice on it (eg mkfs.btrfs /dev/mmcblk0p3)"


    I implemented mkfs.btrfs /dev/mmcblk0p3 and can see the drive in the GUI under the storage/file systems section. However after I mount it and click on the Create button, nothing comes up under the "device - select a device" section so I cant create a file system on it.

    I have just re-downloaded reflashed the sd card with etcher. How long should i wait for it to do its auto reboots on first startup? I never see it rebooting itself so should 30 minutes be enough time?


    Also should I reboot it manually from the gui or shutdown then press the power button to wake it again?

    I try not to use raspberry pi guides but I couldn't find any guides for the banana pi.


    After about 5 succesful reboots I can't now login in via the GUI nor SSH. In fact it looks like the banana pi doesn't even have an ip address. I usually search for available devices on my network by logging into the router & looking at the routing table. Also in windows my Eset smart security shows devices on my network but nothing shows for the banana now. The red power light & the blue network light still come on but no ip address is visible & hence cannot connect to omv.


    Going to reflash the SD card & start from scratch again.

    Hi


    Installed OMV 3 on banana pi using the official image from here.


    Used Etcher to burn the image to SD card.
    After first boot up it says need to wait up to 15 minutes and the system will reboot. Been waiting up to 1 hour still no reboot. However logged into the GUI and rebooted from there just to be on the safe side.


    Problem is the system SD card where OMV resides only has 2 small partitions
    Looking at other peoples posts everyone seems to get 3 partitions. I'm not bothered about that but i want the use most of the 8GB sd card for the omv system files so i used the guide here to expand the 2nd partiton to get this shown by "fdisk -l"


    /dev/mmcblk0p1 2048 133119 131072 64M 83 Linux
    /dev/mmcblk0p2 133120 13000000 12866881 6.1G 83 Linux


    Only part i couldn't get working was entering after a reboot the command
    "sudo resize2fs /dev/mmcblk0p2" it came up with error
    " Couldn't find valid filesystem superblock."


    Is that because the filesystem is showing as btrfs format in the gui? Terminal ssh shows the above size but in the GUI it only shows 863Mb of which shows 95% usage already!
    Also "df -h" shows
    "/dev/mmcblk0p2 863M 683M 41M 95% /"


    How can I Expand the filesystem to use all the space allocated to the second partition?
    Also on a side question, how do you change the terminal ssh password from the default openmediavault?