Ramdisk problem
  • Just looking around
    Posts: 9 from 2021/1/19
    Halihó! Greetings to all of you! (with google translator)

    Amiga1200, 4000 after the PC era. Torture, etc. After a hackintosh trial, I decided to get one of the Mac Minis I could still find. I registered MorphOS. I'm glad now.


    My question would come now, I hope one of you can answer it. MOS also creates its own Ramdisk, just like the amiga s creates a Clipboard, Env, T directory based on the instructions given in the startup sequences. Well these "disappeared" from the MOS Ramdisk, of course only their visibility disappeared. A directory with the same name cannot be created, so they are there but not visible. The biggest problem is that dopus4 can't show it either and therefore it doesn't just turn the hourglass.

    Do any of you have a meaningful idea? It was a long time ago in the amiga era, then professionalism went into troubleshooting, so it takes over fifty times for the memories to return.

    Thanks!

    Hello!
    Medcare
  • »19.01.21 - 11:17
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    NewSense
    Posts: 1478 from 2012/11/10
    From: Manchester, UK/GB
    @ medcare - I too was going to add that you should try the right mouse-click menu option, or use the Switch view button if you are using "browser" window mode (Ambient Settings> Window > Browser Mode option -> checkmarked/ticked) on MorphOS, to swap from "Icon" view -> to "All Files" view, and then once you are happy with that option choose snapshot.

    I think that is merely the problem - the RAM disk has the ENV:, Clipboards, and T: directories in there by default, you just cannot see them as you have Icon view set as your default, which I prefer to be set in Ambient Settings (same windows option as above) as "Thumbnails" or "All Files" with the option to "Inherit view mode" also checked/ticked for that reason. 8-)

    Pity you've not had any response from the Hungarian MorphOS users so far, but hopefully this will help. 8-D
    MacMini 1.5GHz,64MB VRAM, PowerBooks A1138/9 (Model 5,8/9),PowerMac G5 2.3GHz(DP), iMac A1145 2.1GHz 20", all with MorphOS v3.18+,Airport,Bluetooth,A1016 Keyboard,T-RB22 Mouse,DVD-RW-DL,MiniMax,Firewire/USB2 & MacOSX 10.4/5
  • »20.01.21 - 00:06
    Profile
  • Just looking around
    Posts: 9 from 2021/1/19
    Thank You! But. On the list ram: instruction, I got an endless bist. About this:

    Env:
    Env:
    Env:

    It was as if the make command had jumped into a loop. Therefore, RamDisk is not available and will restart the system. Idea?

    Thanks!
  • »21.01.21 - 18:50
    Profile
  • Just looking around
    Posts: 9 from 2021/1/19
    Can't insert a picture here?
  • »21.01.21 - 18:52
    Profile
  • Just looking around
    Posts: 9 from 2021/1/19
    This is my startup-sequence
    ;
    ; MorphOS startup-sequence
    ;
    ; Copyright Š 2002-2015 The MorphOS Development Team, All Rights Reserved.
    ;
    ; This script is executed on system boot. Do *NOT* modify this file!
    ; Use S:user-startup instead.
    ;
    ; $VER: startup-sequence 1.12
    ;

    Failat 21

    Version >NIL:

    Resident >NIL: MOSSYS:C/Assign PURE
    Resident >NIL: MOSSYS:C/Execute PURE

    MakeDir >NIL: RAM:T
    Assign T: RAM:T

    MakeDir >NIL: RAM:ENV RAM:Clipboards
    Copy >NIL: ENVARC: RAM:ENV ALL NOREQ DONTOVERWRITE
    Assign ENV: RAM:ENV

    if exists SYS:Locale NOREQ
    Assign LOCALE: SYS:Locale
    if exists SYS:Locale/Help NOREQ
    Assign HELP: SYS:Locale/Help
    endif
    endif

    if exists MOSSYS:Locale NOREQ
    Assign LOCALE: MOSSYS:Locale ADD
    if exists MOSSYS:Locale/Help NOREQ
    Assign HELP: MOSSYS:Locale/Help ADD
    endif
    endif


    Assign KEYMAPS: DEVS:Keymaps DEFER
    Assign CLIPS: RAM:Clipboards
    Assign PRINTERS: DEVS:Printers DEFER
    Assign REXX: S: DEFER
    Assign MUI: SYS:Applications/MUI DEFER

    LoadMonDrvs

    if exists "MOSSYS:Devs/DOSDrivers/CON" NOREQ
    Assign >NIL: CON: DISMOUNT
    endif

    Mount >NIL: MOSSYS:Devs/DOSDrivers/~(#?.info) DEVS:DOSDrivers/~(#?.info)

    SetEnv Workbench $Workbench
    SetEnv Kickstart $Kickstart
    UnSet Workbench
    UnSet Kickstart

    AddDataTypes REFRESH QUIET

    ConClip

    Path >NIL: C: SYS:Utilities S:

    IPrefs

    if not exists ENV:NOTRANCE NOREQ
    Run <>NIL: DETACH QUIET Trance
    endif

    if not exists ENV:NOTRASHCAN NOREQ
    Run <>NIL: DETACH QUIET MOSSYS:L/TrashFileSystem
    endif

    RexxMast >NIL:

    Assign >NIL: TurboPrint: MOSSYS:TP
    if exists "TurboPrint:configs/_Last_" NOREQ
    Run <>NIL: TurboPrint:turbo/ttp
    endif

    AddAudioModes >NIL: REFRESH QUIET

    if not exists ENV:MorphOSSDK NOREQ
    if exists SYS:Development NOREQ
    SetEnv MorphOSSDK SYS:Development
    endif
    endif
    if exists ENV:MorphOSSDK NOREQ
    Assign SDK: "$MorphOSSDK"
    if exists SDK:Startup NOREQ
    Execute >NIL: SDK:Startup
    endif
    endif

    if exists S:User-Startup NOREQ
    Execute >NIL: S:User-Startup
    endif

    Resident >NIL: Execute REMOVE
    Resident >NIL: Assign REMOVE

    LoadWB

    EndCLI >NIL:
  • »21.01.21 - 18:59
    Profile
  • Just looking around
    Posts: 9 from 2021/1/19
    System:> memtest
    Allocated memory at 0x288CA640 -> 0x50F9DDFF, 678246336 bytes
    Writing 0x00000000... 588 MB/sec.
    Verifying 0x00000000... 344 MB/sec.
    Writing 0xFFFFFFFF... 587 MB/sec.
    Verifying 0xFFFFFFFF... 344 MB/sec.
    Memory is ok!
    System:>
  • »21.01.21 - 19:12
    Profile
  • MorphOS Developer
    Piru
    Posts: 576 from 2003/2/24
    From: finland, the l...
    I'm afraid is is very hard for us to understand what the issue might be. Use of translator is not helping.
  • »21.01.21 - 19:35
    Profile
  • jPV
  • Yokemate of Keyboards
    Yokemate of Keyboards
    jPV
    Posts: 2033 from 2003/2/24
    From: po-RNO
    Quote:

    medcare wrote:
    Thank You! But. On the list ram: instruction, I got an endless bist. About this:

    Env:
    Env:
    Env:

    It was as if the make command had jumped into a loop. Therefore, RamDisk is not available and will restart the system. Idea?


    I think I got this kind of situation years ago, and IIRC it was because there was one broken file in Sys:Prefs/Env-Archive/ directory (which gets copied to ram:env/ at boot).

    Try to hunt down if there's a broken file. For example, look at file dates and try to move files that have changed recently to some other temporary directory. If those don't change the situation, continue moving other files away from the env-archive directory until you find a file that affects. Then move everything else back from the temp dir to get your system about as it was before.

    If you can't do this from the currently installed system, boot from the MorphOS installation cd/image and do the file handling that way.
  • »21.01.21 - 19:43
    Profile Visit Website
  • Just looking around
    Posts: 9 from 2021/1/19
    Thank You jPV!
    Thats was correct!
  • »21.01.21 - 21:21
    Profile
  • Just looking around
    Posts: 9 from 2021/1/19
    Only last week did I aptodate the system. Afterwards I just detected this Problem. I checked which files had more recent data and copied all of them in another library and deleted them in original ENV archives. Now I'm trying step by step all these files back into the ENV archive library. And of course look and be careful. Now the computer does not produce any errors.
  • »22.01.21 - 16:37
    Profile