Re (3): [Oberon] Copying files

peasthope at shaw.ca peasthope at shaw.ca
Mon Aug 16 02:24:43 MEST 2010


> ... possible to set the partition priorities ...

Yes.  The initial order is as mounted.
SYS is mounted first automatically.
If I have this,
InitCommands = {
  ...
  { FileSystem.Mount MY AosFS IDE1#3 ~}		
  { FileSystem.Mount C        FatFS IDE0#1,X ~ } 
  ...
  }
the order will be SYS MY C.

FileSystem.SetDefault MY will put MY at the head of the queue.
Therefore with
InitCommands = {
  ...
  { FileSystem.Mount MY AosFS IDE1#3 ~}		
  { FileSystem.Mount C        FatFS IDE0#1,X ~ } 
  { FileSystem.SetDefault C }
  { FileSystem.SetDefault MY }
  ...
  }
the order will be MY C SYS.

Execute FileSystem.SetDefault <Part> at will to move <Part> 
to first priority.

Regards,             ... Peter E.
-- 
VoIP 7785886232 is being cancelled.  Please use 13604502132.
Sparcstation 2 netboots netbsd; SCSI disks are being arranged.
Personal site works;  http://members.shaw.ca/peasthope/ .



More information about the Oberon mailing list