[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ramdisk bug



Alan Hourihane wrote:

> > 2i1 calls Dsetpath to the target, i.e. cd /ram, or whatever, and that
> > may fail, because there is no 'real' drive-letter (like in u:/c/...). It
> > tries to cd to /u/ram.
>
> /ram should work just fine, regardless of drive letter. Why does it try
> to cd to /u/ram when /ram was requested ?

You can only access /ram in 2in1 by the alias or a symlink which would point to u:/ram,
which gives /u/ram, maybe mint does that conversion which would be a bug. Using the alias r:
that is used also by the symlink (I think).

-Helmut