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

AW: AW: [cobalt-users] [Qube3] Adding a 2nd Harddrive?



Hi Gerlad!

Great!! It worked fine!! But the automatic mount is not working properly
at the moment,
but I will check that later since I don't need to reboot the server
right now!

Many many many thanks!!

Greetings from Switzerland :)

Andreas

-----Ursprüngliche Nachricht-----
Von: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] Im Auftrag von Gerald Waugh
Gesendet: Samstag, 4. Mai 2002 18:29
An: cobalt-users@xxxxxxxxxxxxxxx
Betreff: Re: AW: [cobalt-users] [Qube3] Adding a 2nd Harddrive?


On Saturday 04 May 2002 08:45 am, Gerald Waugh wrote:
>
> try this manual install as root (no "")
> The first command won't work if the drive was not detected. "fdisk 
> /dev/hdc" "mke2fs -cv /dev/hdc1"
> "cd /mnt"
> "mkdir driveC"
> "chmod 777 driveC"
> "mount -t ext2 /dev/hdc1 /mnt/driveC"
> "cd /mnt/driveC"
> Now write a file
> "touch test"   then run  "ls"  (you should see test)
> "vi [or pico -w] /etc/fstab"
> Add this line
> /dev/hdc1	/mnt/driveC