> You have to create the directory aux on the root partition, not in the
> partition you formatted.
> Mount command require that you specify the devce and the point where
> it will be mounted.
Giovanni - by "root partition" are you refering to the root of the file
system; in other words, the lowest directory of the file system which in
this case is on the disk labeled hd0 and is operated by the driver (or
link to a driver) found at /dev/hd0, or hd1 or hd2 or hd1a etc. Or are you
refering to the lowest directory on the auxilliary disk, or intended
auxilliary disk, hd5 which is operated by the driver (or link to a driver)
at /dev/hd5 or hd6....
I am trying to mount a disk with only one partition onto the file
system previously operating from a single disk with a single partition
which is split into 2 subpartitions. Are you implying that any disk added
to a Minix system need be split into two partitions or subpartitions?
Regarding your mention of the need to create the directory "aux",
should this be added to the file system prior to using the command mount?
I'll give it a try & see what happens.
Hul