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

Re: mounting added disk



 

On Sat, 17 Aug 1996, MArk Hanji wrote:

> hello.
> 
> i have installed linux slackware 3 kernel ver 1.2.13(later will
> upgrate).
> i have 3 little Q:
> 
> 1) how to mount an added disk, after linux installition?(it is /dev/hdb
> cuz it is slave secondary)
Depends, what kind of fs you have on that disk??? Basically it should be
(as root): mount -t <you're fs type> /dev/hdb <the designated dir i.e.
/mnt for example>
> 2) how to mount my a:1.44 and b:1.2 floppies
Assuming you have floppy support compiled into your kernel (which you
probably do since it's my impression you used a pre-complied kernel) do
the same as above and replace /dev/hdb with /dev/fd0 for drive A: and
/dev/fd1 for drive B:
> 3) it there any support for parralell disk? > 
Exactly what kind (firm) model etc. you'll definately need a driver which
I seriously doubt you'll find (for linux that is).


References: