Beiträge von jftaal

    Okay will look into it. Good advice it think thank you.

    Okay will look into it. Good advice it think thank you.

    I recommend that you keep the root filesystem on the SD card. Don't do anything. How is that for not having to set up everything again? Just imagine the time and effort that you save!


    I have had several OMV HC2 installs running from SD cards, for quite a while, and I have no problems. I also have a HC1 install running from the sata drive, after doing as I described. I regret doing that. I would be much better off not moving the rootfs to SATA. For instance it is very easy to clone a sd card. Or swap it.


    Just make sure not to use the SD card to store frequently variable data. For instance metadata and databases for media servers. By default a lot of stuff is installed to /var/lib/whatever. If /var/lib/whatever is located on the SD card, that is Bad™. For instance /var/lib/docker, /var/lib/plexmediaserver. Place those folders on the SSD!

    Okay well Iam a bit of a novice linux user.
    But I can say that the /var/lib/docker is not on the SSD but on the SDcard. That said the only dockers I have is photoshow and baikal and the data for these are on the SSD. So any databases for those docker instances are on the SSD.


    How to move these /var/lib/whatever to the SSD?


    EDIT: I found a field where I could specify the base folder for docker. I have set it to a sharedfolder on the SSD.
    But nothing shows up in that folder. I think i need to reconfigure all docker images. These are still set to the default folder.

    Okay but this means setting it up all over again. Thats what Iam trying to avoid. But it starting to look like there is no other way.
    I have this in mind. Place all data and folders to the external HDD. Then make a backup of OMV. Repartition SSD, reinstall OMV on the SDcard run nand-sata-install then reboot and restore OMV backup. Then place all files back on SSD. Seams a way to go.
    Thank you for your reply.

    thank you for explaining. But this is a odroid and its boot.ini needs to be on the SD card. Its not that simple as just clone SD card to the SSD. The odoid wil search on the SDcard for boot first. But still thank you for taking the time.

    Hi there,


    I hope I can get some advise from you forum readers.
    I have the following installation.
    I got a Odroid HC1, in it a SDcard with the OMV 4.0 image written on it.
    In the Odroid there is a SSD connected to the SATA.
    Ii got everything up and running. A Samba share, a media server, a syncthing, some dockers (baikal, photoshow) and I like it verry much.
    BUT i worry a bit becouse al of this is installed and run from a SDcard. And I know from experience that this can break very easy. I got the flashdisk plugin installed that some how should reduce write/read actions


    Now there are plenty how to's for moving the rootfs to the SSD and run OMV and everything installed from the SSD.
    But all these howto's start from scratch and I all ready have a complete setup with all sorts of files on the SSD.


    I did mount a HDD of 2TB on the USB port. SSD is only 120GB. So I would like to move all files to the HHD in the future.


    So how to go about this? Move all files to HDD and then format SSD and move rootfs and than reinstall everything.


    Or can I some how just move rootfs right now and keep everything as is. I expect not becouse you need to repartion the SSD.


    Or do you think that the flashdrive plugin is good enough.


    Can I get some advice from you guys/girls how to get about this.


    Thank you.

    okay so it turns out it was my inpatients indeed. Feeling quite stupid now.
    But it was my understanding that photos that were already present in the photo folder would be processed by picapport. But this does not happen. It does say building database 0 photos found 0 trumbnails. I will leave it overnight and see what happens. There are about 7000 photos in the folder.


    I will get back to you.

    Hi,


    I want to try Picapport on OMV and I want to install it as a docker. I followed the guide of Techno Life Dad and well besides the tag its all pretty straight forward.
    I have an ODROID HC1 and if Iam not mistaken this is a ARM32 device. But when I tag the dokker pull with the ARM32v6 tag I get a error. When I dont use a tag upon pulling the docker it just get the dokker image. According to the maintainer it should not matter. The container is multiarch and chooses the best suited arc.


    Anyway when running the image and setting the paramaters as follow:


    Restart policy: Always
    Network mode: Bridge and I chose port 83.
    Erviralmental veribales: Are just the way they were. Nothing added or removed or modifide.
    Vol an Bind mounts I got one for the config files and one where my pictures are.
    I posted a screenshots of this in the thread.


    After this I start the docker image and when I go to my ipadres and port it cant connect.
    Iam useing the whatever4711/picapport docker image.


    I also tried the docker image of fionnb/picapport but it is the same. Just cant connect...



    Can someone help me?