13. Make the new, smaller user file system:
mkfs /dev/rmd0c
14. Name the file system and give it a volume name with the labelit
command:
labelit /dev/rmd0c usr sgi
15. Mount the /usr file system:
mount /dev/md0c /usr
16. Restore the /usr files from tape:
cd /usr
tar xv or cpio -ihmud1v
17. Unmount /usr.
umount /dev/md0c
18. Check the file system:
fsck /dev/rmd0c
19. Make a new bootable backup tape (see Section 4.4.1).
20. Begin multi-user mode:
multi
6.2.2 Changing the Swap Partition Size on an IRIS 3030
To change the size of the swap partition on an IRIS 3030, follow the steps
below. For simplicity, the procedure describes a specific, although arbitrarily
chosen, change: an increase of 100 cylinders.
1. Log in as root:
login: root
6-6 IRIS OWNER’S GUIDE
SERIES 3000 Version 1.1
Disk Conguration