Beiträge von hubertes

    Sure I hear.


    The thing is I did try with a classic thumb drive and I have the same error. Everything worked fine till last week, by the way, with an exfat drive till I realized that file permissions were a mess with docker. I did changed to ext4, then messed up with fstab, then I don't know.... Now here I am with those errors.


    I said that USB has always a voltage of 5V. I have a good power supply attach to my Rpi2 though(I know I don't have to expect much performance). Since this disk is in USB3 mode, I think it drained to much current, and then the voltage drops (maybe I'm wrong but I have some electronic notions).

    Thanks, the total amount of current delivered by those USHB ports should be ok.


    I have the same error when I plug a usb flash drive


    Any hint to rester config.xml ? or have a clean fresh install ?


    thanks

    Thks


    If nothing work I'll try to reinstall all my sytem ! what is the best way ?


    Oh I did't knew there is more in the bell :/ Sorry


    sudo mount /dev/sda1 /mnt --> ok (but no file system to mount on webgui)

    sudo umount /dev/sda1 --> ok (file system in webgui but same error)


    Thanks again

    Hi, I have this error with a M3 Usb3 external drive on a RPi 3


    Code
    500 - Internal Server Error
    Failed to execute XPath query '//system/fstab'.

    Any idea ? Disk is there on the webgui though

    Code
    blkid
    /dev/mmcblk0p1: LABEL_FATBOOT="boot" LABEL="boot" UUID="AE82-4BC1" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="c9105ecc-01"
    /dev/mmcblk0p2: LABEL="rootfs" UUID="6d2ff93e-eacd-415c-96d5-4611ad21e05f" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="c9105ecc-02"
    /dev/sda1: LABEL="HARDPI" UUID="0da70cce-f234-4acc-96c9-fe45b486763b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="365df5b8-01"


    mount : https://pastebin.com/p63VVaRn

    Hi,


    sda was bad, changed it with a new one. Now Raid is inactive. I did dd the new one, tried --assemble or add, nothing work and in the gui table : no raid


    Code
    cat /proc/mdstat
    Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
    md0 : inactive sdb[3](S) sdg[6](S) sde[8](S) sdd[0](S) sdf[7](S)
          8790425656 blocks super 1.2



    Code
    blkid
    /dev/sdf: UUID="96b0e7b7-83aa-203f-1545-031b43caaa85" UUID_SUB="ce05af8c-7da1-c0a7-0a07-c10b0b154735" LABEL="zetta:0" TYPE="linux_raid_member"
    /dev/sdg: UUID="96b0e7b7-83aa-203f-1545-031b43caaa85" UUID_SUB="440f9a88-1d42-020c-ba4d-d303afb76c7c" LABEL="zetta:0" TYPE="linux_raid_member"
    /dev/sdd: UUID="96b0e7b7-83aa-203f-1545-031b43caaa85" UUID_SUB="b2460066-00b1-5070-cfe3-7ac67aae96c1" LABEL="zetta:0" TYPE="linux_raid_member"
    /dev/sde: UUID="96b0e7b7-83aa-203f-1545-031b43caaa85" UUID_SUB="b243c911-8058-51ff-0413-31fb1528c36c" LABEL="zetta:0" TYPE="linux_raid_member"
    /dev/sdc1: UUID="befea5ea-cd0e-4166-b3b0-6d2b79962bdf" TYPE="ext4" PARTUUID="54ca3768-01"
    /dev/sdc5: UUID="cc9ca801-5eb7-4b50-9949-2102b786e751" TYPE="swap" PARTUUID="54ca3768-05"
    /dev/sdb: UUID="96b0e7b7-83aa-203f-1545-031b43caaa85" UUID_SUB="ee7eab8f-dc90-e3be-146d-a4e09d104418" LABEL="zetta:0" TYPE="linux_raid_member"
    /dev/sda: PTUUID="07a09a5d" PTTYPE="dos"




    Code
    mdadm --assemble /dev/md0 /dev/sd[abdefg] --verbose --force
    mdadm: looking for devices for /dev/md0
    mdadm: Cannot assemble mbr metadata on /dev/sda
    mdadm: /dev/sda has no superblock - assembly aborted

    You need to point it to the share under /srv/dev-disk etc that's the absolute path, then select bind not volume


    Dont see where, I had a lot of unused volume, deleted it, something linked to bad install I supposed.


    Dont see where to add volume to the share folder, and bind it.


    I tried to add volume and add "/sharedfolders/ShareName/Videos" but can't tell what to write for mountpoint.