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

Re: mounting added disk



> 1) how to mount an added disk, after linux installition?(it is /dev/hdb
> cuz it is slave secondary)

If the disk is the secondary IDE controller's slave, the device is
/dev/hdd (/dev/hdb is the primary IDE's slave). You also don't mount
the disk, but a partition on that disk. So, to mount the 2nd 
partition on that disk as a DOS partition:
mount -t msdos /dev/hdd2 <mount point>.

> 2) how to mount my a:1.44 and b:1.2 floppies

Same as above, replace /dev/hdd2 with /dev/fd0 and /dev/fd1 respectively.

> 3) it there any support for parralell disk?

Probably not. Depends which.

Shay

--
Shay Rojansky, roji@cs.huji.ac.il                 Finger for PGP public key



References: