Mount Unmount Tool (Solved)

Using applications, configuring, problems
Post Reply
Message
Author
Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

Mount Unmount Tool (Solved)

#1 Post by Mercedes350se »

I am using a frugal install of the remaster of ttuuxxx stretch-7.0.0a1

I am trying to get the Mount Unmount Tool working.

When I first ran:

Code: Select all

./mut.tcl
The expected pop up window appeared but was not populated.

No errors were reported.

Looking at that file references are made to kernels 2.4 and 2.6.

All references to kernel 2.4 were changed to kernel 4.1.

References to 24 were changed to 41.

Running the file again gives the following:

Code: Select all

# ./mut.tcl
Error in startup script: no files matched glob pattern "/dev/hd*"
    while executing
"glob /dev/hd*"
    (procedure "partitions__get_list" line 53)
    invoked from within
"partitions__get_list"
    (procedure "grab_block_devices" line 3)
    invoked from within
"grab_block_devices true"
    (procedure "run_full_scan" line 6)
    invoked from within
"run_full_scan"
    (procedure "full_refresh_display" line 5)
    invoked from within
"full_refresh_display"
    (procedure "Create_Display" line 21)
    invoked from within
"Create_Display"
    (file "./mut.tcl" line 1521)
I am completely out of my depth here so I am hoping someone will advise what all of the above means and how to correct it.
Last edited by Mercedes350se on Mon 16 Jul 2018, 03:14, edited 2 times in total.

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#2 Post by perdido »

What have you installed to ttuuxxx stretch so far?

I saw you got MUT running in Macpup
How to get MUT running in Macpup 5.2.8? (SOLVED)

.

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#3 Post by Mercedes350se »

As far as I know everything required for MUT.

I think it has something to do with the later kernel 4.1.x rather than 2.6.x or 2.4.x in the mut.tcl file. Having said that I have not gone through line by line - I know I would not understand a lot of it anyway.

UPDATE: In the original file in 3.01 there was a section, paraphrasing, "if kernel=2.4 then... " (Remember that I had changed 2.4 to 4.1 so this section was being executed in error.)

Deleted that section and voila! The pop up window was populated and on a single try a usb stick was mounted, the contents were displayed and clicking unmount worked.

Happy camper.

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#4 Post by perdido »

Would you post a copy of the working script?

I already have the tcl_tk_games.sfs and was playing with all the different versions of MUT that are still available via the repos trying to get it to run in ttuuxxx stretch but couldn't make it go.

Thanks :)

.

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#5 Post by Mercedes350se »

Check your messages. I thought this way would be better than posting a long file on the forum.

Post Reply