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

Re: [cobalt-users] mail-server, telnet severe problems



On Sun, 18 Feb 2001, Gerald Waugh wrote:

> Ok I have a RaQ2 Quantum disk in my Linux desktop.
> For the life of me I can not get it to mount.

> The system recognizes the drive on boot up and assigns it to hdc
> I try "mount /dev/hdc /mnt/drive2"

Um, you need the partition number too, like

mount /dev/hdc1 /mnt

remember also, the directory you are mounting on must exist

hdc1 should be /
hdc2 swap
hdc3 /var
hdc4 /home

unless cobalt changed things around at some point...

gsh