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

Re: [cobalt-users] [RaQ4] Adding 2nd drive



On Sun, 2003-10-26 at 07:03, Gerald Waugh wrote:
> Page 84 of the RaQ4 manual contains instructions for adding a storage
> device.
> 
> Sever Management Screen,
> Click-on 'Maintenance"
> Click-on 'Storage'
> Click-on 'Add Storage'
> Give the device a unique name - You cannot use 'home'
> Click-on 'Confirm Storage'
> 
> When adding a new virtual site, You can choose where to store the site.
> In the 'Add New Virtual Site' table, next to the 'Maximum allowed disk
> space' a pull down menu lists the available storage devices.
> 
There in lies the problem I guess, there is no 'add storage' button anymore, just 'Storage in Use' and it shows both partitions and their both named 'home'. One shows up as 8.9GB and the other 11.5GB, which is about right. The configuration seems to be correct:

[root /root]# cat /etc/fstab
/dev/hda1             /         ext2   
defaults                          1 1
/dev/hda6             swap      swap   
defaults                          0 0
/dev/hda3             /var      ext2   
defaults,nosuid                   2 2
/dev/hda4             /home     ext2   
defaults,usrquota,grpquota,grpid  3 3
/dev/hdb2             /home1    ext2   
defaults                          0 2
none                  /proc     proc   
defaults                          0 0
none                  /dev/pts  devpts 
gid=5,mode=0622                   0 0
[root /root]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1             2.8G  620M  2.2G  22% /
/dev/hda3             1.9G   13M  1.8G   1% /var
/dev/hda4             8.9G  175M  8.7G   2% /home
/dev/hdb2              12G   20k   10G   1% /home1

Any suggestions? Maybe do it over, but how should I do it if that doc is
not working?

--
Robert