Greetings,
Need some final thoughts here...running 4.0g on 4100
I have larger logical drive, configured as raid0 (2
disks, 9.1x2gb) Currently have it partioned for root,
2g and usr 15gb. 
Plan:
1. Use "cd fromdir; tar cf - .|(cd todir; tar xpf -)"
to move data from current usr to new_User
2. use backup/restore(tar full bkup tapes) to move the
/ part to new_root. (tried tar on it, it was moving 
data residing in mount points, eg, it was moving /usr
onto / partition)
3.Change the /etc/fstab entries to reflect new devices
to old mount points ie, instead of rz16a mount point
being /, now re0a (root_dmn#root_fs will mount to
root. Same for /usr, usr_dmn#usr_fs /usr.
4. Reboot...........then??
I saw a good summary on cloning root_fs in the
archives....from John Francini...a little bit
involved, i will try to see how it fits my environment
QUESTIONs: 
1. How do i tell system to always boot from re0a,
instead of rz16a? at >>>>boot <cons_dev_name>?
2. Have I overlooked any details, taking into account
old root was on disklabel 4.2BSD, and now it is going
to advfs?
3. I would like to retain rz16 disk, to be used as a
hot spare, incase re0 goes down. Any special attention
to this?  
SUPPORTING INFO:
test_at_/$ df
Filesystem           1024-blocks        Used  
Available Capacity  Mounted on
/dev/rz16a                257967       98773     
133397    43%    /
/proc                          0           0          
0   100%    /proc
/dev/rz16g               8491059     4154639    
3487314    55%    /usr
Move to:
root_dmn#root_fs         2097152          16    
2092640     1%    /new_root
usr_dmn#usr_fs          15675384     2977705   
12644456    20%    /new_usr
disklabels:
/dev/rz16a
8 partitions:
#          size     offset    fstype   [fsize bsize  
cpg]      # NOTE: values not exact
  a:     524289          0    4.2BSD     1024  8192   
16       # (Cyl.    0 - 156*)
  b:     262144     131072    unused        0     0   
         # (Cyl.   39*- 117*)
  c:   17773524          0    unused        0     0   
         # (Cyl.    0 - 5289*)
  d:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  e:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  f:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  g:   17249235     524289    4.2BSD     1024  8192   
16       # (Cyl.  156*- 5289*)
  h:    8690154    9083370    unused        0     0   
         # (Cyl. 2703*- 5289*)
/dev/re0a
8 partitions:
#          size     offset    fstype   [fsize bsize  
cpg]      # NOTE: values not exact
  a:    4194305          0     AdvFS                  
         # (Cyl.    0 - 1024*)
  b:     262144     131072    unused        0     0   
         # (Cyl.   32 - 95)
  c:   35545088          0    unused        0     0   
         # (Cyl.    0 - 8677)
  d:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  e:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  f:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
  g:   31350783    4194305     AdvFS                  
         # (Cyl. 1024*- 8677)
  h:          0          0    unused        0     0   
         # (Cyl.    0 - -1)
=====
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
Received on Thu Sep 06 2001 - 14:53:28 NZST