Beiträge von Deckma

    Hello,


    I'm encountering a non-fatal error message when quick wiping a hard drive in OMV via the WebUI. The error message I receive is below:


    What I am doing is slowly growing my existing 8 drive RAID6 array using the multiple device plugin via replacing each drive with a bigger one.

    1. Remove a drive from the the array via the MD plugin of OMV
    2. Turn off my PC
    3. Replace the old drive with a bigger drive
    4. Turn back on my system
    5. Log back into OMV 7 WebUI
    6. Go to Storage > Disks, select the newly installed bigger disk and select wipe and select quick wipe. This is when I get the error message. I have reproduced this error message every time I have replaced one of my drives.

    One thing I also noticed is that I am unable to select my newly wiped drive and use it to recover the array until I reboot OMV. MD will say the newly wiped drive is "busy". I have to reboot OMV to clear the issue, then I am able to go into Multiple Devices, select the new drive and start the recovery of the array. The recovery works fine.


    I have repeated the above process 3 times now, each time I get the same error message. Thankfully I am still able to recover my array and everything works fine. I don't understand why I am getting this error message and how to prevent it.


    I am running:

    • OMV 7.7.9-1
    • Plugins: openmediavualt-backup 7.1.4, openmediavault-md 7.0.5-1, openmediavault-omvextrasorg 7.0.2, openmediavault-resetperms 7.1

    I upgraded from 3.x to 4.x recently and just received a warning email from OMV about the status of SnapRAID. It says the following:


    Code
    Cron <root@nas2> /var/lib/openmediavault/cron.d/userdefined-5f6fd87f-bd21-48a6-bde1-4a14016699e0 | mail -E -s "Cron - SnapRAID - Scheduled diff." -a "From: Cron Daemon <root>" root >/dev/null 2>&1
    
    
    mkdir: cannot create directory ‘/tmp/snapraid’: File exists


    Do I need to do anything to fix this? I thought /tmp folder is cleared on each reboot. Do I need to remove existing /tmp/snapraid?


    If I get this error message, does that mean SnapRAID fails to run?

    I read some posts that said I need to remove plugins before upgrading. How do I handle that? Do I need to remove openmediavault-omvextrasorg 3.4.30 plugin and its related sub-plugins? I am using omv-backup, snapraid, union file system.


    So first remove the children plugins (omv-backup, snapraid, union file system) and then remove the openmediavault-omvextrasorg 3.4.30 plugin, is this correct?


    I checked and it looks like these plugins are also supported in 4.x. To reinstall the plugins I need to install openmediavault-omvextrasorg_latest_all4.deb via the web interface and then reinstall the related children plugins (omv-backup, snapraid, union file system)?

    I'm preparing to upgrade to OMV 4 so I made a backup of OMV via the openmediavault-backup 3.11 plugin. If I need to do a restore, what is the process? I see the backup folder that was created but I'm not sure what I'm supposed to do with it if I need to use it.


    The plugins I'm currently using are omvextrasorgs, omv-backup, snapraid, and union file system. Not sure if that has an impact or not.

    Sorry for the triple post. Please delete the extra posts. When I tried to post I kept getting the following error so I thought it failed and kept retrying:


    Fatal error: An error occured. Sorry.
    Information:


    ID: 1aba215ed6d70ce9ba4926bd2b2816da94f2a4f3
    Please send the ID above to the site administrator.
    The error message can be looked up at “ACP » Logs » Errors”.

    I can't seem to figure out why I am unable to write to mounted CIFS/SMB shares using my Ubuntu box. The same share folders are mounted to my Windows 10 PCs using the same account and it has have full read/write access. When I mount the same folders in Ubuntu with the same user I can only read.


    Every time I try to create a file or folder in the mounted CIFS/SMB folder I get permission denied. I can only create files or folders if I use sudo. I assume it must be a permission issue, but I am unsure what permissions I need to add in OMV. The user "media" has R/W permission to the folder. I have used the OMV extra tool to make sure to reset the permissions and remove ACL.


    Settings in OMV:





    line in /etc/fstab from Ubuntu box:

    Code
    # mount media download folder
    //nas2.lesl.pw/media /mnt cifs credentials=/home/mediauser/.smbcredentials,iocharset=utf8,rw 0 0


    output of df from Ubuntu box:


    Code
    Filesystem            1K-blocks      Used  Available Use% Mounted on
    udev                    1006344         0    1006344   0% /dev
    tmpfs                    204820      3252     201568   2% /run
    /dev/sda1              15349744   1652000   12894980  12% /
    tmpfs                   1024092         0    1024092   0% /dev/shm
    tmpfs                      5120         0       5120   0% /run/lock
    tmpfs                   1024092         0    1024092   0% /sys/fs/cgroup
    //nas2.lesl.pw/media 6228303224 189799024 6038438664   4% /mnt