(gelöst dank seahawk1986)qb-35us3r esata automount

  • Welche Infos brauchst du jetzt genau?


    Hab ich doch schon geschrieben:

    Dann ist noch die Frage, ob überhaupt schon ein udev-Event für das eSata-Gerät generiert wird, wenn du es Ansteckst/Einschaltest - schau z.B. mal mit "udevadm monitor" was da genau passiert.


    Und mir angeschlossenem Gerät:

    Code
    udevadm info --query=all --attribute-walk --name=/dev/disk/by-uuid/459608c8-3d9e-42bf-82a8-4f3fa0df4bbb
    #alternativ für das entsprechende Gerät (einfach mit "sudo blkid" nachsehen, welches Gerät es ist):
    udevadm info --query=all --attribute-walk --name=/dev/sdb1


    BTW: warum nutzt du eigentlich ext2 für die Partition?

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • frank@stube:~$ sudo udevadm monitor
    [sudo] password for frank:
    monitor will print the received events for:
    UDEV - the event which udev sends out after rule processing
    KERNEL - the kernel uevent


    KERNEL[116.262204] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0 ( scsi)
    KERNEL[116.262364] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0 (scsi)
    KERNEL[116.262436] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_disk/3:0:0:0 (scsi_disk)
    KERNEL[116.262499] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_device/3:0:0:0 (scsi_device)
    UDEV [116.263605] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0 ( scsi)
    KERNEL[116.263744] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_generic/sg3 (scsi_generic)
    KERNEL[116.264576] add /devices/virtual/bdi/8:32 (bdi)
    KERNEL[116.266118] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/bsg/3:0:0:0 (bsg)
    UDEV [116.266261] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0 (scsi)
    UDEV [116.267088] add /devices/virtual/bdi/8:32 (bdi)
    UDEV [116.270517] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_disk/3:0:0:0 (scsi_disk)
    UDEV [116.270630] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_device/3:0:0:0 (scsi_device)
    UDEV [116.271859] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/scsi_generic/sg3 (scsi_generic)
    UDEV [116.272100] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/bsg/3:0:0:0 (bsg)
    KERNEL[116.343208] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/block/sdc (block)
    KERNEL[116.343325] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/block/sdc/sdc1 (block)
    UDEV [116.492521] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/block/sdc (block)
    UDEV [116.576588] add /devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3 :0:0:0/block/sdc/sdc1 (block)



    Hoffe das war so richtig

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • frank@stube:~$ udevadm info --query=all --attribute-walk --name=/dev/disk/by-uuid/459608c8-3d9e-42bf-82a8-4f3fa0df4bbb


    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device
    found, all possible attributes in the udev rules key format.
    A rule to match, can be composed by the attributes of the device
    and the attributes from one single parent device.


    looking at device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1':
    KERNEL=="sdc1"
    SUBSYSTEM=="block"
    DRIVER==""
    ATTR{partition}=="1"
    ATTR{start}=="2048"
    ATTR{size}=="11720781824"
    ATTR{ro}=="0"
    ATTR{alignment_offset}=="0"
    ATTR{discard_alignment}=="0"
    ATTR{stat}==" 82 0 656 84 0 0 0 0 0 84 84"
    ATTR{inflight}==" 0 0"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0/block/sdc':
    KERNELS=="sdc"
    SUBSYSTEMS=="block"
    DRIVERS==""
    ATTRS{range}=="16"
    ATTRS{ext_range}=="256"
    ATTRS{removable}=="0"
    ATTRS{ro}=="0"
    ATTRS{size}=="11720785920"
    ATTRS{alignment_offset}=="0"
    ATTRS{discard_alignment}=="0"
    ATTRS{capability}=="50"
    ATTRS{stat}==" 185 3 1504 184 0 0 0 0 0 184 184"
    ATTRS{inflight}==" 0 0"
    ATTRS{events}==""
    ATTRS{events_async}==""
    ATTRS{events_poll_msecs}=="-1"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0':
    KERNELS=="3:0:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS=="sd"
    ATTRS{device_blocked}=="0"
    ATTRS{type}=="0"
    ATTRS{scsi_level}=="6"
    ATTRS{vendor}=="ATA "
    ATTRS{model}=="HzW RAID5 "
    ATTRS{rev}=="0958"
    ATTRS{state}=="running"
    ATTRS{timeout}=="30"
    ATTRS{iocounterbits}=="32"
    ATTRS{iorequest_cnt}=="0xef"
    ATTRS{iodone_cnt}=="0xee"
    ATTRS{ioerr_cnt}=="0x8"
    ATTRS{evt_media_change}=="0"
    ATTRS{dh_state}=="detached"
    ATTRS{queue_depth}=="1"
    ATTRS{queue_ramp_up_period}=="120000"
    ATTRS{queue_type}=="none"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0':
    KERNELS=="target3:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS==""


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3':
    KERNELS=="host3"
    SUBSYSTEMS=="scsi"
    DRIVERS==""


    looking at parent device '/devices/pci0000:00/0000:00:0b.0':
    KERNELS=="0000:00:0b.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="ahci"
    ATTRS{vendor}=="0x10de"
    ATTRS{device}=="0x0ab8"
    ATTRS{subsystem_vendor}=="0x1043"
    ATTRS{subsystem_device}=="0x83e2"
    ATTRS{class}=="0x010601"
    ATTRS{irq}=="40"
    ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{numa_node}=="-1"
    ATTRS{dma_mask_bits}=="64"
    ATTRS{consistent_dma_mask_bits}=="64"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""


    looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • frank@stube:~$ udevadm info --query=all --attribute-walk --name=/dev/sdc1


    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device
    found, all possible attributes in the udev rules key format.
    A rule to match, can be composed by the attributes of the device
    and the attributes from one single parent device.


    looking at device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1':
    KERNEL=="sdc1"
    SUBSYSTEM=="block"
    DRIVER==""
    ATTR{partition}=="1"
    ATTR{start}=="2048"
    ATTR{size}=="11720781824"
    ATTR{ro}=="0"
    ATTR{alignment_offset}=="0"
    ATTR{discard_alignment}=="0"
    ATTR{stat}==" 162 0 1296 88 0 0 0 0 0 88 88"
    ATTR{inflight}==" 0 0"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0/block/sdc':
    KERNELS=="sdc"
    SUBSYSTEMS=="block"
    DRIVERS==""
    ATTRS{range}=="16"
    ATTRS{ext_range}=="256"
    ATTRS{removable}=="0"
    ATTRS{ro}=="0"
    ATTRS{size}=="11720785920"
    ATTRS{alignment_offset}=="0"
    ATTRS{discard_alignment}=="0"
    ATTRS{capability}=="50"
    ATTRS{stat}==" 265 3 2144 188 0 0 0 0 0 188 188"
    ATTRS{inflight}==" 0 0"
    ATTRS{events}==""
    ATTRS{events_async}==""
    ATTRS{events_poll_msecs}=="-1"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0/3:0:0:0':
    KERNELS=="3:0:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS=="sd"
    ATTRS{device_blocked}=="0"
    ATTRS{type}=="0"
    ATTRS{scsi_level}=="6"
    ATTRS{vendor}=="ATA "
    ATTRS{model}=="HzW RAID5 "
    ATTRS{rev}=="0958"
    ATTRS{state}=="running"
    ATTRS{timeout}=="30"
    ATTRS{iocounterbits}=="32"
    ATTRS{iorequest_cnt}=="0x140"
    ATTRS{iodone_cnt}=="0x13f"
    ATTRS{ioerr_cnt}=="0x8"
    ATTRS{evt_media_change}=="0"
    ATTRS{dh_state}=="detached"
    ATTRS{queue_depth}=="1"
    ATTRS{queue_ramp_up_period}=="120000"
    ATTRS{queue_type}=="none"


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3/target3:0:0':
    KERNELS=="target3:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS==""


    looking at parent device '/devices/pci0000:00/0000:00:0b.0/host3':
    KERNELS=="host3"
    SUBSYSTEMS=="scsi"
    DRIVERS==""


    looking at parent device '/devices/pci0000:00/0000:00:0b.0':
    KERNELS=="0000:00:0b.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="ahci"
    ATTRS{vendor}=="0x10de"
    ATTRS{device}=="0x0ab8"
    ATTRS{subsystem_vendor}=="0x1043"
    ATTRS{subsystem_device}=="0x83e2"
    ATTRS{class}=="0x010601"
    ATTRS{irq}=="40"
    ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{numa_node}=="-1"
    ATTRS{dma_mask_bits}=="64"
    ATTRS{consistent_dma_mask_bits}=="64"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""


    looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Sind das jetzt alle Infos oder fehlt noch was?
    Hoffe ich hab alles richtig gemacht und Danke schonmal für deine Mühe

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Hoffe das war so richtig


    Mit Codeblöcken hätte man noch ein bisschen mehr davon, aber solange man es lesen kann...


    Du könntest es mal so probieren:

    Code
    #/etc/udev/rules.d/80-mount.rules
    ACTION=="add", SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", RUN+="/bin/mount /media/Media_Kiste"


    Davor mal testen ob der fstab-Eintrag korrekt ist (und sicherstellen, dass der Ordner /media/Media_Kiste existiert):

    Code
    sudo /bin/mount /media/Media_Kiste
    # Vor dem Entfernen des Geräts
    sudo /bin/umount /media/Media_Kiste


    Edit: "+" in der udev-Regel an die richtige Stelle gesetzt

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

    Edited once, last by seahawk1986 ().

  • So,hab das jetzt mal probiert,aber leider ohne Erfolg /dev/sdc1 wird nicht einbebunden

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • So,hab das jetzt mal probiert,aber leider ohne Erfolg /dev/sdc1 wird nicht einbebunden


    Entschuldige, das hat ein zweites "=" vor dem add gefehlt - ich habs oben angepasst.

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Bevor ich wieter rumfummel,wie muss den der Eintrag in der fstab genau aussehen???

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Bevor ich wieter rumfummel,wie muss den der Eintrag in der fstab genau aussehen???


    Bevor ich da überhaupt überlege, muss ich erst mal wissen was blkid ausgibt

    Code
    sudo blkid

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Sorry


    frank@stube:~$ sudo blkid
    /dev/sda1: UUID="86fc9769-8372-4d1b-a620-c8f6da5959e9" TYPE="ext4"
    /dev/sda2: UUID="f8184b80-8be2-4bc4-aef2-6eabaf94a4a7" TYPE="swap"
    /dev/sdb1: UUID="97cddca6-a83e-40c6-869f-b39a969ca203" TYPE="ext4"
    /dev/sdc1: LABEL="Media_Kiste" UUID="459608c8-3d9e-42bf-82a8-4f3fa0df4bbb" TYPE="ext2"

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Dann sollte dein oben geposteter fstab-Eintrag doch eigentlich passen - kann du das Ding denn von Hand mounten, indem du das ausführst?

    Code
    sudo /bin/mount /media/Media_Kiste

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)


  • seahawk1986

    Vielen Herzlichen Dank,es funktioniert und richtig schnell,ca 100MB/s


    Also in die fstab folgendes eintragen


    UUID=459608c8-3d9e-42bf-82a8-4f3fa0df4bbb /media/Media_Kiste ext2 noauto 0 0


    und in die /etc/udev/rules.d mit "touch" eine Datei Namens 80-mount.rules erstellen!
    Dort folgendes eintragen


    ACTION=="add", SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", RUN+="/bin/mount /media/Media_Kiste"


    Und sich freuen!!!Nochmals Vielen Dank





    Zu früh gefreut,nach einem neustert dann doch nicht mehr

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Mist,neu gebootet und dann wird die Kiste nicht mehr eingehongen!!!Scheiße!


    Ohne diesen Befehl


    sudo /bin/mount /media/Media_Kiste


    wird nichts eingehängt

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • Eventuell mach es Sinn die Regel etwas enger zu fassen, damit nur die Partition erfasst wird:

    Code
    ACTION=="add", KERNEL=="sd?1",SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", RUN+="/bin/mount /media/Media_Kiste"

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • ACTION=="add", KERNEL=="sd?1",SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", RUN+="/bin/mount /media/Media_Kiste"


    Hab es gerade versucht,ohne Erfolg! Leider


    Wenn ich manuell mounte mit


    sudo /bin/mount /media/Media_Kiste


    funzt alles,aber eben nicht automatisches mounten wie bei usb

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

  • War mal nicht da was mit "Yavdr ist zu schnell bei hochfahren bei NFS mount" kann es hier auch ein grund sein!?


    Ewntuell VDR bissen warten lasen bevor RAID bereit ist.


    MfG

    Meine VDR Spielzeuge VDR1 -Yavdr 0.6*SilverStone SST-M02B-MXR-GIADA MG-C1037SL -Imon Lcd-Imon FB-
    Intel Celeron 1037U*4GB RAM*GT-630*DD-Cine V5.5*


    Client1-Yavdr
    0.4 -MSI Media LiveGehäuse mit Original board-2 GB Ram60 GB SSD -
    Nvidia Gt210 -DM140 Plugin-Pearldpf display-Harmony
    One
    Onkyo TX-NR906
    Sony-KDL Serie
    Teufel Concept E


    Client2
    Raspberry XBMC auf XBIAN Basis mit xvdr

  • Ich denke dass da die Platte noch nicht ganz bereit ist - hier ist noch ein Ansatz, der das entsprechende Attribut abfragt: http://aaltsys.info/technical/10_udevmount.html
    Versuch es mal so:

    Code
    KERNEL=="sd?1",SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", ATTRS{state}=="running", RUN+="/bin/mount /media/Media_Kiste"

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • KERNEL=="sd?1",SUBSYSTEM=="block", ATTRS{model}=="HzW RAID5 ", ATTRS{state}=="running", RUN+="/bin/mount /media/Media_Kiste"


    Nichts zu machen,kein Erfolg


    Gute Nacht :rolleyes:

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

    Edited once, last by pille2011 ().

  • Wenn du einen Datenträger nicht ständig angeschlossen hast, solltest du das Mounten entweder über udisks-glue oder udev lösen.


    Ich könnte es ja nochmal mit udisk-glue versuchen nur stehe ich da ohne hilfe genauso auf demSchlauch

    VDR:Asrock N100DC-ITX,DDR4 8GB 3200MHz,Crucial P2 CT500P2SSD8 500GB,DD Cine-S2-V7,STM32 USB Adapter, BrosTrend AX1800 WLan-Stick,yaVDR-ansible(noble) alle Updates.

    Client: Raspberry Pi 4,OSMC

    TV =Sony KD-55AF8

    AV-Receiver:Denon AVR-X2700H/Teufel-Ultima-40/5.1

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!