[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] 2nd hard disk on Raq4
- Subject: Re: [cobalt-users] 2nd hard disk on Raq4
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue Mar 4 17:27:00 2003
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Tuesday 04 March 2003 20:09, Gerald Waugh wrote:
> On Tuesday 04 March 2003 18:23, Philippe DIJON wrote:
> > does somebody know how to mount a 2nd HD on a RaQ4
> >
> > we have check with 1 Master a Second slave : only the 1st one is ok
> > we can't mount /dev/hdb4 or use fdisk /dev/hdb
>
> Are you sure the drive is hdb
> what does
> cat/var/log/dmesg | grep hdb
> yield?
>
> mount /dev/hdb4 /mnt/disk
>
The first command won't work if the drive is not hdc
So you may have to use hdb/d or strap the drive as master
"fdisk /dev/hdc"
"mke2fs -cv /dev/hdc1"
"cd /"
"mkdir driveC"
"chmod 777 driveC"
"mount -t ext2 /dev/hdc1 /driveC"
"cd /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 /driveC 3 3
Reboot and see it it mounts...
"ls /driveC"
you should see the test file
You can also moumt the drive someplace else,
it does not have to be /driveC
just change the directions referencing /driveC
Also some RaQs have the capability in the GUI
IIRC "add storage"
Gerald
--
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC | Phone: 203-785-0699
229 Front Street, Ste #C, New Haven, CT 06513-3203