[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Add second hard disk
- Subject: [cobalt-users] Add second hard disk
- From: Reed Phillips <rphillips@xxxxxxxxxxxxxx>
- Date: Tue Feb 26 23:30:37 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Title: Add second hard disk
Any recommendations on adding an additional Hard Disk to the
Raq3? Size/Type/Install process...
I am new to Linux and more than a little uncomfortable using the
fdisk command.
This was all that was on the Sun site:
Telnet to the
server as admin and su - to root. Type:
fdisk
/dev/hdc
Partition the disk (use primary partition 1)
mkfs -t ext2
/dev/hdc1
Make a new filesystem on the partition(s)
Edit
/etc/fstab
with the following example:
/dev/hdc1
/home1 ext2 defaults 0 2
mkdir
/home1 to
create the mountpoint
Now try to mount your new partition
mount
/home1