Skip to content

Must power cycle after attempting to mount nonexistent disk/directory #10

Description

@DLehenbauer

This is a minor, but I frequently forget to add the '.D64' extension when mounting disk images.

For example, I'll type LOAD "$:FOO",8 instead of LOAD "$:FOO.D64",8.

Rather than return a ?FILE NOT FOUND ERROR, the PETDisk-Max acts as if the mount succeeded but shows an empty directory.

LOAD "$:FOO",8           <-- Ooops.  I meant 'FOO.D64'
SEARCHING FOR $:FOO
LOADING
READY.
LIST

0 "PETDISK MAX V1.0"     <-- Appears to mount an empty disk/directory
1   BUILD 41090BA
65535 BLOCKS FREE.

Once in this state, "$:.." does not appear to unmount the directory.

LOAD "$:..",8            <-- Attempt to unmount
SEARCHING FOR $:FOO
LOADING
READY.
LIST

0 "PETDISK MAX V1.0"     <-- Unmount failed
1   BUILD 41090BA
65535 BLOCKS FREE.

The only way I've found to recover is to power cycle.

PS - Great project, BTW!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions