kOS Cores can inherit names based on their part tag. This includes invalid names, such as those with spaces, which can cause errors in volume operations.
Replication:
- Place a processor down. Name it something that would be invalid as a volume name, such as including a space ie "my core"
- Launch and open the terminal. Get the current path with path(), then try to cd to the current path ie cd(path()). An error is raised.
This could be fixed through stripping invalid characters or just failing to the default volume name.