Boot Camp: Week 1: Tuesdaypart of Bootcamp Week 1 by James Buszard-Welcher |
umount /home
This has shown us how to use the admintool and the graphical installer. After reading the sun docs, we can use "pkgrm" to remove the DiskSuite from the command line.
The above listed objective is kind of tricky. I'm not trying to be. I'm tyring to figure out how to use the command line (which is the environment you will be in if you have to remotely configure a box) to add DiskSuite. If you click the "h" above, you'll see what I came up with to do it... but I would like some other opinions. I'm not sure of the best way to do this.
Lab continued...
Apparently, there isn't a jumbo patch for Solaris 7 yet, so check out the Recommend patch list available at ftp://sunsolve.sun.com/pub/patches/Solaris7.PatchReport. Down load and install:
adduser -f james
so I can check out your systems.
newfs /dev/sck/cot1d0s4 (/u2)
- use the 'fsck' command to verify the filesystem
fsck /dev/rdsk/c0t1d0s2
- manually mount using "mount" command (man mount)
- cd to /u2
- cd /
- umount /u2
- edit /etc/vfstab and add /u2
- reboot and verify
Last modified: Sun Jun 13 03:46:51 EDT 1999