Re: [ARMini-support] Slow Transfer of Large Files on ARMx6 with LanMan98 / Sunfish

  • From: Chris Johnson <chris@xxxxxxxxxxxxxxxxxxxxx>
  • To: armini-support@xxxxxxxxxxxxx
  • Date: Thu, 12 Jan 2017 15:16:26 +0000 (GMT)

In article <f9df4cfd55.Richard@xxxxxxxxxxxxxxxxxx>,
   Richard Mellish <lists@xxxxxxxxxx> wrote:

Could you be a bit more specific on the exact location and name
of this file and it's content.  I couldn't find anything in
SCSI::SSD.$.!Boot.Choices.Boot.Tasks

It doesn't matter what the name is. Files in Tasks will be run in
alpha order.

Create an obey file containing the command

ShareFSWindow 1 { > null: }

and save the obey file in Tasks called say Share.

When the command ShareFSWindow is run it will normally emit some text
which will be displayed in a window which you will have to close.
This is not wanted during boot, so the redirection parameter (>) is
used. Usually this is used to redirect output to a file e.g. 

{ > fullfilename }

Note the spaces after and before the two braces are important and
must be present. However, we do not need to view the output as a
file, so instead we redirect to the 'device' null:, which is
effectively a black hole. The result is that the unwanted text is
quietly discarded without anyone being any the wiser.

-- 
        Chris Johnson
---
To alter your preferences or leave the group, 
visit //www.freelists.org/list/armini-support
List-related queries to info@xxxxxxxxxxxx

Other related posts: