Ergebnis 1 bis 10 von 107

Baum-Darstellung

  1. #11
    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

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



Berechtigungen

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