Re: mounting floppy to intsall packages

1998-10-10 Thread M.C. Vernon
> When I use the command to mount floppy: mount /dev/fd0/mnt > I get the msg from bash : cant find /dev/fd0/mnt in /etc/mtab or > /etc/fstab yes - /dev/fd0/mnt does not exist. You need mount /dev/fd0 /mnt ^ this is important. > Also, I am running two har

mounting floppy to intsall packages

1998-10-10 Thread steve
When I use the command to mount floppy: mount /dev/fd0/mnt I get the msg from bash : cant find /dev/fd0/mnt in /etc/mtab or /etc/fstab what am i doing wrong.I just want to be able to install packages from floppy which I downloaded from the net and I cant get Debian 2.0 to mo