Setting Up a Disk Drive
You're adding a second hard disk to the built-in SCSI adapter, but the same logic applies to adding external disk.
- Shut down the system.
- Check that the address switch for the disk drive has been correctly set.
- Install the disk drive.
- Turn the power on.
- Stop + A
- boot -r
- # format
- Select 1 with c0t1do.
- Yes to Label it now?
- format> format
- format> partition
- partition> modify
- Select parition scheme.
- Do you wish .... on above talbes[yes]?, if you want to change the size of any partitions.
- Yes to Free Hog Partition[6]?. Use any one of 7, except 2.
- partition> label
- Quit format.
- # newfs /dev/rdsk/c0t1d0s0
- Yes to newfs: construct a new file system /dev/rdsk/cxtxdxsx (y/n)?
- # vi /etc/vfstab
- /dev/dsk/c0t1d0s0 /dev/rdsk/c0t1d0s0 /mnt_dir ufs - yes -
- # mkdir /mnt_dir
- # mount /mnt_dir
- # df -k to check the result.
Copyright© 1995-2000 Daniel SW Kim. All Rights Reserved