• Mounting Fat32FS Drives

    From Kevin Melling@21:1/5 to All on Sun Mar 7 15:54:08 2021
    Hi,

    (Apologies if this gets posted twice - having issues moving my !NewsDir)

    Does anyone know how I can mount a FAT32FS drive on startup so it's a
    available in the !Boot Sequence?

    I've got a Raspberry PI 4 and the drive just says the number until I click

    on it, but I'd like to use it in the !Boot sequence.

    Many thanks,
    Kevin Melling.



    --
    Kevin Melling

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Williams (News)@21:1/5 to Kevin Melling on Sun Mar 7 16:33:44 2021
    In article <88f2890959.kmelling@kmelling.aaug.net>,
    Kevin Melling <kmelling@aaug.net> wrote:

    Does anyone know how I can mount a FAT32FS drive on startup so it's a available in the !Boot Sequence?

    Seeing as no-one else has responded:

    You won't be able to do anything with it until after FAT32FS has been loaded/initialised, usually near the end of Predesk (things in folders/directories are dealt with last).

    After that it should respond to a *MOUNT command using its number - as in:

    *Mount Fat32fs::4.$

    and after this you may be able to refer to parts of it using the above
    pathname as its root.

    So you may be able to do some stuff in Tasks with its contents.

    However, this will make no difference to the desktop, when that is
    eventually reached, knowing anything additional about the disc.

    It will still be labelled "4".

    All this is untried and untested, and off the top of my head.

    Consequently it may be totally wrong!

    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Williams (News)@21:1/5 to UCEbin@tiscali.co.uk on Sun Mar 7 16:49:30 2021
    On 07 Mar, UCEbin@tiscali.co.uk wrote:

    So I'm assuming other commands involving the disc path will too!

    Caveat: If you have more than 1 drive, you can't reliably (in my
    experience) predict which will be assigned which number!

    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Williams (News)@21:1/5 to UCEbin@tiscali.co.uk on Sun Mar 7 16:45:10 2021
    On 07 Mar, UCEbin@tiscali.co.uk wrote:

    You won't be able to do anything with it until after FAT32FS has been loaded/initialised, usually near the end of Predesk (things in folders/directories are dealt with last).

    After that it should respond to a *MOUNT command

    Forget about Mount.

    I've just put an obeyfile in Tasks saying:

    Cat Fat32fs::4.$

    and that works. So I'm assuming other commands involving the disc path
    will too!

    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kevin Melling@21:1/5 to UCEbin@tiscali.co.uk on Sun Mar 7 19:51:42 2021
    In message <59098e9ea6UCEbin@tiscali.co.uk>
    "John Williams (News)" <UCEbin@tiscali.co.uk> wrote:

    On 07 Mar, UCEbin@tiscali.co.uk wrote:

    You won't be able to do anything with it until after FAT32FS has been
    loaded/initialised, usually near the end of Predesk (things in
    folders/directories are dealt with last).

    After that it should respond to a *MOUNT command

    Forget about Mount.

    I've just put an obeyfile in Tasks saying:

    Cat Fat32fs::4.$

    and that works. So I'm assuming other commands involving the disc path
    will too!

    John

    Thanks that's very helpful

    I wish there were a command that was identical to clicking on the filer. Filer_OpenDir isn't quite the same. Make a module send some sort of WIMP messsage to Fat32FS or Filer? No idea..

    I might just try a couple of cats (4 and 5) inside the !Run of
    PreDesk.Fat32FS but as you say all refs inside boot will have to use the
    drive number, not the name.

    Many thanks,
    Kevin.

    --
    Kevin Melling

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Williams (News)@21:1/5 to Kevin Melling on Sun Mar 7 20:24:11 2021
    In article <a1b29f0959.kmelling@kmelling.aaug.net>,
    Kevin Melling <kmelling@aaug.net> wrote:

    I might just try a couple of cats (4 and 5) inside the !Run of PreDesk.Fat32FS

    At your own risk, but that seems a good starting place!

    But my back-up script to two Fat32fs drives did suffer from a certain unpredictability!

    Glad to have been of some assistance! Perhaps?

    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kevin Melling@21:1/5 to UCEbin@tiscali.co.uk on Sun Mar 7 21:24:55 2021
    In message <5909a2abf7UCEbin@tiscali.co.uk>
    "John Williams (News)" <UCEbin@tiscali.co.uk> wrote:

    In article <a1b29f0959.kmelling@kmelling.aaug.net>,
    Kevin Melling <kmelling@aaug.net> wrote:

    I might just try a couple of cats (4 and 5) inside the !Run of
    PreDesk.Fat32FS

    At your own risk, but that seems a good starting place!

    But my back-up script to two Fat32fs drives did suffer from a certain unpredictability!

    Glad to have been of some assistance! Perhaps?

    John


    Very much. Thanks. Good to know other people's workarounds

    Thanks,
    Kevin.


    --
    Kevin Melling

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bernard Veasey@21:1/5 to Kevin Melling on Wed Mar 10 07:15:49 2021
    In message <88f2890959.kmelling@kmelling.aaug.net>
    Kevin Melling <kmelling@aaug.net> wrote:

    Hi,

    Does anyone know how I can mount a FAT32FS drive on startup so it's a available in the !Boot Sequence?

    I've got a Raspberry PI 4 and the drive just says the number until I click

    on it, but I'd like to use it in the !Boot sequence.

    Many thanks,
    Kevin Melling.

    I have a TaskObey (fd7) file in my Tasks directory saying:

    Fat32FS
    Mount 5 { > NULL: }
    SCSI

    and that automatically mounts it at computer startup and updates its
    icon bar icon with its name.
    The SCSI returns your computer to its default filing system.
    This may also be SDFS of course.

    Name the TaskObey file low in the alphabet to enable you to boot something
    from it later in the boot sequence.

    Bernard
    --
    Contact Me - www.bapfish.org.uk/contact/
    Web - www.bapfish.org.uk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)