Jump to content

GGANNAS

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by GGANNAS

  1. 2 hours ago, lyqalex said:

    在移除前应该把坏磁盘的文件夹数据转移到其他磁盘,如果其他磁盘存在相同文件夹,需要进行合并。用binhex-krusader或者unBALANC都可以。这是比较稳妥的方法。

    理解,但是我认为那个文件夹只有在那个坏硬盘有而已,而且那个不是重要文件夹,我可以直接移除吗?

  2. 57 minutes ago, lyqalex said:

    可以尝试去掉坏掉的盘,他有可能是影响速度的因素,如果你是设置system文件夹是all disk上面,那么docker的img都有可能被分配到坏的磁盘上面储存数据和运行。

    已经去掉了,可是fix common problems 跳出来跟我说Invalid folder fail-drive contained within mnt, 我先打算先保存这一次开机所留下来的各种记录,记录完后我去降级。

  3. 我记得前几个星期, 它的速度还是非常的平稳的快(100MB/S)
    但是它的速度,现在就从100MB/S慢慢的掉到10MB/S,有用SSD开缓存
    我知道有一个SMART坏掉的硬碟,我在等他死而已。
    可以告诉我哪里出了问题了吗?

     

    更新:我受不了这个问题,我换PC,反正这修得了我的问题。

    gannas-diagnostics-20201228-0254(6.9.0rc2).zip gannas-diagnostics-20201228-2003.zip

  4. I try passthrough have the win10 os sata to vm, but the vm show system bootorder not found. initializing defaults.

    But i enter the vm bios, it show have the passthrough ssd, the ssd in the real pc bios is useble(can enter win10 os)

    The picture and code

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>Windows 10</name>
      <uuid>626d625d-76e1-7991-f21e-82660a60d452</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>2097152</memory>
      <currentMemory unit='KiB'>2097152</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>1</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-i440fx-4.2'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/626d625d-76e1-7991-f21e-82660a60d452_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='none'/>
        </hyperv>
      </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='1' threads='1'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B725400404C'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso'/>
          <target dev='hdb' bus='ide'/>
          <readonly/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='pci' index='0' model='pci-root'/>
        <controller type='ide' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:d6:83:cc'/>
          <source bridge='br0'/>
          <model type='virtio'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </memballoon>
      </devices>
    </domain>

    Can help me to fix the problem?

    IMAG0559.jpg

    gannas-diagnostics-20201030-0932.zip

  5. 14 minutes ago, johnnie.black said:

    The problem is likely this:

     

    
    Apr  5 01:18:26 GANNAS emhttpd: unclean shutdown detected

     

    At first boot an unclean shutdown was detected, do a clean reboot and try again.

    Thank,clean reboot temporary fix the problem,

    but every time it auto entry sleep mode(by use the Dynamix S3 Sleep),after wake up,it always do the parity-check,

    I don't know why i need to stop the array,after doing this,manually sleep the nas,finally no pariy-check,

    need to do what?

     

     

  6. 6 hours ago, trurl said:

    That would be because the mapping for /boot doesn't make any sense.

     

    Change it to /FLASH, not \FLASH.

     

    \ is an escape character in Linux, not a path separator as it is in DOS/Windows.

     

    After fixing that mapping, reboot and then see if you continue to fill rootfs.

    emmm,He reported an erroe when i trying to modify it,and then it was deleted,now all docker is off,but the rootfs still report(before update to 6.8.2,6.7.2 no report the rootfs problem.after update to 6.8.2 ,Fix Common Problems report the rootfs problem.

×
×
  • Create New...