+ Antworten
Ergebnis 1 bis 10 von 107

Hybrid-Darstellung

  1. #1
    Erfahrener Benutzer Avatar von spartak73
    Registriert seit
    06.05.2012
    Ort
    Lattitude 51,292°N Lonitude 9,452°E
    Beiträge
    235
    Thanks
    126
    Thanked 66 Times in 39 Posts
    Atevio 7500 USB. I have a problem with mounting the hard drive and usb flash drive. I have a hard drive in the jfs file system. With this file system on other images is mounted. I tried to write to the fstab file, but it does not help. The disk is visible but not mounted ...
    Angehängte Grafiken Angehängte Grafiken
    Vu+ Duo², Formuler F3, Octagon 1028P, PrismCube Ruby, Openbox S6,S4, Skyway Classic3, Droid2
    Loader: I-Boot SW: V21218 Enigma2: MAX-TDT by spartak73, HDMU mod, PKT Hyperion v5.2 mod
    Toroidal T-90 5°W---45°E
    Sony KDL-55W955B


  2. #2
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Zitat Zitat von spartak73 Beitrag anzeigen
    Atevio 7500 USB. I have a hard drive in the jfs file system. With this file system on other images is mounted. I tried to write to the fstab file, but it does not help.
    The kernel configuration is indeed OK. I am using this fstab now and it mounts a Fortis prepared jfs-formatted drive properly:

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>                                       <dump>  <pass>
    #/dev/root      /               auto    defaults,errors=remount-rw,noatime,nodiratime   0       0
    proc            /proc           proc    defaults                                        0       0
    tmpfs           /tmp            tmpfs   defaults                                        0       0
    #
    /dev/sda1       /hdd            auto    defaults,noatime,nodiratime                     0       0
    #/dev/sda2      none            swap    sw
    #/dev/sdb1      /hdd            auto    defaults,noatime,nodiratime                     0       0
    #/dev/sdc1      /hdd            auto    defaults,noatime,nodiratime                     0       0
    #/dev/sdd1      /hdd            auto    defaults,noatime,nodiratime                     0       0
    LABEL=RECORD    /hdd            auto    defaults,errors=remount-ro,noatime,nodiratime   0       0
    LABEL=SWAPPART  none            swap    sw
    There are two mounts listed for /hdd. The idea is that mount -a processes them in order. Fortis does not label their partitions, so the attempt for /dev/sda1 should succeed in case of a Fortis jfs-formatted drive. The attempt for LABEL=RECORD will fail.
    In the other case (LABEL=RECORD is present on /dev/sda1) This first mount will succeed, and second will remount (in this case) the same partition.

    Another, more simple solution is label the jfs-partition RECORD.

    Hope this works for you.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  3. The Following User Says Thank You to Audioniek For This Useful Post:



  4. #3
    Erfahrener Benutzer Avatar von spartak73
    Registriert seit
    06.05.2012
    Ort
    Lattitude 51,292°N Lonitude 9,452°E
    Beiträge
    235
    Thanks
    126
    Thanked 66 Times in 39 Posts
    I tried your fstab. But also did not help. I tried to mount on the UUID also did not work. My image is installed on usb on a partition in ext3. The flash drive has 8 partitions.

    Code:
    atevio7500:~# mount
    rootfs on / type rootfs (rw)
    /dev/root on / type ext3 (rw,relatime,errors=continue,data=writeback)
    proc on /proc type proc (rw,relatime)
    sysfs on /sys type sysfs (rw,relatime)
    tmpfs on /ram type tmpfs (rw,relatime)
    /dev/root on /dev.static type ext3 (rw,relatime,errors=continue,data=writeback)
    tmpfs on /dev type tmpfs (rw,relatime)
    devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw,relatime)
    usbfs on /proc/bus/usb type usbfs (rw,relatime)
    automount(pid629) on /media/usb type autofs (rw,relatime,fd=4,pgrp=629,timeout=300,minproto=2,maxproto=4,indirect)
    tmpfs on /tmp type tmpfs (rw,relatime)
    atevio7500:~#
    Hard drive has a label RECORD. Here are screenshots from another image on this flash drive
    Angehängte Grafiken Angehängte Grafiken
    Geändert von spartak73 (19.02.2019 um 18:21 Uhr)
    Vu+ Duo², Formuler F3, Octagon 1028P, PrismCube Ruby, Openbox S6,S4, Skyway Classic3, Droid2
    Loader: I-Boot SW: V21218 Enigma2: MAX-TDT by spartak73, HDMU mod, PKT Hyperion v5.2 mod
    Toroidal T-90 5°W---45°E
    Sony KDL-55W955B


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •